I am trying to execute a cgi file without the ".cgi" extension, for
example instead of having:
http://www.mysite.com/cgi-bin/mycgibinary.cgi
I want it to execute the cgi as
http://www.mysite.com/cgi-bin/mycgibinary
What do I need to do? This used to work fine on this server (Cobalt
Raq4) before I upgraded to BQ.
I added the following into my vhosts/site2.include file and restart
the httpd server and it still doesnt work.
ScriptAlias "/home/.sites/143/site2/web/cgi-bin/" cgi-bin
<Directory "/home/.sites/143/site2/web/cgi-bin">
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
Thanks,
Pathik