:Apache2 IO flush: (103) Software caused connection abort

2005-08-05 Thread [EMAIL PROTECTED]
I have been getting some strange error on my system lately, so I took the time to completely upgrade my server last night to see of I could fix the problem with new updates. First thing this morning the errors re-surfaced. The error I'm getting is :Apache2 IO flush: (103) Software caused co

Re: [mp2] CGI.pm porting/co-existence questions

2005-08-05 Thread Philip M. Gollucci
fetching/setting cookies fetching parameters (GET arguments or POST) use APR::Request::* Its faster as its in XS glue code. simple HTML elements more complex HTML elements (forms, header/body) shouldn't you be using templates :) Though to implement the template engine, I use

[mp2] CGI.pm porting/co-existence questions

2005-08-05 Thread Thomas Hilbig
I have many CGI scripts running under mp2 using ModPerl::Registry, that I want to re-architect to use more Apache API's (for speed) and handlers (i.e. authentication, logging). I have been getting up to speed on the mp2 docs these past couple of weeks.I haven't really seen any good recommenda

Re: Apache Request

2005-08-05 Thread Philip M. Gollucci
Tom Schindl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Javier Alonso Sánchez schrieb: In according to the documentation: If you need your own body parsing the better idea would be to write an InputFilter http://perl.apache.org/docs/2.0/user/handlers/filters.html to parse the content

Re: Apache Request

2005-08-05 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Javier Alonso Sánchez schrieb: > In according to the documentation: > > "The Apache2::Request module provides methods for parsing GET and POST > parameters encoded with either application/x-www-form-urlencoded or > multipart/form-data." > > Does only