5
votes
3answers
9k views

Installing mod_perl-2.0.7 on Apache httpd-2.4.2

I am having an infuriating time trying to get an install of apache with perl. I am following the instructions on the mod_perl site located here: ...
2
votes
1answer
543 views

Do CGI and mod_perl play nicely together?

I've got an apache web server (without mod_perl) that's been running just fine for a long time. It has been suggested that we use mod_perl to improve the performance of some scripts. I want to go ...
1
vote
2answers
1k views

How do I suppress the default apache error document in mod_perl?

I'm developing a RESTful API and I wrote a mod_perl2 handler that takes care of the request. My handler deals with error codes by setting $r->status($http_code) and return $http_code; Everything ...
0
votes
2answers
989 views

why am i getting a Expected token not present in my apache log?

this problem is very weird , i am not using any authentication system or any sessions in my website , but very randomly sometimes i get this error Internal Server Error The server encountered ...