Josh Narins <[EMAIL PROTECTED]> wrote:
> As you suspected, everything in the second set returns 0 for
> $r->is_initial_req().
>
> However, I never call internal_redirect.
>
> What else might be doing it?
>
> To make sure you are confused, the first request returns the content, and I
> have no
From: Jeremy Nixon <[EMAIL PROTECTED]>
Josh Narins <[EMAIL PROTECTED]> wrote:
> PostReadRequest /foo/bar
> Trans /foo/bar
> HeaderParser /foo/bar
> Access /foo/bar
> Fixup /foo/bar
> Trans /bar
> HeaderParser /bar
> Access /bar
> Fixup /bar
> PerlHandler
>
> What is causing my server to resta
Good morning,
On 8/12/05 at 10:09 AM -0500, Perrin Harkins <[EMAIL PROTECTED]> wrote:
>On Thu, 2005-12-08 at 09:02 -0600, JT Smith wrote:
>> That's what I'm saying, mod_proxy IS proxying mod_perl. However, the
>> HTTPS environment variable doesn't come through the proxy.
>
>You will have two diff
Josh Narins <[EMAIL PROTECTED]> wrote:
> PostReadRequest /foo/bar
> Trans /foo/bar
> HeaderParser /foo/bar
> Access /foo/bar
> Fixup /foo/bar
> Trans /bar
> HeaderParser /bar
> Access /bar
> Fixup /bar
> PerlHandler
>
> What is causing my server to restart at the Trans phase with the truncated
>
The problem:
I have a directive which appears to be ignored.
While digging into this, I found the following was happening when I used
lwp-request to fetch the page...
PostReadRequest /foo/bar
Trans /foo/bar
HeaderParser /foo/bar
Access /foo/bar
Fixup /foo/bar
Trans /bar
HeaderParser /bar
Acc
Hi all,
I'm trying to write an Apache 2 output filter using mod_perl. I've
gotten a couple basic filters setup by reading:
http://www.perl.com/lpt/a/2003/04/17/filters.html
and
http://perl.apache.org/docs/2.0/user/handlers/filters.html
My goal is to setup a simple filter that will prepend som
On Friday 09 December 2005 17:07, Michael Peters wrote:
> The current linux 2.6 kernels do not report COW memory correctly.
That is not entirely true anymore. Since 2.6.14 /proc/PID/smaps are included
in the vanilla kernel. On demand I can provide a patch for
linux-2.6.13-3-default the kernel th
Rasmus Solmer Eriksen wrote:
>
> Mod_perl2 too greedy on memory
>
> We have installed Apache2 with Mod_perl2 on a Suse 9 Linux distribution.
>
> Compared with out usual setup with mod_perl-1.29 and Apache1.3, the new
> installation with mod_perl-2.0.1 has increased the memory consumption
> by
On Fri, 9 Dec 2005 16:27:45 +0100
Rasmus Solmer Eriksen <[EMAIL PROTECTED]> wrote:
> Mod_perl2 too greedy on memory
>
> We have installed Apache2 with Mod_perl2 on a Suse 9 Linux
> distribution.
>
> Compared with out usual setup with mod_perl-1.29 and Apache1.3, the
> new installation with mod_
Mod_perl2 too greedy on memory
We have installed Apache2 with Mod_perl2 on a Suse 9 Linux distribution.
Compared with out usual setup with mod_perl-1.29 and Apache1.3, the new installation with mod_perl-2.0.1 has increased the memory consumption by 5 times.
The following line are from the "ps
10 matches
Mail list logo