and this is my config:
ScriptAlias /perl/ "C:/Perl/bin/"
Action perl-script "/perl/perl.exe"
<Directory C:/MyDir>
SetHandler perl-script
</Directory>
i've tried hours, but with no luck
help me pls :/
using Filemonitor:
3730.00019416Apache.exe:2264OPENC:\Perl\bin\perl.exe\validator\checkPATH NOT FOUNDOptions: Open Access: All
3740.00000726Apache.exe:2264CLOSED:SUCCESS
3750.00009191Apache.exe:2264OPENC:\Perl\bin\perl.exe\validator\checkPATH NOT FOUNDOptions: Open Access: All
ServerName localhost
DocumentRoot "/www/"
<Directory />
Options All
</Directory>
<Directory "C:/www/">
Options All Indexes FollowSymLinks MultiViews
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
AddHandler cgi-script .exe
AddType text/html .shtml
AddHandler server-parsed .shtml
AddType text/html .htm
AddHandler server-parsed .htm
<VirtualHost 127.0.0.26>
DocumentRoot /home/webmasterworld
ServerName webmasterworld.com
ScriptAlias /cgi-bin /home/webmasterworld/cgi-bin
TransferLog logs/WebmasterWorld-access.log
ScriptLog logs/WebmasterWorld-scripterror.log
LogLevel info
RewriteLog logs/rewritelog
RewriteLogLevel info
</VirtualHost>