Re: P3P XML inclusion

2005-06-10 Thread Sean Davis
On Jun 10, 2005, at 8:07 AM, Sean Davis wrote: I have a P3P XML file that I want to include in the META section of all HTML generated from certain locations. Unfortunately, this is a recently changed policy and I obviously do not want to go back to change all relevant HTML and dynamically ge

P3P XML inclusion

2005-06-10 Thread Sean Davis
I have a P3P XML file that I want to include in the META section of all HTML generated from certain locations. Unfortunately, this is a recently changed policy and I obviously do not want to go back to change all relevant HTML and dynamically generated code. Is there a way to do this after-th

Re: P3P XML inclusion

2005-06-10 Thread Frank Wiles
On Fri, 10 Jun 2005 08:20:10 -0400 Sean Davis <[EMAIL PROTECTED]> wrote: > > On Jun 10, 2005, at 8:07 AM, Sean Davis wrote: > > > I have a P3P XML file that I want to include in the META section of > > all HTML generated from certain locations. Unfortunately, this is a > > > > recently change

Re: P3P XML inclusion

2005-06-10 Thread Sean Davis
On Jun 10, 2005, at 9:50 AM, Frank Wiles wrote: On Fri, 10 Jun 2005 08:20:10 -0400 Sean Davis <[EMAIL PROTECTED]> wrote: On Jun 10, 2005, at 8:07 AM, Sean Davis wrote: I have a P3P XML file that I want to include in the META section of all HTML generated from certain locations. Unfortunat

Re: Can't load perl file

