Trying to solve the issue, I found one thing which is not there in my Apache version and that might be affecting the result
LoadModule perl_module modules/mod_perl.so in httpd.conf file
But for that, I need mod_perl.so file which I don't have. For generating it, I had downlloaded mod_perl module from Apache site and try to run Makefile.pl but for that it needs apxs executable but that also I don't have
LoadModule perl_module modules/mod_perl.so in httpd.conf file
But for that, I need mod_perl.so file which I don't have. For generating it, I had downlloaded mod_perl module from Apache site and try to run Makefile.pl but for that it needs apxs executable but that also I don't have
Comment