in reply to Which server do you use to run cgi/perl scripts on ur desktop?

in your configuration file, You have changed the default cgi-bin dir to: C:/stuff/scripts/cgi-bin/

Then you have placed a <Directory> configuration section that states "Options Non"

<Directory "C:/stuff/scripts/cgi-bin/"> # AllowOverride None AllowOverride all Options None Order allow,deny Allow from all </Directory>

which means you cannot execute cgi scripts inside this directory

  • Comment on Re: Which server do you use to run cgi/perl scripts on ur desktop?
  • Download Code

Replies are listed 'Best First'.
Re^2: Which server do you use to run cgi/perl scripts on ur desktop?
by VGR (Acolyte) on Apr 06, 2010 at 11:29 UTC
    thanks... but the error still seems to be there!
    It still gives me a 403 Forbidden dialog