On Wed, Jul 21, 2010 at 11:04 PM, Kenneth Burgener <[email protected]> wrote: >> Tnx for the great info. Is mod_status already loaded as defualt modules in >> apache? or do i need to compile it? > > My CentOS 5 apache package had this precompiled in. I only needed to > enable it:
And if you happen to be using one of the Debian / Ubuntu flavors, try this... Verify that you like the settings: cat /etc/apache2/mods-available/status.conf Then enable the new module: a2enmod status && /etc/init.d/apache2 restart Best, Gabe /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
