> > > 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_status.so On the command-line you can also run: a2enmod info Because it appears you are on Apache 2.2.* and *nix. This will ensure mod_info loads. Let me know if I can be of further help. Craig