Perrin Harkins wrote:
On Mon, 2004-06-28 at 11:38, Stuart Johnston wrote:
Stas Bekman wrote:
Does mod_status show the child procs on the same setup?
Yes.
Did Apache::VMonitor's 'make test' pass alright? Admittedly the test
suite needs to be improved to test for this kind of things.
Yes. - "All tests successful."
How about posting the section of your httpd.conf where you add in
VMonitor?
ExtendedStatus On
<Location /server-status>
SetHandler server-status
</Location>
<Location /vmonitor>
SetHandler perl-script
PerlHandler Apache::VMonitor
</Location>
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html