Re: mod_perl causing seg faults in apache2?

2005-05-12 Thread Grant
> Grant, have you read: > http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems > (all the way to the end)? > > When you run t/REPORT it will tell you (and us) almost everything we need > to know. > > Then you configure your system to dump core files, you get the core > backtrace

Re: [MP2] : REDIRECT_ERROR_NOTES not set on errordocument redirect

2005-05-12 Thread Stas Bekman
Mark wrote: Stas Bekman wrote: Mark wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: $ENV{REDIRECT_ERROR_NOTES} not working with MP2 Using latest everything (modperl 2 RC5). To illustrate, I simply configure Apache with an errordocument: ErrorDoc

Re: [mp2] [PATCH] implement ap_save_brigade

2005-05-12 Thread Stas Bekman
Stas Bekman wrote: Dorian Taylor wrote: it'd be nice to run a benchmark. I wonder why ap_save_brigade was marked as ! in the map file. Which normally means it's not going to be exposed. Did you by chance look at the archives for possible references to it? there's a mention of it in the APR::Buc

Re: mod_perl causing seg faults in apache2?

2005-05-12 Thread Stas Bekman
Grant wrote: Hello, can you tell me anything else about getting those core dump files? Please read these: http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems http://perl.apache.org/docs/2.0/devel/debug/c.html#Analyzing_Dumped_Core_Files - Perrin Ok. Can you tell me how to be su

Re: mod_perl causing seg faults in apache2?

2005-05-12 Thread Grant
> > Hello, can you tell me anything else about getting those core dump > > files? > > Please read these: > http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems > http://perl.apache.org/docs/2.0/devel/debug/c.html#Analyzing_Dumped_Core_Files > > - Perrin Ok. Can you tell me how

Re: mod_perl causing seg faults in apache2?

2005-05-12 Thread Perrin Harkins
Grant wrote: Hello, can you tell me anything else about getting those core dump files? Please read these: http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems http://perl.apache.org/docs/2.0/devel/debug/c.html#Analyzing_Dumped_Core_Files - Perrin

Re: mod_perl causing seg faults in apache2?

2005-05-12 Thread Grant
> > Hello, I've been suffering from intermittent segmentation faults in my > > apache2 error_log for quite a while now. It seems to be worst during > > peak traffic hours. Here's what they look like: > > > [notice] child pid 13189 exit signal Segmentation fault (11) > > > My consultant thinks i

Server Load Profile

2005-05-12 Thread Bill Whillers
Hi, I'd really appreciate any ideas or "best practices" you might have before re-inventing with Yet Another Benchmarker/Profiler... We are expecting an unusually high amount of traffic over the next month on one of our Apache/MySQL machines and I'd like to profile this in a simple, "bootstap"

Re: Server Load Profile

2005-05-12 Thread Stas Bekman
Bill Whillers wrote: Hi, I'd really appreciate any ideas or "best practices" you might have before re-inventing with Yet Another Benchmarker/Profiler... We are expecting an unusually high amount of traffic over the next month on one of our Apache/MySQL machines and I'd like to profile this in a

Re: mod_perl causing seg faults in apache2?

2005-05-12 Thread Malcolm J Harwood
On Thursday 12 May 2005 02:29 pm, Grant wrote: > Hello, I've been suffering from intermittent segmentation faults in my > apache2 error_log for quite a while now. It seems to be worst during > peak traffic hours. Here's what they look like: > [notice] child pid 13189 exit signal Segmentation fa

Re: The better way to update/write new CPAN Apache modules

