Hi,
I'm getting the '500 Internal Server Error' when calling any CGI in my local Apache server.
I'm using the default 'c:/apache/cgi-bin/' path in the httpd.conf (according to its actual path):
ScriptAlias /cgi-bin/ "c:/apache/cgi-bin/"
<Directory "c:/apache/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
As I understand from apache.org support files I don't need to set the 'AddHandler cgi-script .cgi' for it to work. But even setting it up I still get the same 500 error.
It looks so simple in tutorials that I can't get to know what can be going wrong.
Any help is welcome.
Thanx,
hip
I'm getting the '500 Internal Server Error' when calling any CGI in my local Apache server.
I'm using the default 'c:/apache/cgi-bin/' path in the httpd.conf (according to its actual path):
ScriptAlias /cgi-bin/ "c:/apache/cgi-bin/"
<Directory "c:/apache/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
As I understand from apache.org support files I don't need to set the 'AddHandler cgi-script .cgi' for it to work. But even setting it up I still get the same 500 error.
It looks so simple in tutorials that I can't get to know what can be going wrong.
Any help is welcome.
Thanx,
hip