On 2006.1.11, at 10:30 AM, John Delacour wrote:

# "/usr/local/apache2/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
#####<Directory "/usr/local/apache2/cgi-bin">
<Directory "/users/jd/sites/cgi-bin">

This one I think I understand. (I assume your file system is not set up case sensitive?)

Except

    AllowOverride None
    Options None

This

    Order allow,deny
    Allow from all

and this look kind of weird together, in reference to the directory name. Am I missing something?

</Directory>
<Directory "/users/jd/sites/.../.../.../cgi-bin">

That path looks kind of unusual. I don't often see directories named "...". Is it something Apache does that I've either never seen before or forgotten?

    AllowOverride None
    Options None ExecCGI
    Order allow,deny
    Allow from all
</Directory>

Reply via email to