Apache::VMonitor not showing requests (might be Apache::Scoreboard problem)

2002-04-04 Thread Jon Molin
Hi list, I've got some problems with getting Apache::VMonitor showing the requests, everything but client ip and requests shows. when i call server/scoreboard do i get a file, and 'strings scoreboard|grep -A 1 myip' shows my ip and request (can't find the pid though) so the info should be

Re: Asia To USA Shipping Rates

2002-03-25 Thread Jon Molin
Vuillemot, Ward W wrote: Not to beat a dead horse...but we all can have an impact on these guys. Write a VERY pointed email explaining your position as a web developer. If you do contracting work, convince the company that you _will_ never use their product, nor suggest it to any of your

Re: Net::LDAP::Extension

2002-02-27 Thread Jon Molin
Murugan K wrote: Hi Can please you direct me to the Net::LDAP::Extension Documentation. http://search.cpan.org/search?mode=modulequery=Net%3A%3ALDAP%3A%3AExtension Thanks in advance. Regards K.Murugan

Tracing script with problem

2002-01-25 Thread Jon Molin
Hi list, I had problems with a script that went nuts and took 65MB memory and alot of cpu. To track this script down I thought Apache:VMonitor would be perfect, unfortenately I ran into some weird promlems (it said there was an error in mod_perl.h) and i know gcc might be broken on this machine

Re: Tracing script with problem

2002-01-25 Thread Jon Molin
Stas Bekman wrote: It's actually easy, take a look at the Apache::SizeLimit or Apache::GTopLimit, look at the cleanup handler that they register. Now take this handler and dump whatever you need to the file or error_log when you find that the process was taking too much memory. Take a

Re: Apache and Perl togheter

2002-01-09 Thread Jon Molin
Alan Civita wrote: Hello can some help me pelase? i've recently installed Apace 1.3.22...i've configured the CGI directive to work as well but when i try to execute a CGI script written in perl that message appears: Internal Server Error The server encountered an internal error or

Re: Apache and Perl togheter

2002-01-09 Thread Jon Molin
Alan Civita wrote: is it possible that i have to do something special in compiling apache to activate the perl mode? have you read at perl.apache.org? or about executing cgi's in apache? /Jon

[OT] eval

2001-12-10 Thread Jon Molin
hi list, I know this is OT but i don't know what list i should ask this on so i give it a shot here. If you're very annoyed with this mail me private with a list should use. I'm trying to use eval () with a constants module and it works very funny, can anyone explain this behavior to me: i

Re: [modperl site design challenge] please vote

2001-12-04 Thread Jon Molin
Hans Poo wrote: [snip] voting at http://www.tohubohu.net/cgi/mpchallenge [snip] Please, can you send the address of the three designs? did you try clicking the links with the names? http://domm.zsi.at/modperl-site-domm/ http://www.quantumfx.com/modperl_site/

Re: [OT] FW: OWASP Update

2001-10-29 Thread Jon Molin
only me that get 404 Not Found ? both on http://www.owasp.org/projects/cov/index.htm and http://www.owasp.org is this the beginning of a new word? the site has been modperled :) /jon Matt Sergeant wrote: Not sure if this should really be considered off topic, as it should be required

Re: Touble getting apache going...

2001-09-11 Thread Jon Molin
Tim J Spriggs wrote: I am running Debian Linux(Woody) and installed apache-perl and all of the supporting libraries. Whenever Apache is run I get the error message: --- [Mon Sep 10 16:50:03 2001] [error] Can't locate

tracing memory problem

2001-09-07 Thread Jon Molin
Hi list, I have a memory leak in a script or module, the problem is that i've resently added many scripts and modules and can't easily isolate the problem. Is there a way besides strace to see what the httpd process is up to? 9869 httpd 0 0 21188 19M 2424 S 0 12.2 3.8 0:13

Re: tracing memory problem

2001-09-07 Thread Jon Molin
Stas Bekman wrote: On Fri, 7 Sep 2001, Jon Molin wrote: Hi list, I have a memory leak in a script or module, the problem is that i've resently added many scripts and modules and can't easily isolate the problem. Is there a way besides strace to see what the httpd process is up

Re: using mod_perl

2001-08-24 Thread Jon Molin
try looking at http://perl.apache.org/ /jon [EMAIL PROTECTED] wrote: Hi! I am wondering if anyone could tell me how to actually run modperl on my webserver i have perl modules installed to run without modperl and dont know how to invoke the process to get them working can anyone help?

perlmagick and leaking memory

2001-08-21 Thread Jon Molin
Hi list, I've done a scripts that builds an calender and colours the days with different colours depending on the status of the day. I've got 6 colours and one to just fill out so the month starts with the correct day, ie i've got 6 * 31 + 1 = 187 images and each is about 70 bytes so a calender

Apache::DBI

2000-11-13 Thread Jon Molin
I'm considering using Apache::DBI but before I'd want to benchmark to see if I gain anything. To do this I just made a script that connects/disconnects 10 times. Then I tried running ab with -n 1. The output confused me a bit there where only 0.9 secs difference, and it was good old DBI who