vbrtrmn has asked for the wisdom of the Perl Monks concerning the following question:
ScriptAlias /cgi-bin/ "C:/Program Files/Apache Group/Apache/htdocs/cgi +-bin/" <Directory "C:/Program Files/Apache Group/Apache/htdocs/cgi-bin"> AllowOverride None Options ExecCGI Order allow,deny Addhandler cgi-script .pl .cgi Allow from all </Directory> AddHandler cgi-script .cgi AddHandler cgi-script .pl AddHandler cgi-script .pm AddHandler cgi-script .exe
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(Ovid) Re: Perl on Apache on Win32
by Ovid (Cardinal) on Aug 03, 2001 at 02:34 UTC | |
|
Re: Perl on Apache on Win32
by converter (Priest) on Aug 03, 2001 at 03:08 UTC | |
by vbrtrmn (Pilgrim) on Aug 09, 2001 at 04:01 UTC |