|
On httpd.conf:
ScriptAlias /cgi-bin/ "C:/xampp/cgi-bin/"
<Directory "C:/xampp/cgi-bin">
AllowOverride All
Options Indexes FollowSymLinks ExecCGI
Order allow,deny
Allow from all
</Directory>
On script:
#!"C:/xampp/perl/bin/perl.exe"
Restart apache and run localhost/cgi-bin/script.pl
Anyway, get a linux box to run apache, xampp is buggy.
|