Re: Problem with redirect under Apache2
On Tue, Dec 09, 2003 at 06:55:14PM +0200, Michael Stepanov wrote:
> blah.epl
> [-
>$http_headers_out{'Location'} = 'main.epl';
>exit 301;
> -]
At least I can tell you that it does work for me, so it has to be
a problem specific to your setup
Andre
--
Any technology distinguishable from magic is insufficiently advanced.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Session timeouts
Hey guys. I've used EMBPERL_COOKIE_EXPIRES to expire cookies, but in some instances I would also like to expire sessions based on inactivity, not an arbitrary time limit. I'm not spotting the best way to do this. Any way to do this in embperl, or apache, or Apache::Session settings? Thanks, Lars - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Session timeouts
Earwig wrote: Hey guys. I've used EMBPERL_COOKIE_EXPIRES to expire cookies, but in some instances I would also like to expire sessions based on inactivity, not an arbitrary time limit. I'm not spotting the best way to do this. Any way to do this in embperl, or apache, or Apache::Session settings? Store an initial "time" in %udat and on each request compare if the actual time - initial time > maximum time and them timeout or not the session. Hope its clear enough. -- Luiz Fernando B. Ribeiro Engenho Soluções para a Internet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Apologies for the large attachement
My sincere apologies to all for the large test.log attachment. I had no idea it was so big. I should have checked. Peter Corrigan -Original Message- From: Peter Corrigan [mailto:[EMAIL PROTECTED] Sent: 10 December 2003 12:59 To: '[EMAIL PROTECTED]' Subject: 2.0b9, Perl 5.8.2, mod_perl-1.29 fails test 117 in mod_perl mode Test 117 in mod_perl mode gives… #117 match/div.htm... ERR:Internal Server Error Input: test/html/match/div.htm Output: test/tmp/out.htm Log: test/tmp/test.log Testparameter: offline = 0 ERRORS detected! NOT all test have been passed successfully Found unexpected output in httpd errorlog: [Wed Dec 10 11:57:47 2003] [error] Undefined subroutine &main::Embperl called. make: *** [test_dynamic] Error 1 /usr/bin/make test -- NOT OK Using Apache/1.3.29 on Linux 2.4.20-8smp Any help greatly appreciated. Peter
