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
|
|---|
| 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 |