2005-05-12 Thread J Matisse Enzer
On May 12, 2005, at 7:22 AM, Enrico Sorcinelli wrote: I am using mod_perl2 from almost 2 years but there are a lot of users that still use mod_perl 1 and/or mod_perl 2 prior to RC5, so for my Apache CPAN modules I would like to continue to support all versions with the minimum effort (of course

mod_perl causing seg faults in apache2?

2005-05-12 Thread Grant
Hello, I've been suffering from intermittent segmentation faults in my apache2 error_log for quite a while now. It seems to be worst during peak traffic hours. Here's what they look like: [notice] child pid 13189 exit signal Segmentation fault (11) I'm getting maybe 100 of these per day. If th

mod_perl/apache questions (livejournal)

2005-05-12 Thread bruce
Hi... I'm looking for a mod_perl/apache guru to talk to, possibly ask questions of regarding an Open Source application (livejournal.org). I'm trying to step through the app, to gain an additional understanding of the app, and I'm running into some debugging issues. For the right person, this is

Re: The better way to update/write new CPAN Apache modules

2005-05-12 Thread Philip M. Gollucci
Enrico Sorcinelli wrote: 2. Two modules (single CPAN distribution, Apache::* _or_ Apache2::* ?): - one for mp1 + mp2 < RC5 into Apache::* namespace; (with inline API run-time tests) - one for mp2 >= RC5 only into Apache2::* namespace (with no tests) Our general practice is that you should _NOT_

"strange error" is related to CGI.pm

2005-05-12 Thread Igor Chudov
A followup to my earlier post with this error: Can't locate object method "read" via package "Apache2::RequestRec" at (eval 26) line 6, line 522.\n, referer: http://dsl.algebra.com/algebra/homework/word/numbers/04-num.wpm The error happens when the latest CGI.pm version tries to call "read" on A

Re: strange error after new mod_perl update

2005-05-12 Thread Randy Kobes
On Thu, 12 May 2005, Igor Chudov wrote: > I have a custom Handler, that does not do anything > very special. I get this cryptic error. > > Can't locate object method "read" via package > "Apache2::RequestRec" at (eval 26) line 5, line > 522.\n, referer: http://dsl.algebra.com/ > algebra/homework/

strange error after new mod_perl update

2005-05-12 Thread Igor Chudov
I have a custom Handler, that does not do anything very special. I get this cryptic error. Can't locate object method "read" via package "Apache2::RequestRec" at (eval 26) line 5, line 522.\n, referer: http://dsl.algebra.com/ algebra/homework/word/numbers/04-num.wpm - Igor

The better way to update/write new CPAN Apache modules

2005-05-12 Thread Enrico Sorcinelli
Hi all, I am using mod_perl2 from almost 2 years but there are a lot of users that still use mod_perl 1 and/or mod_perl 2 prior to RC5, so for my Apache CPAN modules I would like to continue to support all versions with the minimum effort (of course :-)) by avoiding duplications of docs, code and

Re: apache and mod_perl

2005-05-12 Thread Ian Joyce
http://perl.apache.org/docs/2.0/user/porting/compat.html On 5/12/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hi all, > > I'm trying to migrate a website from apache 1.x and mod_perl 1.x to apache 2.x > and mod_perl 2.x I get the following error when trying to start httpd. > > St

FW: apache and mod_perl

2005-05-12 Thread Gert Jan Schipper
Hi David, Try this link: http://perl.apache.org/docs/2.0/user/porting/compat.html Regards, GJS > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 12, 2005 3:09 PM > To: modperl@perl.apache.org > Subject: apache and mod_perl > > > > > >

apache and mod_perl

2005-05-12 Thread DTitkemeyer
Hi all, I'm trying to migrate a website from apache 1.x and mod_perl 1.x to apache 2.x and mod_perl 2.x I get the following error when trying to start httpd. Starting httpd: [Thu May 12 08:48:01 2005] [error] failed to resolve handler `Apache::PerlSection' Syntax error on line 14 of /etc/

RE: Login window always show up in IE by using Apache2::AuthenNTLM

2005-05-12 Thread Gert Jan Schipper
Hi All, Supplementary to below mail, I get folloing messages in my access_log from apache2. 10.1.50.79 - - [12/May/2005:13:33:08 +0200] "GET /cordys/wcp/images/i.png HTTP/1.1" 401 510 10.1.50.79 - - [12/May/2005:13:33:08 +0200] "GET /cordys/wcp/images/blank.png HTTP/1.1" 401 510 10.1.50.79 - - [1

Re: Vanishing Requests

2005-05-12 Thread Slava Bizyayev
On Wed, 2005-05-11 at 20:22, David Marshall wrote: > The basic problem: some requests just totally vanish. No record > appears of them in the apache log, and no response is returned to the > browser. How did you know that the request reaches your server? -- Slava

RE: [QUESTION] Browser hangs if multiple requests on the same Perlresource (Apache2, modperl2, Win32)

2005-05-12 Thread Pascal . Davoust
I've just seen thread "Vanishing Requests", and it looks quite close to what I've witnessed. mod_log_forensic was suggested in this thread above, so I followed this suggestion and enabled it. I restarted Apache and ran ApacheBench twice on a (big) Perl resource with 4 simultaneous requests. Some r

RE: [Mason] Vanishing Requests

2005-05-12 Thread Pascal . Davoust
Hi David, Could you have a look at my post "[QUESTION] Browser hangs if multiple requests on the same Perlresource (Apache2, modperl2, Win32)" ? Because I think we're hitting the *very same problem*... You may want to check if your site enjoys the same problem as mine using the simplistic Perl sc