View Single Post
Old March 11th, 2003, 05:34 PM     #6 (permalink)
gothic
Member
 
gothic's Avatar
 
Join Date: Oct 2001
Location: Palatine, IL
Posts: 375
I'm gathering the website is on your server, and not your ISPs server?

Check your httpd.conf file, and make sure the line:
"AddHandler cgi-script .cgi"
...is not commented out.

This tells Apache how to handle CGI scripts. By default, it may be disabled.

If it is commented out, uncomment it, and restart your apache server. See if that helps.

On a side note, CGI scripts operate through port 80 just like any other HTML data sent down to you, unless explicitly told not to in the program (Eg: Some client-server app).
gothic is offline   Reply With Quote