in reply to (OT) Configure Apache for CGI

The httpd.conf file for the Apache webserver is where you configure it to run CGI scripts. You would need to verify that the following is present:
<Directory /> Options ExecCGI # Permits execution of CGI scripts </Directory>
The httpd.conf file can be found in the conf sub-directory of where you installed Apache.

TStanley
--------
The only thing necessary for the triumph of evil is for good men to do nothing -- Edmund Burke

Replies are listed 'Best First'.
Re: Re: (OT) Configure Apache for CGI
by CloneArmyCommander (Friar) on Feb 16, 2004 at 17:51 UTC
    Cool :). Thanks :)! I knew that somewhere I had not configured something, but I'm new to this and wasn't sure what I was doing wrong :), because I knew that perl was working and installed properly :).