Re: mod_perl, mod_gzip, incredible suckage

2002-02-19 Thread Igor Sysoev
On Tue, 19 Feb 2002, Eric Cholet wrote: > --On vendredi 15 février 2002 17:19 +0300 Igor Sysoev <[EMAIL PROTECTED]> > wrote: > > > You can try > > ftp://ftp.lexa.ru/pub/apache-rus/contrib/mod_deflate-1.0.11.tar.gz > > > > It compresses content on the fly without any temporary files > > as mod_g

Re: mod_perl, mod_gzip, incredible suckage

2002-02-19 Thread Eric Cholet
--On vendredi 15 février 2002 17:19 +0300 Igor Sysoev <[EMAIL PROTECTED]> wrote: > You can try > ftp://ftp.lexa.ru/pub/apache-rus/contrib/mod_deflate-1.0.11.tar.gz > > It compresses content on the fly without any temporary files > as mod_gzip does. It has workarounds with buggy browsers. > mod_g

Re: mod_perl, mod_gzip, incredible suckage

2002-02-15 Thread Igor Sysoev
On 14 Feb 2002, Jeffrey W. Baker wrote: > Does mod_gzip suck or what? Some of you claim to use it. Now is the > time to confess. How do you get it to work? > > I installed it on a Slackware machine using the source code and apxs. > It loads but segfaults on every request. I installed it on

Re: mod_perl, mod_gzip, incredible suckage

2002-02-15 Thread Dave Hodgkinson
"Jeffrey W. Baker" <[EMAIL PROTECTED]> writes: > Does mod_gzip suck or what? Some of you claim to use it. Now is the > time to confess. How do you get it to work? I use the Apache::Gzip chain module thingy on the backend Apache. That's the only one that cares about text, right? -- Dave Hod

Re: mod_perl, mod_gzip, incredible suckage

2002-02-15 Thread Ryan Parr
that to myself. No love. I get no love from mod_gzip. -- Ryan - Original Message - From: "Mithun Bhattacharya" <[EMAIL PROTECTED]> To: "ModPerl List" <[EMAIL PROTECTED]> Sent: Thursday, February 14, 2002 10:10 PM Subject: Re: mod_perl, mod_gzip, incredibl

Re: mod_perl, mod_gzip, incredible suckage

2002-02-14 Thread Mithun Bhattacharya
Robin Berjon wrote: > > I got it to work once, but I confirm this was painful. I don't use it anymore > though so I can't remember the magic that it took to get it to run. As an > alternative (probably incomplete) solution, you might want to look inside one > of the templating/publishing mod

Re: mod_perl, mod_gzip, incredible suckage

2002-02-14 Thread Stephen Clouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Feb 14, 2002 at 03:18:37PM -0800, Jeffrey W. Baker wrote: > Okay, I'll take a run at compiling everything statically. First, just try loading mod_gzip before any other (non-static) module. You might save yourself the trouble of recompiling

Re: mod_perl, mod_gzip, incredible suckage

2002-02-14 Thread Robin Berjon
On Friday 15 February 2002 00:18, Jeffrey W. Baker wrote: > Okay, I'll take a run at compiling everything statically. I've had no > end of problems though with Expat, MySQL, PostgreSQL, and Zlib libraries > being linked in multiple times by multiple modules or even Apache > itself. > > Especially

Re: mod_perl, mod_gzip, incredible suckage

2002-02-14 Thread Jeffrey W. Baker
On Thu, 2002-02-14 at 15:07, Stephen Clouse wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Thu, Feb 14, 2002 at 02:44:53PM -0800, Jeffrey W. Baker wrote: > > Hrmm how interesting. My Apache is built with PHP (with DOM, MySQL, and > > Postgres) and mod_perl. With mod_gzip enable

Re: mod_perl, mod_gzip, incredible suckage

2002-02-14 Thread Stephen Clouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Feb 14, 2002 at 02:44:53PM -0800, Jeffrey W. Baker wrote: > Hrmm how interesting. My Apache is built with PHP (with DOM, MySQL, and > Postgres) and mod_perl. With mod_gzip enabled it simply segfaults on > every single request. We have (othe

RE: mod_perl, mod_gzip, incredible suckage

2002-02-14 Thread Rob Bloodgood
> > Ditto here. Working quite well on fairly high volume servers. > > Hrmm how interesting. My Apache is built with PHP (with DOM, MySQL, and > Postgres) and mod_perl. With mod_gzip enabled it simply segfaults on > every single request. have you looked at the work at http://www.apachetoolbox.co

Re: mod_perl, mod_gzip, incredible suckage

2002-02-14 Thread Jeffrey W. Baker
On Thu, 2002-02-14 at 14:32, Jay Thorne wrote: > On February 14, 2002 01:57 pm, Stephen Clouse wrote: > > On Thu, Feb 14, 2002 at 11:59:02AM -0800, Jeffrey W. Baker wrote: > > > Does mod_gzip suck or what? Some of you claim to use it. Now is the > > > time to confess. How do you get it to work?

RE: mod_perl, mod_gzip, incredible suckage

2002-02-14 Thread Jonathan M. Hollin
:: > Does mod_gzip suck or what? Some of you claim to use it. :: Now is the :: > time to confess. How do you get it to work? :: :: Compile it. Install it. Works brilliantly. Hell I even got it to work under Win32. Agree with the other replies, it works brilliantly. Jonathan M. Hollin -

Re: mod_perl, mod_gzip, incredible suckage

2002-02-14 Thread Jay Thorne
On February 14, 2002 01:57 pm, Stephen Clouse wrote: > On Thu, Feb 14, 2002 at 11:59:02AM -0800, Jeffrey W. Baker wrote: > > Does mod_gzip suck or what? Some of you claim to use it. Now is the > > time to confess. How do you get it to work? > > Compile it. Install it. Works brilliantly. > > D

Re: mod_perl, mod_gzip, incredible suckage

2002-02-14 Thread Stephen Clouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Feb 14, 2002 at 11:59:02AM -0800, Jeffrey W. Baker wrote: > Does mod_gzip suck or what? Some of you claim to use it. Now is the > time to confess. How do you get it to work? Compile it. Install it. Works brilliantly. Don't know what you

Re: mod_perl, mod_gzip, incredible suckage

2002-02-14 Thread Robin Berjon
On Thursday 14 February 2002 20:59, Jeffrey W. Baker wrote: > Does mod_gzip suck or what? Some of you claim to use it. Now is the > time to confess. How do you get it to work? > > I installed it on a Slackware machine using the source code and apxs. > It loads but segfaults on every request. I

Re: mod_perl, mod_gzip, incredible suckage

2002-02-14 Thread Ged Haywood
Hi there, On 14 Feb 2002, Jeffrey W. Baker wrote: > How do you get it to work? Occasionally. 73, Ged.

mod_perl, mod_gzip, incredible suckage

2002-02-14 Thread Jeffrey W. Baker
Does mod_gzip suck or what? Some of you claim to use it. Now is the time to confess. How do you get it to work? I installed it on a Slackware machine using the source code and apxs. It loads but segfaults on every request. I installed it on a Debian machine via apt-get and it segfaults at st