Apache redircting when it shouldnt
- by Ivan Moldavi
I have inherited a LAMP server with a lot of customization.
I want to enable mod_status in apache to get some monitoring of apache started. Problem is, with mod_status enabled in the httpd.conf, I am not allowed to travel to the http://"serverIP"/server-status URL because apache is redirecting me to a 'landing page'.
If I type any invalid URL for…