Mailinglisten-Archive |
hi, danke für die prompte antwort! > Konfigurationsdateien klar, kannst du haben: --- httpd.conf <part.> --- LoadModule access_module modules/mod_access.so ... LoadModule php4_module "c:/programme/php/sapi/php4apache2.dll" AddType application/x-httpd-php .php LoadModule gzip_module modules/mod_gzip.so <IfModule mod_gzip.c> LogFormat "[%f] > uncompressed: %{mod_gzip_input_size}n bytes // compressed: %{mod_gzip_output_size}n bytes // compress-ratio: %{mod_gzip_compression_ratio}n pct." mod_gzip_info CustomLog logs/log_misc__alpha_emeidi_local.log mod_gzip_info mod_gzip_on Yes mod_gzip_minimum_file_size 300 mod_gzip_maximum_file_size 0 mod_gzip_maximum_inmem_size 100000 mod_gzip_item_include file "\.(htm|html|php)$" mod_gzip_item_include mime "httpd/unix-directory" mod_gzip_item_include mime text/.* mod_gzip_item_include mime ^application/x-httpd-php mod_gzip_item_exclude file "\.(css|js)$" mod_gzip_item_exclude mime ^image/.* mod_gzip_dechunk Yes mod_gzip_keep_workfiles Yes mod_gzip_can_negotiate No mod_gzip_temp_dir "c:/temp/apache/mod_gzip" </IfModule> --- /httpd.conf <part> --- obwohl ich die workfiles auf 'yes' habe, enthält das temp-verzeichnis keine dateien :( vielen dank für die hilfe! grüsse mario -- mario aeby, eMeidi.com http://www.eMeidi.com
php::bar PHP Wiki - Listenarchive