[EMAIL PROTECTED] mod_deflate working on all vhosts except port 80

2008-12-04 Thread David Enete
Hi. I've gotten mod_deflate to deflate files as intended for all vhosts except for the primary site on port 80. I've even duplicated the files under one vhost to 80, and they still wont deflate. I've included a good amount of detail about configuration, headers, and results below. If you have a

Re: [EMAIL PROTECTED] mod_deflate with ie6 with http/1.0 problems

2008-02-27 Thread Nils Jeppe
On Thu, 28 Feb 2008, J. Peng wrote: On Thu, Feb 28, 2008 at 3:07 AM, Vincent Bray <[EMAIL PROTECTED]> wrote: > http://home.arcor.de/pangj/ie6withdeflateerror.JPG I can't see any errors here. The request doesn't specify Accept-Encoding so the response is not compressed, but that's not an

Re: [EMAIL PROTECTED] mod_deflate with ie6 with http/1.0 problems

2008-02-27 Thread J. Peng
On Thu, Feb 28, 2008 at 3:07 AM, Vincent Bray <[EMAIL PROTECTED]> wrote: > > > > http://home.arcor.de/pangj/ie6withdeflateerror.JPG > > I can't see any errors here. The request doesn't specify > Accept-Encoding so the response is not compressed, but that's not an > error. > The error is I ca

Re: [EMAIL PROTECTED] mod_deflate with ie6 with http/1.0 problems

2008-02-27 Thread Vincent Bray
On 27/02/2008, J. Peng <[EMAIL PROTECTED]> wrote: > I have found a problem, if apache (my version 2.0.59) with mod_deflate > enabled, and if requesting the objects by IE6 with HTTP/1.0 protocal, > the browser can't get the objects correctly. What's the problem? In what way is this incorrect? >

[EMAIL PROTECTED] mod_deflate with ie6 with http/1.0 problems

2008-02-26 Thread J. Peng
Hello members, I have found a problem, if apache (my version 2.0.59) with mod_deflate enabled, and if requesting the objects by IE6 with HTTP/1.0 protocal, the browser can't get the objects correctly. The errors happened on only ie6 (or ie5,didn't test it) with http/1.0 enabled. It works fine on i

RE: [EMAIL PROTECTED] mod_deflate config error

