sandhya pawar wrote:
> mod_perl.so has been successfully installed to
> C:/PROGRA~1/APACHE~1/Apache2.2/modules.
> To enable mod_perl, put in the directives
>    LoadFile "C:/Path/to/Perl/bin/perl510.dll"
>    LoadModule perl_module modules/mod_perl.so
> in httpd.conf. For more information, visit
>    http://perl.apache.org/
> and especially see
>    http://perl.apache.org/docs/2.0/rename.html
> 
> done

Including LoadFile prior to LoadModule?

> But it gives the error when I adds the following line in httpd.conf?
> 
> LoadModule perl_module modules/mod_perl.so
> 
> Error:
> The request operation has failed.

What does httpd -t say?  What does your error log say?  What does your
windows application event log say about httpd?

Reply via email to