help with some errors in error_log

2005-11-25 Thread Jeff Pang
Hi,lists, I am new to mod_perl.I have a simple mod_perl script running under Apache::Register.When it run,I found many error messages appeared in logs/error_log. The program is shown below: use strict; use warnings; use CGI; use CGI::Cookie; use vars qw($q $sessionID); $q = new CGI; init();

Re: [mp2] Apache::VMonitor ap_scoreboard_image doesn't exist

2005-11-25 Thread Francesc Guasch
En/na Malcolm J Harwood ha escrit: > On Friday 25 November 2005 05:08 am, Francesc Guasch wrote: > I'm not sure VMonitor will help you there. What stats were you expecting to > get out of it? Apache::Status might be useful. I'm not sure, I recall using VMonitor long time ago. I think one of the

Re: [mp2] Apache::VMonitor ap_scoreboard_image doesn't exist

2005-11-25 Thread Malcolm J Harwood
On Friday 25 November 2005 05:08 am, Francesc Guasch wrote: > >I'm trying to use Apache::Monitor with mod_perl2, but > >> > >>There seems to be something wrong with your apache build then. It's > >> claiming it does not have scoreboard support. > >> > >>Is this a distribution supplied install

how to disable sending of headers? soap::lite sends its own headers

2005-11-25 Thread Foo Ji-Haw
Hi all, I'm using Apache+MP2+Soap::Lite as a service platform.   One thing I notice is that my soap method returns the standard headers, plus the ones that the soap generates. Below is a sample of the actual response: Date: Fri, 25 Nov 2005 10:56:32 GMTServer: Apache/2.0.52 (Win32) mod_perl/

Re: [mp2] Apache::VMonitor ap_scoreboard_image doesn't exist

2005-11-25 Thread Francesc Guasch
En/na Francesc Guasch ha escrit: > En/na Malcolm J Harwood ha escrit: > >>On Tuesday 22 November 2005 10:52 am, Francesc Guasch wrote: >I'm trying to use Apache::Monitor with mod_perl2, but >> >>There seems to be something wrong with your apache build then. It's claiming >>it does not have sc