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 came from ./configure --mods-shared=most:

apache2]# more build/config.nice
#! /bin/sh
#
# Created by configure

"./configure" \
"--enable-cache" \
"--enable-mem-cache" \
"--enable-headers" \
"--enable-ssl" \
"--enable-usertrack" \
"--enable-proxy" \
"--enable-rewrite" \
"--enable-mods-shared=most" \
"--enable-vhost-alias" \
"--prefix=/usr/local/apache2" \
"$@"

It's a mystery to me.

On Wed, Aug 17, 2011 at 9:32 PM, Craig Huffstetler
<craig.huffstet...@gmail.com> wrote:
>>
>> 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

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to