Re: [mp2] make test fails completely

2005-03-08 Thread Phil Dobbin
On 08/03/2005 @ 05:01 GMT, Stas Bekman, [EMAIL PROTECTED], wrote: >Phil Dobbin wrote: >> I'm trying to compile modperl-2.0_20050305233800 with Apache 2.0.47 >on >>OS X.2.8 and I'm getting at the beginning of `make test': >> >> --- >> >

PerlTransHandler question

2005-03-08 Thread shawn
Hi, I have been having a few problems with dial-up users downloading large pictures from my mod_perl enabled webserver, also I see spikes in cpu usage which also suggests to me that the server is doing a lot of work serving up the large images. What I would like to do is set up an image clu

RE: PerlTransHandler question

2005-03-08 Thread Shawn
Well I could use mod_rewrite, the only reason I chose this method was because it was easier to set up. Is there any difference between the two? Shawn -Original Message- From: Ian Joyce [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 8:31 PM To: shawn Subject: Re: PerlTransHand

Re: PerlTransHandler question

2005-03-08 Thread Perrin Harkins
shawn wrote: What I would like to do is set up an image cluster, to allow mod_perl to basically only execute code within the page, release and let another server worry about serving up images. There is extensive documentation on this here: http://perl.apache.org/docs/1.0/guide/strategy.html Your