[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] CGI directory problems.



Hi,
    I have a RaQ4, and I noticed that whenever I create a "cgi-bin"
directory for a virtual site, I cannot access it through the worl wide web.
I chmoded it to 775, and still my browser tells me the directory does not
exist.  I tried adding 'ScriptAlias /cgi-bin/
/home/sites/somesite/web/cgi-bin/' directives in the <VirtualSite> blocks in
the /etc/httpd/conf/httpd.conf file.  I tried restarting Apache by issuing
the './httpd restart' command from /etc/rc.d/init.d, all to no avail.  If I
create a virtual site and, create cgi-bin and delete index.html I can see it
listed, but clicking on it yields a 'File Not Found' error.  If you want to
see what I mean, goto:

http://errordemo.amray.net

I can execute cgi from other directories, but the particular script I am
trying to implement requires a cgi-bin directoty to exist.

Thanks in advance.

        -Dan