Re: Global scripts.
Brian Candler <[email protected]> Tue, 20 Dec 2005 16:12:10 +0000
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Dec 20, 2005 at 11:01:29AM -0500, Moral, Roberto wrote:
> Sorry if this has been asked before, I couldn't find a repository of the
> mailing list to search.
http://www.modruby.net/en/index.rbx/mod_ruby/ml.html
and click on "ML Archives"
The search doesn't seem to work, but Google will search it for you: e.g.
enter
site:lists.modruby.net apache
in Google to get matches on 'apache' in the list archives.
> /opt/home/telmo/public_html/index.rbx failed for (null), reason: Options
> ExecCGI is off in this directory
Looks like you need something like
<Directory /opt/home/telmo>
Options ExecCGI
</Directory>
(tailor to suit your actual configuration)