Apache::VMonitor shows only parent process

2004-06-25 Thread Stuart Johnston
I have just installed Apache::VMonitor to measure the memory usage of my mod_perl app. When I run it, it only displays the parent process in the list. None of the children are listed. Any suggestions? System versions: Debian 3.0 apache-perl: 1.3.26-1-1.26-0woody2 Apache-VMonitor: 2.0 libgtop:

Re: perl configuration problem

2004-06-25 Thread Kemin Zhou
Thanks a lot for Stas and Willian comment. Both of you are correct. I figured out my problem: it came from my program reading a configuration file. When Taint Check (-T in perl or PerlSwitches +T or TaintCheck On in httpd.conf) is turned on, any file handle is thought to be tainted. In this

Re: [mp2] perl modules not installed with 1.99_14?

2004-06-25 Thread Stas Bekman
John Wittkoski wrote: [...] Well, in desperation I reinstalled perl, updated everything to current using cpan, and now 1.99_14 installs as expected, so it must have been something with my install. Sorry about that... Nothing to be sorry about, John :) Glad to hear it worked. In the future help us

Re: Cannot fetch cookie in PerlTranshandler?

2004-06-25 Thread Au Yeong Wing Yau
Whoops, found out the problem. The perl CGI modules on the production server were outdated version 2.81. Updating the CGI module solved the problem. Regards, Au On Thu, 2004-06-24 at 15:01, Au Yeong Wing Yau wrote: > I need a customized session/cookie management system that can do > redirection