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
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
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
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?
>
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
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
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/
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...
>
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
> 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
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
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
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
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'?
-
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
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
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
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
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
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/
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
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
> -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
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
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
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
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
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:
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
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
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
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
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
) 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
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
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
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
> /\
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
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
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
: [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
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
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
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
44 matches
Mail list logo