01-19-04 11:32 AM
In article <c99d2c79.0311161759.26dc4740@posting.google.com>,
Dr. David Kirkby < see_my_signature_for_my_real_address@hot
mail.com> wrote:
quote:
> How can I determine is someone is accessing a page on my web site
> running appache 1.3.27 ?
Open the conf/httpd.conf file in an editor and search for
server-status. You will find this:
#
# ExtendedStatus controls whether Apache will generate "full" status
# information (ExtendedStatus On) or just basic information (ExtendedStatus
# Off) when the "server-status" handler is called. The default is Off.
#
#ExtendedStatus On
#
# Allow server status reports, with the URL of [url]http://servername/server-status[/ur
l]
# Change the ".your-domain.com" to match your domain to enable.
#
#<Location /server-status>
# SetHandler server-status
# Order deny,allow
# Deny from all
# Allow from .your-domain.com
#</Location>
Replace .your-domain.com with your own domain, remove the comment
octothorpes, save the file, and restart Apache.
Access http://servername/server-status using a web browser when you
need to see the server status.
--
Göran Larsson http://www.mitt-eget.com/
[ Post a follow-up to this message ]
|