On Thursday 26 April 2007 21:10, Tyler Bird wrote:
> But I was wondering isn't there anything I can do to mod_perl that will
> allow a plain warn to send it to my virtualhosts log and not my servers
> log.
>
> without using the $r->warn() syntax
The problem is you need a $r object for that. In MP1
Hi,
there's a small issue with the documentation of Apache::RequestRec,
where it states in synopsis that one can use $r->dir_config without
loading Apache::RequestUtil. One could remove $r->dir_config or also
load Apache::RequestUtil.
I'd prefer to remove it because its documented as a method
On Mon, 4 Jun 2001, GUMMALAM,MOHAN (HP-PaloAlto,ex1) wrote:
> This is going to be a simple question for most of you. I've been trying to
> build modperl-2.0 statically (not DSO). I follow the directions given at
> pod/modperl_dev.pod (and trying it for static compilation). After running
> thro
This is going to be a simple question for most of you. I've been trying to
build modperl-2.0 statically (not DSO). I follow the directions given at
pod/modperl_dev.pod (and trying it for static compilation). After running
through the successful build process, when I run httpd -l, I do not see
m