2005-06-10 Thread Nick Pietraniec
Yea, I've got to give it a shot next week. I'm still not very familiar with the whole mod_perl universe. The script does simply the same thing (can't load) is there any way to increase the verbosity? Error log entries seem pretty vague even on debug -Nick On Jun 10, 2005, at 12:38 AM, T

Re: AW: Apache::SizeLimit ( mp1 and mp2 )-> I think there is a logical error in the code ...

2005-06-10 Thread Torsten Foertsch
I think that can be considered a bug in mp1. I remember I tried to show the behaviour with mp2 without success when the first message of the thread came in. A check on the source shows that mp2 has a ChildInit handler that resets PL_ppid if MP_MAINTAIN_PPID is defined. mp1 has obviously no such

Problem mod_perl-2.0 test on t/closure.t

2005-06-10 Thread maurizio amendola
Hi at all I'm newbie to mod_perl and apache. I have apache 2.0.54, Freebsd 5.4 and mod_perl-2.0.0. Server compiled with -D APACHE_MPM_DIR="server/mpm/prefork" -D APR_HAS_SENDFILE -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses disabled) -D APR_USE_FLOCK_SERIALIZE -D SINGLE_LISTEN

AW: AW: Apache::SizeLimit ( mp1 and mp2 )-> I think there is a logical error in the code ...

2005-06-10 Thread Andreas.Nolte
Hi Torsten, I did not find the time yet - but I will do. Cheers ANdreas -Ursprüngliche Nachricht- Von: Torsten Foertsch [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 10. Juni 2005 09:18 An: modperl@perl.apache.org Cc: Nolte, Andreas, D22-WHV Betreff: Re: AW: Apache::SizeLimit ( mp1 and

Re: Can't load perl file

2005-06-10 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Well without an error message and the at least the lines of code fail we cann't be much of help ;-) Tom Nick Pietraniec schrieb: | I had something like | | use Apache2 | use Apache2::compat (); | | before, but I pasted directly what was in the tuto

Re: [ANNOUNCE] Apache2::TrapSubRequest 0.03

2005-06-10 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [...] Joe Schaefer schrieb: | my $content = ""; | $subr->add_output_filter(bless sub : FilterRequestHandler { |my ($f, $bb) = @_; |while (my $e = $bb->first) { |$e->read(my $buf); |$content .= $buf; |

why mp2 not in http://www.cpan.org/modules/by-module/CGI/

2005-06-10 Thread Arnaud Blancher
Hi all i see number of version of mp1 in http://www.cpan.org/modules/by-module/CGI/ but why only mp1 and not mp2 ? Cheers, Arnaud

Re: [ANNOUNCE] Apache2::TrapSubRequest 0.03

2005-06-10 Thread Joe Schaefer
Tom Schindl <[EMAIL PROTECTED]> writes: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > [...] > Joe Schaefer schrieb: > > | my $content = ""; > | $subr->add_output_filter(bless sub : FilterRequestHandler { > |my ($f, $bb) = @_; > |while (my $e = $bb->first) { > |

[Fwd: mod_perl2 API change]

2005-06-10 Thread Geoffrey Young
just spreading the love... Original Message Subject: mod_perl2 API change Date: Fri, 10 Jun 2005 20:15:58 +0300 From: [name not revealed] To: Geoffrey Young <[EMAIL PROTECTED]> Thank you very much for your API change. What you were thinking about when doing this? Maybe your ass?

Re: [Fwd: mod_perl2 API change]

2005-06-10 Thread Chris Jacobson
FWIW, we had built a large scale web application suite using mp2 starting at 1.99_17, and without too much of a problem, we were able to cope with the API change... This is to be expected when you're developing against "beta" software. I think that the API change, while a bit painful, was

Re: why mp2 not in http://www.cpan.org/modules/by-module/CGI/

2005-06-10 Thread Philippe M. Chiasson
Arnaud Blancher wrote: > Hi all > > i see number of version of mp1 in > http://www.cpan.org/modules/by-module/CGI/ > but why only mp1 and not mp2 ? Not entirely sure why it ended up in /CGI/ in the first place, but you can find it here: http://www.cpan.org/modules/by-module/Apache2/mod_perl-2.0.

Re: [Fwd: mod_perl2 API change]

2005-06-10 Thread Geoffrey Young
Chris Jacobson wrote: >FWIW, we had built a large scale web application suite using mp2 > starting at 1.99_17, and without too much of a problem, we were able to > cope with the API change... thanks, that's good to know. fwiw, almost everyone has reported a similar experience migrating.

mod_perl2: cannot load Apache::AuthCookie for Apache 2.0

2005-06-10 Thread Steve Duran
Title: Message     Hello,     I am trying to get Apache::AuthCookie to run under Apache 2.  I first downloaded and installed httpd-2.0.54, then mod_perl-2.0.0, then Apache-AuthCookie-3.08.  I have the following lines in my httpd.conf file:   LoadModule perl_module modules/mod_perl.so   PerlModul

Re: [Fwd: mod_perl2 API change]

2005-06-10 Thread Frank Wiles
On Fri, 10 Jun 2005 13:29:39 -0400 Geoffrey Young <[EMAIL PROTECTED]> wrote: > just spreading the love... > > Original Message > Subject: mod_perl2 API change > Date: Fri, 10 Jun 2005 20:15:58 +0300 > From: [name not revealed] > To: Geoffrey Young <[EMAIL PROTECTED]> > > Thank

Re: mod_perl2: cannot load Apache::AuthCookie for Apache 2.0

2005-06-10 Thread Fred Moyer
> PerlModule Apache2::compat > PerlModule mod_perl2 > PerlModule Apache::AuthCookie Use this line instead for use with mod_perl2 - 'PerlModule Apache2::AuthCookie' > > The first error that I got was that it could not find the Apache::Util > module. The only place I could find this was in the

RE: mod_perl2: cannot load Apache::AuthCookie for Apache 2.0

2005-06-10 Thread Steve Duran
Thanks, Fred. It worked. -- Steve Duran Web Administrator -Original Message- From: Fred Moyer [mailto:[EMAIL PROTECTED] Sent: Friday, June 10, 2005 2:40 PM To: Steve Duran Cc: modperl@perl.apache.org Subject: Re: mod_perl2: cannot load Apache::AuthCookie for Apache 2.0 > PerlModule

Re: mod_perl2: cannot load Apache::AuthCookie for Apache 2.0

2005-06-10 Thread Michael J Schout
Steve Duran wrote: >>PerlModule Apache2::compat >>PerlModule mod_perl2 >>PerlModule Apache::AuthCookie FWIW, you do not need Apache2::compat for Apache2::AuthCookie. Regards, Michael Schout