in reply to Re: Setting up Apache to execute .cgi file
in thread Setting up Apache to execute .cgi file

Don't forget the
ScriptAlias /cgi-bin/ /home/george/Apache/cgi-bin/
directive.

Also you might have a look at http://www.thesitewizard.com/archive/addcgitoapache.shtml which has a tutorial on how to set up CGI scripts on Apache for Win32.. now I know you're not using Win32 but have a read through there anyway for the general CGI configuration steps. (At least you chmod'd your script, that's a good start).

Replies are listed 'Best First'.
Re^3: Setting up Apache to execute .cgi file
by chakkaln (Sexton) on Jul 28, 2005 at 05:13 UTC
    ScriptAlias was included by default. Still in the same situation. Thanks for the link Nagesh