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

Hi There, Thanks for the response. I added the line you suggested but there is no change as it still displays the code <Directory "/home/nagesh/apache/cgi-bin"> AllowOverride None Options ExecCGI Order allow,deny Allow from all AddHandler cgi-script cgi pl </Directory> Do I have to change any permission for the script I am trying to run? Thanks Nagesh
  • Comment on Re^2: Setting up Apache to execute .cgi file

Replies are listed 'Best First'.
Re^3: Setting up Apache to execute .cgi file
by dorko (Prior) on Jul 28, 2005 at 03:21 UTC
    Did you restart the Apache server? Apache needs a restart to re-read the config file.

    Cheers,

    Brent

    -- Yeah, I'm a Delt.
      Yes but with out any success