Setting up mod_perl2 on apache2 , Windows XP Box

Setting up mod_perl2 on apache2 , Windows XP Box

am 02.09.2005 21:37:39 von rudi

I guys,

I have installed apache 2 installed mod_perl2 through ppm
and added some confs to httpd.conf, the apache service monitor says at
the bottom
i have mod_perl2 and perl, but when i try to run my scripts all u get
is 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/"

SetHandler perl-script
PerlResponseHandler ModPerl::Registry
Options +ExecCGI
PerlOptions +ParseHeaders



Do i have an error in my configuration or am i forgetting something?


Thanks guys...

Re: Setting up mod_perl2 on apache2 , Windows XP Box

am 14.09.2005 05:31:32 von Randy Kobes

Rudi wrote:

> I guys,
>
> I have installed apache 2 installed mod_perl2 through ppm
> and added some confs to httpd.conf, the apache service monitor says at
> the bottom
> i have mod_perl2 and perl, but when i try to run my scripts all u get
> is 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/"
>
> SetHandler perl-script
> PerlResponseHandler ModPerl::Registry
> Options +ExecCGI
> PerlOptions +ParseHeaders
>


The configuration looks OK. Does the same script work
as a cgi script?

You might try posting the problem, and a short example
script, to the mod_perl mailing list:
http://perl.apache.org/maillist/modperl.html
along with the versions of Perl, mod_perl, and
Apache used.

--
best regards,
randy kobes