2008-01-17 Thread Axel-Stephane SMORGRAV
First thing to do is to take a look in the error log. -ascs De : Kranti K K Parisa [mailto:[EMAIL PROTECTED] Envoyé : jeudi 17 janvier 2008 12:14 À : users@httpd.apache.org Objet : [EMAIL PROTECTED] mod_deflate config error Hi, I am trying to use

[EMAIL PROTECTED] mod_deflate config error

2008-01-17 Thread Kranti K K Parisa
Hi, I am trying to use mod_deflate module on apache 2. my httpd.conf contains sthe following. LoadModule deflate_module modules/mod_deflate.so SetOutputFilter DEFLATE BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/

Re: [EMAIL PROTECTED] mod_deflate

2007-12-04 Thread Chris Arnold
Chris Arnold wrote: > I am using apache2 2.2.3 and trying to get mod_deflate working. I have this > in my default-server.conf file: > DocumentRoot "/srv/www/htdocs" > > # > # Configure the DocumentRoot > # > > # Insert filter > SetOutputFilter DEFLATE > > # Netscape 4.x has some problems... >

[EMAIL PROTECTED] mod_deflate

2007-12-04 Thread Chris Arnold
I am using apache2 2.2.3 and trying to get mod_deflate working. I have this in my default-server.conf file: DocumentRoot "/srv/www/htdocs" # # Configure the DocumentRoot # # Insert filter SetOutputFilter DEFLATE # Netscape 4.x has some problems... BrowserMatch ^Mozilla/4 gzip-only-text/html

[EMAIL PROTECTED] RE: Spam:Re: [EMAIL PROTECTED] mod_deflate with chunked gzipped input

2007-10-10 Thread Steve Bardsley
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive > Sent: Wednesday, October 10, 2007 11:02 AM > > On 10/10/07, Steve Bardsley <[EMAIL PROTECTED]> wrote: > > Greetings: > > > > I'm sending chunked, gzipped POSTs to apache and it works, but > > occasionally loses the r

Re: [EMAIL PROTECTED] mod_deflate with chunked gzipped input

2007-10-10 Thread Joshua Slive
On 10/10/07, Steve Bardsley <[EMAIL PROTECTED]> wrote: > Greetings: > > I'm sending chunked, gzipped POSTs to apache and it works, but > occasionally loses the request body. After many hours of debug, > mod_deflate is suspect. Debug included using mod_ext_filter and > instrumenting mod_deflate wi

[EMAIL PROTECTED] mod_deflate with chunked gzipped input

2007-10-10 Thread Steve Bardsley
Greetings: I'm sending chunked, gzipped POSTs to apache and it works, but occasionally loses the request body. After many hours of debug, mod_deflate is suspect. Debug included using mod_ext_filter and instrumenting mod_deflate with extra log messages. After much searching of bugzilla and the m

[EMAIL PROTECTED] mod_deflate optimization

2007-07-08 Thread Julius Thyssen
Hi, I'm trying to optimize speed by using mod_deflate on a particular personal server. It runs Apache httpd 2.0.52+ and PHP Version 5.1.6, with eaccellerator 0.9.5, on CentOS 4.5 with Linux 2.6.9-023stab033.6 SMP kernel. It serves 5 websites, combined they get about 1 real human to visit each se

[EMAIL PROTECTED] mod_deflate DeflateCompressionLevel

2007-06-05 Thread Grant
I was using mod_deflate on apache2 for a while, but I stopped because I wonder about all the bogged down Windows machines out there and how many CPU cycles they have to spare for unzipping. Does anyone have experience or information on how such a system responds to 'DeflateCompressionLevel 9'? -

Re: [EMAIL PROTECTED] mod_deflate and diminishing returns

2007-03-14 Thread Grant
It was thus said that the Great Grant once stated: > Hello, at what page size does it no longer make sense to use > mod_deflate would you say? If mod_deflate uses the same compression as gzip, then the test I just did on some small files indicates maybe about 100-120 bytes is the break even poi

Re: [EMAIL PROTECTED] mod_deflate and diminishing returns

2007-03-13 Thread Sean Conner
It was thus said that the Great Grant once stated: > Hello, at what page size does it no longer make sense to use > mod_deflate would you say? If mod_deflate uses the same compression as gzip, then the test I just did on some small files indicates maybe about 100-120 bytes is the break even poin

[EMAIL PROTECTED] mod_deflate and diminishing returns

2007-03-13 Thread Grant
Hello, at what page size does it no longer make sense to use mod_deflate would you say? - Grant - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more in

[EMAIL PROTECTED] mod_deflate & FastCGI

2007-01-07 Thread Xavier Noria
I have this simple .htaccess in a hosted website. Static content is compressed, but content coming from FastCGI (that's a Rails application) is not. Dynamic content has the right MIME type and everything, see $ wget -S --header="Accept-Encoding: gzip" http://www.hashref.com/ --11:27:25-- h

[EMAIL PROTECTED] mod_deflate together with mod_rewrite ?

2006-12-29 Thread Dušan Saiko
I would like to ask for help with the following simple problem - running together mod_rewrite and mod_deflate with the .htaccess configuration like this (on Apache 2.2.0): RewriteEngine On RewriteBase /tmp2 RewriteRule ^index.html$ index.php SetOutputFilter DEFLATE I get the request on index.p

Re: [EMAIL PROTECTED] mod_deflate only working for SSL Virtual Host

2006-11-13 Thread Graeme Walker
Thanks Joshua, I'll give that a try. Its totally bizarre that it works 100% of the time over the HTTPS connection.On 11/13/06, Joshua Slive < [EMAIL PROTECTED]> wrote:On 11/11/06, Graeme Walker < [EMAIL PROTECTED]> wrote:> SetOutputFilter DEFLATE> AddOutputFilterByType DEFLATE text/

Re: [EMAIL PROTECTED] mod_deflate only working for SSL Virtual Host

2006-11-13 Thread Joshua Slive
On 11/11/06, Graeme Walker <[EMAIL PROTECTED]> wrote: SetOutputFilter DEFLATE AddOutputFilterByType DEFLATE text/html text/plain text/xml I don't know what your particular problem is, but this configuration is wrong. SetOutputFilter will already activate the DEFLATE filter for

[EMAIL PROTECTED] mod_deflate only working for SSL Virtual Host

2006-11-11 Thread Graeme Walker
Hi,I have a strange problem with mod_deflate. I have it configured apache with two Port 80 Virtual Hosts and a Port 443 one.For some bizarre reason the SSL one is logging as deflating correctly but the two Port 80's are logging but showing that it is not deflating. Any help would be most appreciate

RE: [EMAIL PROTECTED] mod_deflate does not work

2006-11-09 Thread Boyle Owen
> -Original Message- > From: Shao Liang Jia [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 09, 2006 11:18 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] mod_deflate does not work > > Hi, Everyone: > > I installed apache on Window

Re: [EMAIL PROTECTED] mod_deflate does not work

2006-11-09 Thread Joshua Slive
On 11/9/06, Shao Liang Jia <[EMAIL PROTECTED]> wrote: This is the log file(the original file size is 151806, the compressed file size is still 151806): "jiasl 127.0.0.1 - - [09/Nov/2006:17:56:34 +0800] "GET / HTTP/1.1" 200 151806 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NE

[EMAIL PROTECTED] mod_deflate does not work

2006-11-09 Thread Shao Liang Jia
Hi, Everyone: I installed apache on Windows XP. mod_deflate is in the "apache_home/modules" directory. When I try to use it, it does not work. Because from the log infomation list below, the output is not compressed. I download the source code of apache and zlib and recompiled mod_deflate. It

Re: [EMAIL PROTECTED] mod_deflate in 2.2.3 - doesn't work properly for PHP - or does it?

2006-10-04 Thread Tomasz Chmielewski
Tomasz Chmielewski wrote: Tomasz Chmielewski wrote: Why doesn't Apache 2.2.3 show compression ratios for PHP pages? When I checked with Wireshark, the pages are indeed compressed. How can I make sure that the ratios are shown in the log? php.ini on both servers look exactly the same. This

Re: [EMAIL PROTECTED] mod_deflate in 2.2.3 - doesn't work properly for PHP - or does it?

2006-10-04 Thread Tomasz Chmielewski
Tomasz Chmielewski wrote: Why doesn't Apache 2.2.3 show compression ratios for PHP pages? When I checked with Wireshark, the pages are indeed compressed. How can I make sure that the ratios are shown in the log? php.ini on both servers look exactly the same. This is weird. For some PHP page

[EMAIL PROTECTED] mod_deflate in 2.2.3 - doesn't work properly for PHP - or does it?

2006-10-04 Thread Tomasz Chmielewski
I'm just moving a web server to a new one (old one: Apache 2.0.x, PHP 4.x, MySQL 4.x; new one: Apache 2.2.3, PHP 5.x, MySQL 5.x etc.). One thing that works differently is mod_deflate - I'm not sure if it works properly for PHP pages. mod_deflate configuration look like that on both servers:

Re: [EMAIL PROTECTED] Mod_deflate : how does it handle already compressed content ?

2006-10-02 Thread Nick Kew
On Monday 02 October 2006 22:08, ABAPGUY wrote: > Hi all, > we use mod_deflate in our Apache 2 Reverse Proxy . The downstream server > already compresses some content using gzip based on size/exclusion list > (e.g. no gifs , html > xKB) . We have mod_deflate set up with similar > settings . I'm gu

[EMAIL PROTECTED] Mod_deflate : how does it handle already compressed content ?

2006-10-02 Thread ABAPGUY
Hi all, we use mod_deflate in our Apache 2 Reverse Proxy . The downstream server already compresses some content using gzip based on size/exclusion list (e.g. no gifs , html > xKB) . We have mod_deflate set up with similar settings  . I'm guessing mod_deflate will not touch the already compressed

Re: [EMAIL PROTECTED] mod_deflate questions

2006-08-23 Thread Chris Price
Once again my many thanks to Joshua for providing concise and extremely informative responses on this list. Joshua; Its people like you that make open-source communities *work*. Cheers from Calgary, Chris Price Plenty of people use mod_deflate (and the older mo

Re: [EMAIL PROTECTED] mod_deflate questions

2006-08-23 Thread Joshua Slive
On 8/23/06, Chris Price <[EMAIL PROTECTED]> wrote: Hey all; I have some questions about mod_deflate; Specifically, in my 8 years of using apache, I had never heard of it until a few weeks ago. Google shows plenty of howto implement and man page sites, but few 'mod_defl

[EMAIL PROTECTED] mod_deflate questions

2006-08-22 Thread Chris Price
Hey all; I have some questions about mod_deflate; Specifically, in my 8 years of using apache, I had never heard of it until a few weeks ago. Google shows plenty of howto implement and man page sites, but few 'mod_deflate is soo good it saved my marriage' type of testimonia

Re: [EMAIL PROTECTED] mod_deflate/mod_mem_cache issues

2006-07-20 Thread Apache User
) vs ( caching in memory) though. From: "Joshua Slive" <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_deflate/mod_mem_cache issues Date: Wed, 19 Jul 2006 20:01:48 -0400 On 7/19/06, Apache User <[EMAIL PROTECT

Re: [EMAIL PROTECTED] mod_deflate/mod_mem_cache issues

2006-07-19 Thread Joshua Slive
On 7/19/06, Apache User <[EMAIL PROTECTED]> wrote: Hi, I have an Apache 2.2.2 setup on a Redhat box. Mod_proxy(mod_proxy_ajp) is being used to connect to tomcat on the same machine. Caching is implemented using mod_cache(mod_mem_cache). This setup works fine and caching seems to be working as ex

[EMAIL PROTECTED] mod_deflate/mod_mem_cache issues

2006-07-19 Thread Apache User
Hi, I have an Apache 2.2.2 setup on a Redhat box. Mod_proxy(mod_proxy_ajp) is being used to connect to tomcat on the same machine. Caching is implemented using mod_cache(mod_mem_cache). This setup works fine and caching seems to be working as expected. The problem occurs when I try to optimi

Re: [EMAIL PROTECTED] mod_deflate/mod_filter configuration

2006-05-31 Thread Nick Kew
On Wednesday 31 May 2006 11:10, ROLLER Carl wrote: > mod_deflate Apache 2.2.2 configuration: > DeflateBufferSize 8192 > DeflateCompressionLevel 6 > DeflateFilterNote Ratio ratio > DeflateMemLevel 9 > DeflateWindowSize 15 > FilterDeclare comp-resp > FilterProvider comp-resp DEFLATE Request_URI > /\

RE: [EMAIL PROTECTED] mod_deflate/mod_filter configuration

2006-05-31 Thread ROLLER Carl
Does anyone use mod_deflate with mod_filter in Apache 2.2.x? -Message d'origine- De : ROLLER Carl [mailto:[EMAIL PROTECTED] Envoyé : mercredi 24 mai 2006 18:54 À : users@httpd.apache.org Objet : [EMAIL PROTECTED] mod_deflate/mod_filter configuration Hi, I want to use mod_deflat

[EMAIL PROTECTED] mod_deflate/mod_filter configuration

2006-05-24 Thread ROLLER Carl
Hi, I want to use mod_deflate (in Apache 2.2.2) as I used mod_gzip before (in Apache 1.3): compressing with file extensions inclusions AND MIME-type, request-header and response-header exclusions. mod_gzip Apache 1.3 configuration: mod_gzip_on Yes mod_gzip_dechunk yes mod_gzip_temp_dir /tmp mod_g

Re: [EMAIL PROTECTED] mod_deflate question

2006-01-17 Thread William A. Rowe, Jr.
Axel-Stéphane SMORGRAV wrote: It actually seems like the size of the contents is increased by mod_deflate... but yes, it is definitely processed by mod_deflate. The reason why the compressed content is bigger than the input probably is that the amount of data is so small. True; the deflate alg

RE: [EMAIL PROTECTED] mod_deflate question

2006-01-15 Thread Axel-Stéphane SMORGRAV
: [EMAIL PROTECTED] mod_deflate question I added the following to my Apache configuration: DeflateFilterNote Input instream DeflateFilterNote Output outstream DeflateFilterNote Ratio ratio LogFormat '"%r" %{outstream}n/%{instream}n (%{ratio}n%%)' deflate Custom

[EMAIL PROTECTED] mod_deflate question

2006-01-13 Thread Fenlason, Josh
Title: Message I added the following to my Apache configuration:     DeflateFilterNote Input instream  DeflateFilterNote Output outstream  DeflateFilterNote Ratio ratio  LogFormat '"%r" %{outstream}n/%{instream}n (%{ratio}n%%)' deflate  CustomLog logs/deflate_log deflate  DeflateCompression

Re: [EMAIL PROTECTED] mod_deflate and css files

2005-08-05 Thread Nick Kew
David Wills wrote: > Hi, > > I was wondering if anyone had any success (or otherwise) with using > mod_deflate to compress css files ? If your CSS files are static, you should store them compressed rather than compress them with mod_deflate. But in principle there's no reason you shouldn't. Not

[EMAIL PROTECTED] mod_deflate and css files

2005-08-05 Thread David Wills
Hi, I was wondering if anyone had any success (or otherwise) with using mod_deflate to compress css files ? Are there any browsers that don't support compressed css files ? With css layouts becoming a lot more common now, its very common to find css files growing a lot larger. I am concerned tha