stas        2003/08/29 10:33:55

  Modified:    src/docs/2.0/user/troubleshooting troubleshooting.pod
  Log:
  a new run-time error item
  Invalid argument: core_output_filter: writing data to the network
  
  Revision  Changes    Path
  1.13      +11 -0     
modperl-docs/src/docs/2.0/user/troubleshooting/troubleshooting.pod
  
  Index: troubleshooting.pod
  ===================================================================
  RCS file: 
/home/cvs/modperl-docs/src/docs/2.0/user/troubleshooting/troubleshooting.pod,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -u -r1.12 -r1.13
  --- troubleshooting.pod       18 Aug 2003 19:17:10 -0000      1.12
  +++ troubleshooting.pod       29 Aug 2003 17:33:55 -0000      1.13
  @@ -151,6 +151,17 @@
   =back
   
   
  +=head2 (22)Invalid argument: core_output_filter: writing data to the network
  +
  +Apache uses the sendfile syscall on platforms where it is available in
  +order to speed sending of responses. Unfortunately, on some systems,
  +Apache will detect the presence of sendfile at compile-time, even when
  +it does not work properly. This happens most frequently when using
  +network or other non-standard file-system.
  +
  +The whole story and the solutions are documented at:
  +http://httpd.apache.org/docs-2.0/faq/error.html#error.sendfile
  +
   
   =head1 Issues with APR Used Outside of mod_perl
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to