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
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
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
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
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
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
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
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
-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
-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;
|
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
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) {
> |
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?
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
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.
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.
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
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
> 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
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
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
21 matches
Mail list logo