Re: Apache 2?

2002-12-10 Thread Vivek Khera
> "GC" == Grant Cooper <[EMAIL PROTECTED]> writes: GC> Is there any documention of a HOWTO or a tutorial about a lightweight GC> front-end proxy that loads the data from the mod_perl try this: perldoc mod_perl_tuning It comes with mod_perl, conveniently. Nobody has sent me any updates in tw

Re: Apache 2?

2002-11-30 Thread Stas Bekman
3. If you have different sites (presumably owned by different people) on your server, all the backend servers can execute with different userids so that the backend server of one site doesn't have to be able to read the files of another site. And, everyone can change their own server configuratio

Re: Apache 2?

2002-11-30 Thread Philip Mak
On Sat, Nov 30, 2002 at 12:45:50PM -0500, Jason Czerak (Jasnik) wrote: > Is the 'front end' and 'back end' apache servers on the 'same box'? > My problme is that I had one web server. and I did the FE and BE bit > (BE being on the loop back address). to free up some major resources > since mod_perl

Re: Apache 2?

2002-11-30 Thread Jason Czerak (Jasnik)
On Tue, 2002-11-26 at 05:15, Philip Mak wrote: Is the 'front end' and 'back end' apache servers on the 'same box'? My problme is that I had one web server. and I did the FE and BE bit (BE being on the loop back address). to free up some major resources since mod_perl apache gets huges. I didn't ne

Re: Apache 2?

2002-11-28 Thread Stas Bekman
Issac Goldstand wrote: - Original Message - From: "Stas Bekman" <[EMAIL PROTECTED]> . Since if your mod_perl handler sends the data to a thread which runs a filter that send the data to a client (and doesn't need perl) it'll still block on the network transfer, which will block the re

Re: Apache 2?

2002-11-27 Thread Issac Goldstand
- Original Message - From: "Stas Bekman" <[EMAIL PROTECTED]> To: "Philip Mak" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, November 27, 2002 2:24 AM Subject: Re: Apache 2? . Since if your mod_perl handler sends > the data to a

Re: Apache 2?

2002-11-27 Thread Igor Sysoev
On Tue, 26 Nov 2002, Philip Mak wrote: > On Tue, Nov 26, 2002 at 11:40:00AM -0800, Grant Cooper wrote: > > What do yo mean a modem will tie up the Server? I've never heard this > > before. > > Let's say you have a mod_perl page that returns a 100k document, and a > 28.8k modem downloads that docu

Re: Apache 2?

2002-11-26 Thread Randal L. Schwartz
> "Philip" == Philip Mak <[EMAIL PROTECTED]> writes: Philip> Let's say you have a mod_perl page that returns a 100k document, and a Philip> 28.8k modem downloads that document. Philip> The mod_perl process that is serving that document will be tied up Philip> until that modem finishes downloa

Re: Apache 2?

2002-11-26 Thread Stas Bekman
Philip Mak wrote: These days, Apache 2 has become the default version of Apache. On my site, I run a front end Apache and a back end Apache. Front end: Apache 1.x, has mod_accel module which is like mod_proxy, but downloads all the data from the backend ASAP and frees it up immediately, so that

Re: Apache 2?

2002-11-26 Thread Stas Bekman
Philip Mak wrote: On Tue, Nov 26, 2002 at 03:11:47PM -0800, Grant Cooper wrote: Is there any documention of a HOWTO or a tutorial about a lightweight front-end proxy that loads the data from the mod_perl I wrote a guide a while back on how to install mod_accel and mod_deflate with Apache. It'

Re: Apache 2?

2002-11-26 Thread Philip Mak
On Tue, Nov 26, 2002 at 03:11:47PM -0800, Grant Cooper wrote: > Is there any documention of a HOWTO or a tutorial about a lightweight > front-end proxy that loads the data from the mod_perl I wrote a guide a while back on how to install mod_accel and mod_deflate with Apache. It's for Apache 1.3.x;

Re: Apache 2?

2002-11-26 Thread Grant Cooper
t: Tuesday, November 26, 2002 10:46 AM Subject: Re: Apache 2? > On Tue, Nov 26, 2002 at 11:40:00AM -0800, Grant Cooper wrote: > > What do yo mean a modem will tie up the Server? I've never heard this > > before. > > Let's say you have a mod_perl page that returns

Re: Apache 2?

2002-11-26 Thread Philip Mak
On Tue, Nov 26, 2002 at 11:40:00AM -0800, Grant Cooper wrote: > What do yo mean a modem will tie up the Server? I've never heard this > before. Let's say you have a mod_perl page that returns a 100k document, and a 28.8k modem downloads that document. The mod_perl process that is serving that doc

Re: Apache 2?

2002-11-26 Thread Grant Cooper
What do yo mean a modem will tie up the Server? I've never heard this before. - Original Message - From: "Philip Mak" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 26, 2002 2:15 AM Subject: Apache 2? > These days, Apache 2 has become the default version of Apache. >

Re: apache 2 & mod_perl 2 & Apache::DBI

2002-06-12 Thread Randy Kobes
On Sun, 9 Jun 2002, Yuri A. Kabaenkov wrote: > Hello, > How can i install Apache::DBI module with mod_perl 2? > I'm not sure what the current status of this is, but see the discussion of Apache::DBIPool at http://perl.apache.org/release/docs/2.0/user/overview/overview.html. best regards,

Re: Apache 2 opportunity

2000-08-15 Thread Doug MacEachern
On Sun, 2 Jul 2000, Francesco Pasqualini wrote: > I think in the current version of modperl there is an important feature > missing. > At this time is not possible to share resources between apache childs and so > we can not use "really" persistent DBI coneection. > What I intend is the possibili