Re: Upgrading to perl 5.8.0 (newbie question)

2003-02-24 Thread David Wright
> Hi, > > mod_perl 1.27 is the latest stable version of mod_perl 1. > You're fine. > > Regards, > Sven. > > Am Mon, 2003-02-24 um 12.24 schrieb Gazi, Nasser (London): > > Hi, > > > > I have a server which has the following pre-installed on it: > > Apache/1.3.27 > > mod_perl/1.27 > > Perl/5.6.

Re: Many requests per page

2002-05-02 Thread David Wright
Hi, > Hello again, > > > * Viljo Marrandi <[EMAIL PROTECTED]> [2002-05-02 08:57]: > > > How can I make my system so, that my perl handler is not called for > > > each image, css and script the page has? > > [-- snip --] > > > return DECLINED if $r->content_type && $r->content_type !~ m|^text/

Re: statINC or startINC ??

2002-03-01 Thread David Wright
s not start unless I am > logged in and start it manually as it can not find statINC.pm. Even > then http requests generate the above error. perldoc -f use If you have a set of custom modules that you need Apache to find, something like: use lib '/directory/root/of/your/modules' ; in your conf should work. david wright

Re: About PerlLogHandler phase

2002-02-12 Thread David Wright
On Mon, 11 Feb 2002, Paul Lindner wrote: > On Mon, Feb 11, 2002 at 06:31:25PM -0800, Randy J. Ray wrote: > > > > * If I install a handler for PerlLogHandler, does the normal logging still > > take place? Is it a function of whether my handler returns OK, DECLINED, > > etc.? > > As far as I kn