This is probably an apache configuration issue. You should
add a row that says something like "AddHandler cgi-
script .cgi" in your httpd.conf-file. It probably is already in
there but commented so it doesn't take effect.
This enables execution of CGI-scripts based on the filename-
extension (.cgi).
--Carl
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=476996
This is probably an apache configuration issue. You should
add a row that says something like "AddHandler cgi-
script .cgi" in your httpd.conf-file. It probably is already in
there but commented so it doesn't take effect.
This enables execution of CGI-scripts based on the filename-
extension (.cgi).
--Carl
Logged In: NO
Yes it works!!
Thanks
Logged In: NO
You probably havent added the following to your httpd.conf:
AddHandler cgi-script .cgi