[mp2] $r->status does not accept a valid parameter

2004-01-31 Thread suburbanantihero
Has anyone seen this behavior? Working on a custom WebDAV server. Need to reply with XML and Multi-Status response. $r->status(Apache::HTTP_MULTI_STATUS); or $r->status(207); always results in the following Usage: Apache::Request::status(sv) at API/Modes.pm line 235. Regardless of the failed

Re: Connection filters and Keep-Alive

2004-01-31 Thread Stas Bekman
Stas Bekman wrote: Mathias Herberts wrote: Hi, still in the process of building an Input Connection Filter I noticed something wrong with all Connection Filter examples I could find (including HTTPHeadersFixup), in case the connection is instructed to be kept open with 'Connection: Keep-Alive'

Re: Apache + mod_proxy + mod_perl + dynamic header information

2004-01-31 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Hello! I have installed Apache 2.0 server as transparent proxy. I'am looking for solution which allow me to add some special and dynamic (from database) additional header information on my proxy and send request to destination server. Algorithm: 1. Client send a request f

Apache + mod_proxy + mod_perl + dynamic header information

2004-01-31 Thread stingray
Hello! I have installed Apache 2.0 server as transparent proxy. I'am looking for solution which allow me to add some special and dynamic (from database) additional header information on my proxy and send request to destination server. Algorithm: 1. Client send a request from browser (in browser n

Re: [mp1] [bug report] Re: Apache::Request vs Apache->request

2004-01-31 Thread Clayton Cottingham
Stas: sorry i did miss that, yesterday was too too hectic ill try this now On Thu, 2004-01-29 at 20:03, Stas Bekman wrote: > Clayton Cottingham wrote: > > yah its calling it properly: > > > > my $apr = Apache::Request->new( > > shift, > > POST_MAX=> 10 * 1024 * 1024,