Hello,
I've installed perl for my windows server.
I'hve add also apache.
I have this line in apache the I had uncoment:
AddHandler cgi-script .cgi .pl
And for the directory that I want to execute perl, I've put that
<Directory />
Options FollowSymLinks ExecCGI
AllowOverride None
Order allow,deny
Allow from all
</Directory>
my test file: test.pl is like that:
#!c:\serveurs\perl\bin\perl.exe
print "Content-type: text/html\n\n";
print "Hello world, it works!\n";
it appears that: "The server encountered an internal error or
misconfiguration and was unable to complete".
Thanks
>> Stay informed about: problem with perl