HP3000-L Archives

December 2000, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Douglas Becker <[log in to unmask]>
Reply To:
Douglas Becker <[log in to unmask]>
Date:
Mon, 18 Dec 2000 16:55:50 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (22 lines)
Many thanks to John Burke who answered the question and when I changed the
configuration per his example, the status came up just fine:

You probably need code in /APACHE/PUB/conf/httpd.conf for "jserv" much like
the following I have in mine for "server-status":

#
# Allow server status reports, with the URL of
http://servername/server-status
# 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 .burke-consulting.com
    Allow from .paccoast.com
</Location>

HTH,
John Burke

ATOM RSS1 RSS2