Re: Problems with mod_gzip and 3.8

2005-12-13 Thread Juan J.
El mar, 13-12-2005 a las 10:22 +0100, Srebrenko Sehic escribis: > zlib API was changed between 3.6 and 3.7 which potentially broke all > external packages depending on zlib. Ah, after reading mod_gzip doc there's one thing I missed... mod_gzip doesn't use zlib at all. Snip from mod_gzip doc: ...

Re: Problems with mod_gzip and 3.8

2005-12-13 Thread Juan J.
El mar, 13-12-2005 a las 12:01 +0100, Markus Wernig escribis: > > I'm using php.ini from PHP port, and it's disabled. I've checked it :) > > OK. I'm using php zlib compression on 3.8, plus apache without mod_gzip, > and it works well. > > just a thought Thanks you Markus. It works and it's a ni

Re: Problems with mod_gzip and 3.8

2005-12-13 Thread Juan J.
El mar, 13-12-2005 a las 11:11 +0100, Markus Wernig escribis: > Juan J. Martmnez wrote: > > Hello, > > > > I'm having problems with mod_gzip package and OpenBSD 3.8 (i386). > > Just to go sure: You might want to double-check that php's own zlib > output compression isn't interfering (output_handl

Re: Problems with mod_gzip and 3.8

2005-12-13 Thread Markus Wernig
Juan J. Martmnez wrote: > Hello, > > I'm having problems with mod_gzip package and OpenBSD 3.8 (i386). Just to go sure: You might want to double-check that php's own zlib output compression isn't interfering (output_handler and zlib.output_handler/zlib.output_compression in php.ini) krgds /m

Re: Problems with mod_gzip and 3.8

2005-12-13 Thread Juan J.
El lun, 12-12-2005 a las 23:48 -0800, Ted Unangst escribis: > see recent posts to tech about apache 2 and zlib. probably related. I'm using Apache from obsd base install chrooted, just the same than obsd 3.6. I'm not using Apache2. But may be is related. According to the mail of Srebrenko[1], it

Re: Problems with mod_gzip and 3.8

2005-12-13 Thread Srebrenko Sehic
zlib API was changed between 3.6 and 3.7 which potentially broke all external packages depending on zlib. the breakage is not that easy to spot, since it's only triggered if the application linking to zlib requires compression stats. Try to disable mod_gzip compression ratio logging and see if tha

Re: Problems with mod_gzip and 3.8

2005-12-12 Thread Ted Unangst
see recent posts to tech about apache 2 and zlib. probably related. On 12/12/05, Juan J. Martmnez <[EMAIL PROTECTED]> wrote: > Hello, > > I'm having problems with mod_gzip package and OpenBSD 3.8 (i386).

Problems with mod_gzip and 3.8

2005-12-12 Thread Juan J.
Hello, I'm having problems with mod_gzip package and OpenBSD 3.8 (i386). After installing the package and properly configuring it all, it doesn't work. And without any noticeable error :( We have here a 3.6 installation working perfectly with mod_gzip and the same conf: php + mysql and mod_gzip.