Showing posts with label cgi-bin. Show all posts
Showing posts with label cgi-bin. Show all posts

Friday, November 17, 2006

Apache Tip - cgi-bin for every user

You want to give cgi-bin access to all the users on your webserver.

Add the following directive entries in your httpd conf file


<Directory /home/*/public_html/cgi-bin/>
Options ExecCGI
SetHandler cgi-script
</Directory>