Perrin Harkins wrote:
> My Google alert sent this to me today:
> http://whitepapers.zdnet.com/abstract.aspx?docid=257555
Worth including in our own success stories ?
Philippe M. Chiasson GPG: F9BFE0C2480E7680 1AE53631CB3
Torsten Krah wrote:
> Hi.
>
> I've read around the docs but i dont know if its possible or not.
> Can an perl output filter add a new variable to the current process which can
> be analyzed by mod_rewrite?
>
> Background:
>
> My filter does some internal redirects.
> I want to set a Condition n
[EMAIL PROTECTED] wrote:
> Hello,
>
> I have a module,which loads large data into memory.
>
> my $data = Mymodule->new;
>
> this will take some ms to be finished.
And consume large amounts of RAM too I would imagine.
> So I think I can create this object at startup time,and share the $data
>
Am Sonntag, 30. September 2007 schrieb Philippe M. Chiasson:
> Why not just report the module is available at startup, and report
> it's being used at run time from within an actual handler, not
> configuration hooks.
Good idea.
The second a got a idea how to "do", but the first - thats what i wan
Torsten Krah wrote:
> When my filter is installed, i want to log some message to the server Log,
> like:
>
> [Fri Sep 28 15:23:27 2007] [notice] suEXEC mechanism enabled
> (wrapper: /usr/sbin/suexec)
>
>
> I thought i can use this:
>
> sub DIR_CREATE {
> my $s = Apache2::ServerUtil->serv
lists user wrote:
> I have two sections in httpd.conf,one for modperl handler,one for
> registry scripts.
>
>
> SetHandler modperl
> PerlResponseHandler IP::Lookup
>
>
> Alias /perl/ "/home/httpd/test/"
>
> SetHandler perl-script
> PerlResponseHandler ModPerl::Registry
> Option