Issue with httpd.conf & ExecCGI

Muzza

Verified User
Joined
Sep 23, 2004
Messages
32
I've got it running so the cgi scripts run from under the cgi-bin directory, but i wish to use .cgi files from the main root directory.

I tried adding

<Directory /home/admin/domains/###.com/public_html/>
Options +ExecCGI
</Directory>

But this hasn't made it work. It's been over 5 mins and apache should refresh after about 1 min.

Any ideas?
 
Back
Top