From 1417fdd200b06ca401c01f46e3631267cde23ac4 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 22 Oct 2002 17:05:56 +0000 Subject: [PATCH] faq 1.25 update --- Documentation.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Documentation.html b/Documentation.html index 9ba4d64bf..c9f8cc904 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1827,11 +1827,15 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'

- [1.25] I am running Apache with mod_gzip, and I get problems, - such as undefined variables when I try to run a SQL query. + [1.25] I am running Apache with mod_gzip-1.3.26.1a on Windows XP, + and I get problems, such as undefined variables when I run a SQL query.
- Set the $cfg['OBGzip'] directive to FALSE in your - config.inc.php or .php3 file. + A tip from Jose Fandos: put a comment on the following two lines + in httpd.conf, like this:
+ # mod_gzip_item_include file \.php$
+ # mod_gzip_item_include mime "application/x-httpd-php.*"
+ as this version of mod_gzip on Apache (Windows) has problems handling + php scripts. Of course you have to restart Apache.