Practical mod_perl / HTML Book /



previous page: 22.3.4. CGI Code Is Returned as Plain Text Instead of Being Executed
  
page up: HTML Version of the book
  
next page: 22.3.6. Global symbol "$foo" requires explicit package name

22.3.5. rwrite returned -1


This error message is returned when the client breaks the connection while your script is trying to write to the client. With Apache 1.3.x, you should see the rwrite messages only if LogLevel is set to debug. (Prior to mod_perl 1.19_01, there was a bug that reported this debug message regardless of the value of the LogLevel directive.)

Generally LogLevel is either debug or info. debug logs everything, and info is the next level, which doesn't include debug messages. You shouldn't use debug mode on a production server. At the moment there is no way to prevent users from aborting connections.

 

Continue to:

  • prev: 22.3.4. CGI Code Is Returned as Plain Text Instead of Being Executed
  • Table of Contents
  • next: 22.3.6. Global symbol "$foo" requires explicit package name







TOP
previous page: 22.3.4. CGI Code Is Returned as Plain Text Instead of Being Executed
  
page up: HTML Version of the book
  
next page: 22.3.6. Global symbol "$foo" requires explicit package name


Menu

  • HTML Book
  • PDF Book
  • Download Code
  • Table of Contents
  • Errata
  • mod_perl2 User's Guide
  • Sitemap

Search


Add to Google




Creative Commons License


Written by
Eric Cholet (Logilune) and
Stas Bekman (StasoSphere & Free Books).


[ Privacy Policy | Terms of Use | About Us | Search ]

© 2007 StasoSphere.com