Re: Apache2::SizeLimit & Linux::Smaps on x86_64

2007-10-07 Thread Max Kanat-Alexander
On Mon, 8 Oct 2007 08:26:51 +0200 Torsten Foertsch <[EMAIL PROTECTED]> wrote: > In your modperl environment "use warnings FATAL=>qw/all/" is active. > Hence, the portable warning is turned into a portable error. That's > all. No, because it still doesn't work, even with the patch. I don't

Re: Apache2::SizeLimit & Linux::Smaps on x86_64

2007-10-07 Thread Torsten Foertsch
On Sunday 07 October 2007 23:29, Max Kanat-Alexander wrote: > So it looks like it works fine for what smem is doing, but it > somehow doesn't work right for Apache2::SizeLimit. In your modperl environment "use warnings FATAL=>qw/all/" is active. Hence, the portable warning is turned into

Re: [mp2] how to add data to posted form?

2007-10-07 Thread newgaton new
my pleasure for receiving your reply! Maybe I didn't describe clearly the question . now I give a example to show my question. First, browser post a form(the method of form is POST) data, and it include some input element. . client fill some data to the element,for example "1234". Second, the

Apache:AuthenNTLM not working properly

2007-10-07 Thread AP81
Apache:AuthenNTLM - why does it prompt for a password Hi guys, I have Apache:AuthenNTLM partially working... Firefox - prompts me for a username/password with the the following message: Please enter a username and password for "" at http://nmv-intranetdev/ - If I enter a valid username/pass

Re: Apache2::SizeLimit & Linux::Smaps on x86_64

2007-10-07 Thread Max Kanat-Alexander
On Sun, 7 Oct 2007 14:29:30 -0700 Max Kanat-Alexander <[EMAIL PROTECTED]> wrote: > Hrm, okay. I've attached the output of your smem script, > [snip] And in case it helps, here's the gzipped output of smaps for the same process. -Max -- http://www.everythingsolved.com/ Compe

Re: Apache2::SizeLimit & Linux::Smaps on x86_64

2007-10-07 Thread Max Kanat-Alexander
On Sun, 07 Oct 2007 21:14:23 +0200 Clinton Gormley <[EMAIL PROTECTED]> wrote: > Max - try using this script to see where your memory is being used: > > http://www.contrib.andrew.cmu.edu/~bmaurer/memory/smem.pl Hrm, okay. I've attached the output of your smem script, which curiously seemed

Re: Apache2::SizeLimit & Linux::Smaps on x86_64

2007-10-07 Thread Clinton Gormley
> Yes, I think so. The point is 64bit integers are not portable to 32bit perls. > Hence, even on a 64bit system with warnings enabled a non-portable warning is > issued: Ahhh I get it - so it isn't warning you that there is a problem using this on your system, just that the same input on a 32 b

Re: Apache2::SizeLimit & Linux::Smaps on x86_64

2007-10-07 Thread Torsten Foertsch
On Sunday 07 October 2007 15:31, Clinton Gormley wrote: > > -no warnings qw(uninitialized); > > +no warnings qw(uninitialized portable); > > This patch certaily removes the warnings, and all of the tests pass. But > does that mean that the module works correctly? Yes, I think so. The point is 64bi

Re: mod_rewrite is working strangely while using mod_perl

2007-10-07 Thread Geoffrey Young
> as a workaround, please try adding > > $r->subprocess_env(); > > before you examine %ENV. it should force re-population of %ENV from the > subprocess_env table, which is where mod_rewrite stashes it's stuff. a few other things as well... your provides is running mod_perl on win32? that's

Re: mod_rewrite is working strangely while using mod_perl

2007-10-07 Thread Geoffrey Young
Marco Bretschneider wrote: > Hi again, > >> please explicitly add >> >> +SetupEnv >> >> to your PerlOptions under /folder > > added this option - same effect. > >> so, I'd like you to try a few things... >> >> first, please verify that this is not a problem with mod_cgi as well. >> that is,

Re: mod_rewrite is working strangely while using mod_perl

2007-10-07 Thread Marco Bretschneider
Hi again, > please explicitly add > > +SetupEnv > > to your PerlOptions under /folder added this option - same effect. > so, I'd like you to try a few things... > > first, please verify that this is not a problem with mod_cgi as well. > that is, take your same setup, but use > > SetHandl

Re: [mp2] how to add data to posted form?

2007-10-07 Thread Sean Davis
newgaton new wrote: > > > 2007/10/7, Perrin Harkins <[EMAIL PROTECTED] >: > > On 10/6/07, newgaton new <[EMAIL PROTECTED] > > wrote: > > i have a question. i am coding a program. i must change / add some > > data to posted form fro

Re: Apache2::SizeLimit & Linux::Smaps on x86_64

2007-10-07 Thread Clinton Gormley
(Resent with smaller attachment - previous version refused because too large) > Linux::Smaps simply analyzes /proc/$PID/smaps. It was initially written on a > 32bit system. Looking at your bug report I assume the hex() function doesn't > work for 64bit hex values. Can you show us the output of /

Re: Apache2::SizeLimit & Linux::Smaps on x86_64

2007-10-07 Thread Torsten Foertsch
On Saturday 06 October 2007 03:52, Max Kanat-Alexander wrote: > I have an x86_64 machine running RHEL5 but with the mod_perl > 2.0.3 from Fedora 7. > > Without Linux::Smaps installed, Apache2::SizeLimit thinks my > processes are taking up 300MB and terminates them after every hit. > ("t