View Single Post
Old 12-07-2013, 10:33 PM  
dunhill
Confirmed User
 
dunhill's Avatar
 
Industry Role:
Join Date: Jul 2013
Posts: 89
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.
dunhill is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote