Hello all,
I wanted to execute .cgi programs outside the normal cgi-bin directory so i added
AddHandler cgi-script .cgi
to my httpd.conf & modified the <Directory> tag as follows:
<Directory "/usr/local/apache2/htodcs/keithkessler">
DirectoryIndex index.htm index.html index.php
Options Indexes FollowSymLinks MultiViews ExecCGI
AllowOverride Options FileInfo
order allow,deny
allow from all
</Directory>
I even added Options +ExecCGI to the .htaccess file
but my error_log looks like this
ExecCGI is off in this directory: /usr/local/apache2/htdocs/keithkessler/mt-check.cg
I've been playing with this for hours and can't figure it out.
Thanks so much!