Re: Error- Attempting to Build Apache with mod_perl, no luck

2006-06-12 Thread Hendrik Van Belleghem
There is also quite a nice HOWTO on compiling Apache with all kinds of goodies at http://www.delouw.ch/linux/apache.phtml HTH Hendrik On 6/12/06, John Ian Simeon <[EMAIL PROTECTED]> wrote: Hello! I'm attempting to build Apache with mod_perl and mod_ssl by hand. mod_ssl seems to have integrat

Apache2::compat lacks $request->cgi_header_out() ?

2006-06-12 Thread Darryl Miles
Apache2::compat lacks $request->cgi_header_out() ? I'm trying to get some mod_perl 1.x code working under mod_perl 2.0.2, but I get the error: Can't locate object method "cgi_header_out" via package "Apache2::RequestRec" For my usage: my($header) = 'Location'; my($value) = 'http://domain

seen_eos is not set by some handlers

2006-06-12 Thread Reif Peter
I use a PerlOutputFilter in my Apache. It seems that some response-handlers don't set the $f->seen_eos field. It works for local HTML-pages and the "server-status" handler. It doesn't work for Pages that come through the standard-proxy-module, the standard PerlResponseHander Apache2::Status and th

Re: Apache2::compat lacks $request->cgi_header_out() ?

2006-06-12 Thread Hendrik Van Belleghem
Hey, I posted some notes on my blog about writing an abstraction layer: http://use.perl.org/~Beatnik/journal/29527 http://use.perl.org/~Beatnik/journal/29346 HTH Hendrik On 6/12/06, Darryl Miles <[EMAIL PROTECTED]> wrote: Apache2::compat lacks $request->cgi_header_out() ? I'm trying to get