> -----Original Message-----
> From: Alexander Skwar [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 01, 2003 12:38 PM
> To: [email protected]
> Subject: Re: mod-gzip mit mod-ssl?
>
>
> So sprach Peter Stoehr am 2003-04-28 um 15:31:11 +0200 :
> > > From: Alexander Skwar [mailto:[EMAIL PROTECTED]
> > > Vertr�gt sich mod-gzip und mod-ssl nicht?
> >
> > Eigentlich schon, hatte ich damals mit mod_gzip 1.3.19 laufen,
> jedoch wieder
>
> Hmm, okay.  Warum habe ich dann wohl das Problem?

Hi Alexander,

keine Ahnung warum, aber anbei die Konfiguration die bei mir funzte:


LoadModule gzip_module /usr/lib/apache/1.3/mod_gzip.so

<IfModule mod_gzip.c>
mod_gzip_on yes
mod_gzip_dechunk yes
mod_gzip_keep_workfiles No
mod_gzip_temp_dir /tmp/modgzip
mod_gzip_minimum_file_size  1002
mod_gzip_maximum_file_size  0
mod_gzip_maximum_inmem_size 1000000

mod_gzip_item_include file \.htm$
mod_gzip_item_include file \.html$
mod_gzip_item_include file \.shtml$
mod_gzip_item_include mime text/.*
mod_gzip_item_include file \.php$
mod_gzip_item_include file \.cgi$
mod_gzip_item_include mime "jserv-servlet"
mod_gzip_item_include handler "jserv-servlet"
mod_gzip_item_include mime "application/x-httpd-php.*"
mod_gzip_item_include mime httpd/unix-directory

mod_gzip_item_exclude file "\.css$"
mod_gzip_item_exclude file "\.js$"
mod_gzip_item_exclude file "\.wml$"
LogFormat "%h %l %u %t \"%V %r\" %>s %b mod_gzip: %{mod_gzip_result}n
In:%{mod_gzip_input_size}n Out:%{mod_gzip_output_size}n:%
</IfModule>

<Virt.Host..>
...
CustomLog "|/usr/sbin/cronolog
/var/www/www.example.com/logs/mod_gzip.%Y%m%d" common_with_mod_gzip_info2
...
</Virt.Host..>


Das Verzeichnis f�r die temp.Dateien hab ich mir selbst gemacht, dann die
Rechte auf den Webserver gesetzt und den Apachen neu gestartet. Hab ich
�brigens grad just for fun wieder aktivert, funzt nun mit libapache-mod-gzip
1.3.26.

# mkdir /tmp/modgzip
# chown -R www-data.www-data modgzip
# ls -l /tmp
...
drwxr-xr-x    2 www-data www-data     1024 May  2 11:44 modgzip
...
# /etc/init.d/apache reload

Greets, Peter



--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an [EMAIL PROTECTED]
           sonstige Anfragen an [EMAIL PROTECTED]
--------------------------------------------------------------------------

Antwort per Email an