From: <And...@Be...> - 2003-07-23 08:36:27
|
Hello y`all ! Maybe I am too blind to read the manual right, maybe not, but in any = case, I have a problem setting up additional mod_perl handlers in parallel to = OI 1 within the same process. For example, we have an intranet site, which I would like to inspect closer to find a memory leak. For this I`d like = to setup Apache::Vmonitor and Apache::Status, which are mod_perl packages themselvers. I am running the frontend/backend httpd setup and try to = add the following to my backend httpd.conf, which is close to the sample = from the sources: <Location /system/vmonitor> SetHandler perl-script PerlHandler Apache::VMonitor </Location> <Perl> use Apache::Leak; use Apache::VMonitor(); $Apache::VMonitor::Config{BLINKING} =3D 1; $Apache::VMonitor::Config{REFRESH} =3D 0; $Apache::VMonitor::Config{VERBOSE} =3D 0; $Apache::VMonitor::Config{SYSTEM} =3D 1; $Apache::VMonitor::Config{APACHE} =3D 1; $Apache::VMonitor::Config{PROCS} =3D 1; $Apache::VMonitor::Config{MOUNT} =3D 1; $Apache::VMonitor::Config{FS_USAGE} =3D 1; $Apache::VMonitor::Config{SORT_BY} =3D 'size'; $Apache::VMonitor::PROC_REGEX =3D join "\|", qw(httpd mysql squid); </Perl> What am I doing wrong ? Help please you mod_perl gurus you ;-) Cheers, Andreas Nolte Leitung IT ----------------------------------------------------------- arvato direct services=20 Olympiastra=DFe 1 26419 Schortens Germany http://www.arvato.com/ <http://www.arvato.com/>=20 and...@be... Phone +49 (0) 4421 - 76- 84002 Fax +49 (0) 4421 - 76- 84111 |