RE: Help with Apache::Status

2000-10-04 Thread James Xie
]] Sent: Wednesday, October 04, 2000 5:36 AM To: James Xie Cc: [EMAIL PROTECTED] Subject: Re: Help with Apache::Status On Tue, 3 Oct 2000, James Xie wrote: > > I try to use Apache::Status to find out memory usage of my perl scripts, I > configured the system according to the mod_perl guide:

Re: Help with Apache::Status

2000-10-04 Thread Stas Bekman
On Tue, 3 Oct 2000, James Xie wrote: > > I try to use Apache::Status to find out memory usage of my perl scripts, I > configured the system according to the mod_perl guide: > > Add the following lines to httpd.conf > > > SetHandler perl-script > PerlHandler Apache::Status >