question: login_screen method for Apache::AuthTicket?

2002-05-24 Thread Brian Reichert
I'm exploring Apache::AuthTicket, with fair success, but there is an element of it that I don't understand: How is the login_screen method distinct from the login method? In the build tree for Apache-AuthTicket-0.31, there is a sample httpd.conf that contains (among other things): PerlSetVar

Re: DBI & modperl_2 Segmentation fault

2002-05-24 Thread Udlei Nattis
hi i updating modperl-2.0-cvs and problem persist now i change DynaLoader in DBI.pm to XSLoader but problem persist :( can you give me one idea? thanks nattis Doug MacEachern wrote: >sounds like the XSLoader vs. DynaLoader issue which only exists in 5.6.x. >try updating modperl-2.0-cvs, ther

Re: Strange subrequest dir_config issue

2002-05-24 Thread Per Einar Ellefsen
At 12:38 24.05.2002, Matt Sergeant wrote: >Well it all made sense to me anyway - I just thought it should be >documented ;-) Thanks a lot Matt and Geoffrey, I have added this to the documentation (waiting for Stas to commit it). It seems to me that it's a more general problem with assuming too

Re: Proxied mod_perl server problem

2002-05-24 Thread Andrew McNaughton
The problem occurs because when the apache proxy recieves an HTTP/1.0 request it sends an HTTP/1.1 request to the upstream server. The response then comes back with 'Transfer-encoding: chunked' and until a fix was put in, the transfer encoding was not changed in sending the HTTP/1.0 response bac

Re: Strange subrequest dir_config issue

2002-05-24 Thread Matt Sergeant
On Thu, 23 May 2002, Geoffrey Young wrote: > Matt Sergeant wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > This is just a heads up on something I've not seen documented in either the > > Eagle book or in the Cookbook (at least not that I can find). > > > > If you create a s