Re: Logging With Mod Perl 2.0

2007-04-27 Thread Torsten Foertsch
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

mod-perl 2.0 - Docu Error

2004-05-11 Thread Tom Schindl
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

Re: mod-perl 2.0

2001-06-12 Thread Doug MacEachern
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

mod-perl 2.0

2001-06-09 Thread GUMMALAM,MOHAN (HP-PaloAlto,ex1)
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