Apache-SizeLimit mp2 integration

2006-08-30 Thread Philip M. Gollucci
Hi All, Anyone using SVN trunk should use this tag of it http://svn.apache.org/viewvc/perl/modperl/tags/before_apache_sizelimit_integration/ until we work out the kinks (I hope this will be by sometime next week) Sooner if someone helps :) -- -

Re: libapreq test issues

2006-08-30 Thread Ben Wheeler
On Tue, Aug 29, 2006 at 10:15:34AM -0700, Philip M. Gollucci wrote: > Can you post the stderr and glue/perl/t/error_log assuming output AFTER > you've installed LWP. Did you see the bit where I said all the tests passed after I installed LWP? > The test requires LWP to run, not liabpreq. If th

Re: Request for Information

2006-08-30 Thread Jonathan Vanasco
On Aug 30, 2006, at 4:03 PM, Perrin Harkins wrote: my $session_cookie = "SESSION_ID=$session{_session_id};"; $r->header_out("Set-Cookie" => $session_cookie); Does that even create a valid cookie? Cookies have expiration dates , paths, and domains $cookie = $ r->header

Re: Request for Information

2006-08-30 Thread Perrin Harkins
[ Please keep replies on the mailing list ] On Wed, 2006-08-30 at 09:29 -0400, dhaval gada wrote: > If its the 1st time... then the following code. (i.e. session > creation) > > [- > eval { > tie %session, 'Apache::Session::File', undef, > { Directory => './tmp/sessio