Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 1997 16:16:37 +1100
From:      davidn@labs.usn.blaze.net.au (David Nugent)
To:        robert@nanguo.chalmers.com.au (Robert Chalmers)
Cc:        freebsd-questions@freebsd.org
Subject:   Re: what is the apache 'status' option?
Message-ID:  <19970204161637.ML27034@labs.usn.blaze.net.au>
In-Reply-To: <199702040442.OAA04803@nanguo.chalmers.com.au>; from Robert Chalmers on Feb 4, 1997 14:42:22 %2B1000
References:  <199702040442.OAA04803@nanguo.chalmers.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
Robert Chalmers writes:
> While I'm at it, what does the Apache 'status' thing return?
> I have it compiled in, but there doesn't seem to be any output anywhere?

Hmm, not sure exactly what you mean, but I assume you're referring
to the apache 1.2 server-status module.

If so, then put this into httpd.conf:

	ScoreBoardFile /var/run/apache_status

And in your access.conf, put:

	<Location /server-status>
	SetHandler server-status
	order deny,allow
	deny from all
	allow from .your.domain.only
	</Location>

(modify .your.domain.only to whatever it should be).

Restart your servers.

Now, from your browser on a machine in your domain access the URL:

	http://host.your.domain.only/server-status

Regards,

David Nugent - Unique Computing Pty Ltd - Melbourne, Australia
Voice +61-3-9791-9547  Data/BBS +61-3-9792-3507  3:632/348@fidonet
davidn@freebsd.org davidn@blaze.net.au http://www.blaze.net.au/~davidn/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970204161637.ML27034>