Web Servers on Windows - Seting Up mod_perl2 on apache2 on XP

This is Interesting: Free IT Magazines  
Home > Archive > Web Servers on Windows > September 2005 > Seting Up mod_perl2 on apache2 on XP





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Seting Up mod_perl2 on apache2 on XP
rudigreen@gmail.com

2005-09-02, 5:55 pm

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...

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com