get a copy of the mod perl book on oreilly
this chapter is invaluable:
http://www.modperlbook.org/html/part2.html
read through it online or in the book. it'll answer most of your
questions.
On Nov 5, 2005, at 3:06 PM, Boysenberry Payne wrote:
Now that I'm at the tail end of my cu
On Fri, Nov 04, 2005 at 03:00:30PM -0200, Victor Dias wrote:
> I did the same install on Fedora 4 with mod_perl-2.0.1-1.fc4.
>
> cd libapreq2-2.06-dev
> perl Makefile.PL --with-apache2-apxs=/usr/sbin/apxs
> make
[snip]
> How can I install Mason without the Apache::Request dependency?
> I want to t
JT Smith wrote:
> Thanks. I tried adding multiple lines worth and that didn't seem to
> work, not sure why. I didn't try putting multiple on the same line. I'll
> give that a shot.
it shouldn't really matter - see hooks/TestHooks/stacked_handlers2.pm in the
mp2 test suite. if the t/hooks/stacke
Thanks. I tried adding multiple lines worth and that didn't seem to work, not sure why.
I didn't try putting multiple on the same line. I'll give that a shot.
sure, slather on as many as you want
PerlInitHandler My::Foo My::Bar
PerlInitHandler My::Baz
and they'll all get run. provided nobo
Now that I'm at the tail end of my current project (not necessarily the
best time to tackle
this issue I know) I'm looking at my httpd processes using top:
PID COMMAND %CPU TIME #TH #PRTS #MREGS RPRVT RSHRD RSIZE
VSIZE
16970 httpd0.0% 0:00.01 1 9 247 108K 17.5M
JT Smith wrote:
> My modperl app has its own init handler, but I'd also like to use
> Apache2::Reload on my dev box so I don't have to continue restarting
> Apache. Is it possible to register 2 init handlers through the Apache
> config?
sure, slather on as many as you want
PerlInitHandler My
My modperl app has its own init handler, but I'd also like to use Apache2::Reload on my
dev box so I don't have to continue restarting Apache. Is it possible to register 2 init
handlers through the Apache config? If not, is it possible to register them through
code?
JT ~ Plain Black
ph: 703-28