Re: Apache Error of $r->read failed to read

2003-06-12 Thread Stas Bekman
Chris Faust wrote: I FOUND IT!! Like you said, it was in CGI.pm. It happens when doing a file upload ## while ($bytesread=read($image_filename_one,$buffer,1024)) { print OUTFILE $buffer; } ## If during the upload the user stops, drops or dies then the errors come through which m

Re: Apache Error of $r->read failed to read

2003-06-12 Thread Chris Faust
I FOUND IT!! Like you said, it was in CGI.pm. It happens when doing a file upload ## while ($bytesread=read($image_filename_one,$buffer,1024)) { print OUTFILE $buffer; } ## If during the upload the user stops, drops or dies then the errors come through which makes me think now

Re: Apache Error of $r->read failed to read

2003-05-30 Thread Stas Bekman
D]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, May 28, 2003 8:15 PM Subject: Re: Apache Error of $r->read failed to read Chris Faust wrote: Hi, We have been having some problems where all of a sudden apache will start logging the error of: [error] mod_perl: $r->read failed to read M

Re: Apache Error of $r->read failed to read

2003-05-29 Thread Stas Bekman
Chris Faust wrote: Hi, We have been having some problems where all of a sudden apache will start logging the error of: [error] mod_perl: $r->read failed to read Multiple times (100s in less then 10th of a sec), often it will get to the point where load on the machine goes through the roof a

Apache Error of $r->read failed to read

2003-05-29 Thread Chris Faust
Hi,   We have been having some problems where all of a sudden apache will start logging the error of:   [error] mod_perl: $r->read failed to read   Multiple times (100s in less then 10th of a sec), often it will get to the point where load on the machine goes through the roof and apache has

RE: Apache Error Log

2002-06-12 Thread Jim Morrison [Mailinglists]
on and off..) Is this what you're after? Kindest, J -Original Message- From: Doug MacEachern [mailto:[EMAIL PROTECTED]] Sent: 12 June 2002 22:12 To: Jaberwocky Cc: Stas Bekman; [EMAIL PROTECTED] Subject: Re: Apache Error Log On Wed, 12 Jun 2002, Jaberwocky wrote: > No, al

Re: Apache Error Log

2002-06-12 Thread Doug MacEachern
On Wed, 12 Jun 2002, Jaberwocky wrote: > No, all I really want to do is print to STDERR you can use warn() instead which writes to stderr and always autoflushes. or turn on autoflush of STDERR yourself, from perlfunc.pod: $oldfh = select(STDERR); $| = 1; select($oldfh); or update modperl-2.0

Re: Apache Error Log

2002-06-12 Thread Randy Kobes
On Wed, 12 Jun 2002, Jaberwocky wrote: > No, all I really want to do is print to STDERR As Stas mentioned, it'd be helpful to see a short snippet to illustrate your problem ... But the fact that you don't see the messages in the logs until a server shutdown/restart suggests some buffering going

Re: Apache Error Log

2002-06-12 Thread Jaberwocky
> > Please do not repost your question 3 times! > Sorry, that wasn't intentional, my client was being a pain > > '-' turns options off, not the other way around. > http://perl.apache.org/release/docs/2.0/user/config/config.html#PerlOptions_ Directive > And it's +Log by default. > Yes, I know

Re: Apache Error Log

2002-06-11 Thread Stas Bekman
steve wrote: > Hey people.. > > Wondering if someone could help me with this... Please do not repost your question 3 times! > I recently started using modperl2/apache2. Everything seems to work ok > except for Apache's error logging. > I don't seem to get my apache stderr untill I shutdown/re

Apache Error Log

2002-06-11 Thread steve
Hey people..   Wondering if someone could help me with this...   I recently started using modperl2/apache2. Everything seems to work ok except for Apache's error logging. I don't seem to get my apache stderr untill I shutdown/restart the server. Then it prints out the whole thing in one big

Fw: Apache Error Log

2002-06-11 Thread steve
  - Original Message - From: steve To: [EMAIL PROTECTED] Sent: Sunday, June 09, 2002 7:42 AM Subject: Apache Error Log Hey people..   Wondering if someone could help me with this...   I recently started using modperl2/apache2. Everything seems to work ok except for Apache's

Apache Error Log

2002-06-11 Thread steve
Hey people..   Wondering if someone could help me with this...   I recently started using modperl2/apache2. Everything seems to work ok except for Apache's error logging. I don't seem to get my apache stderr untill I shutdown/restart the server. Then it prints out the whole thing in one big b

Apache Error Log

2002-06-10 Thread Jaberwocky
  - Original Message - From: steve To: [EMAIL PROTECTED] Sent: Sunday, June 09, 2002 10:12 PM Subject: Fw: Apache Error Log   - Original Message - From: steve To: [EMAIL PROTECTED] Sent: Sunday, June 09, 2002 7:42 AM Subject: Apache Error Log Hey people..   Wondering if

Re: Apache error

2000-10-16 Thread Kader Ben
D)" > <[EMAIL PROTECTED]> > wrote: > > Kader Ben wrote: > > > Someone out there could tell me how can I > fix > > the > > > following Apache error: > > > > > > HTTP/1.1

Re: Apache error

2000-10-16 Thread Kader Ben
eone out there could tell me how can I fix > the > > following Apache error: > > > > HTTP/1.1 500 Internal Server Error Date: Mon, 16 > Oct > > 2000 15:02:20 GMT > > Is there anything to see in the error_log? __

Re: Apache error

2000-10-16 Thread Alexander Farber (EED)
Kader Ben wrote: > Someone out there could tell me how can I fix the > following Apache error: > > HTTP/1.1 500 Internal Server Error Date: Mon, 16 Oct > 2000 15:02:20 GMT Is there anything to see in the error_log?

Apache error

2000-10-16 Thread Kader Ben
Hi friends, Someone out there could tell me how can I fix the following Apache error: HTTP/1.1 500 Internal Server Error Date: Mon, 16 Oct 2000 15:02:20 GMT Server: Apache/1.3.6 (Unix) mod_perl/1.21 Last-Modified: Thu, 16 Mar 2000 11:05:19 GMT ETag: "84c8-536-38d0bfef" Accept-Ran