Re: Re: Need help to configue mod_perl

2009-02-13 Thread sandhya pawar
I am trying to configure mod_perl2.0. but Apache used to get stop.When I enters the above lines in httpd.conf. PerlRequire "C:Program FilesApache Software FoundationApache2.2confextra.pl" ### New new line for mod_perl LoadModule perl_module modules/mod_perl.so #mod_perl - LoadFile "C:/Perl/bi

Re: Need help to configue mod_perl

2009-02-01 Thread Philip M. Gollucci
sandhya pawar wrote: I have installed perl5.8 & Apache 2.2 . Also Mod_perl2.2 I have to configure mod_perl. When I used to add following line in httpd.conf, LoadModule perl_module modules/mod_perl.so Apache used to get stop. How can I check that mod_perl properly installed. & what are the step

Need help to configue mod_perl

2009-02-01 Thread sandhya pawar
I have installed perl5.8 & Apache 2.2 . Also Mod_perl2.2 I have to configure mod_perl. When I used to add following line in httpd.conf, LoadModule perl_module modules/mod_perl.so Apache used to get stop. How can I check that mod_perl properly installed. & what are the steps to configure it.?