This is a discussion on Seting Up mod_perl2 on apache2 on XP within the Windows Web Servers forums, part of the Web Server and Related Forums category; I guys, I have installed apache 2 installed mod_perl2 through ppm and added some confs httpd.conf, the apache service ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I guys,
I have installed apache 2 installed mod_perl2 through ppm and added some confs httpd.conf, the apache service monitor says at the bottom i have mod_perl2 and perl, but when i try to run my scripts i get a 404, here is what i added to my httpd.conf LoadFile "D:/Perl/bin/perl58.dll" LoadModule perl_module modules/mod_perl.so Alias /perl/ "D:/Apache Group/Apache2/perls/" <Location /perl/> SetHandler perl-script PerlResponseHandler ModPerl::Registry Options +ExecCGI PerlOptions +ParseHeaders </Location> Do i have an error in my configuration or am i forgetting something? Thanks guys... |