Re: mod_perl-2 and apache-2.2 problem

2006-10-16 Thread gerard such
Is the subject "mod_perl-2 and apache-2.2 problem" really appropriate? I've just being searching through the mailing list recently and there a good subject is really appreciated. 2006/10/16, Klavs Klavsen <[EMAIL PROTECTED]>: On Mon, October 16, 2006 10:18, Philip M. Gollucci said:[SNIP]>> I would

Re: modperl2 books?

2006-03-16 Thread gerard such
>From my experience, i would suggest you Writing Apache Modules with Perl and C . However, this is a mp1 book. I'm not convinced with any other mp2 books, but surely i haven't read all of them (and i don't remeber which i've read).However, there are two things one must learn about mod_perl (in my o

Re: HTTP headers question

2005-11-13 Thread gerard such
Apparently it works :D However, it's very strange the headers that "my" server sends! Now there is a Last-Modified header that points to July?!?!? Also the ETAG tag is still there ... Anyway, it seems that effectively the two noisy tags are removed, and that the OK status is sent (if not i will di

HTTP headers question

2005-11-13 Thread gerard such
Hi, i'm trying to avoid the "304 Not Modified" status when testing my updated handlers in localhost. From documentation, i read that phase PerlHeaderParserHandler is the most adequate to launch handlers when in Directories scopes to manage HTTP response headers. My apache directive ---