Thanks Craig. I don't have the a2enmod script present, but
mod_status.so is definitely there:
apache2]# file modules/mod_status.so
modules/mod_status.so: ELF 64-bit LSB shared object, AMD x86-64,
version 1 (SYSV), not stripped
You are right though, it's not showing as being loaded.
mod_status ca
>
>
> Loaded Modules:
>
>
>
In your loaded modules list I do not see "mod_status". Did you compile this
on your server and restart or reload Apache (/etc/init.d/apache2
force-reload)? Also, confirm the module is the correct path. Currently, you
have:
LoadModule status_module modules/mod_sta
Hi List,
I have been jockeying my httpd.conf and googled around which brings me
here. I added the server-status directive to main my httpd.conf
according to http://httpd.apache.org/docs/2.2/mod/mod_status.html. I
noticed it was 404-ing when I tried to access server-status, as I
understand the httpd