You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Peter Kuzma <pe...@finance.si> on 2007/08/13 12:56:50 UTC

[users@httpd] random blank pages problem

Hi,

i'm having problems with Apache 1.3/php 4.4/mod_gzip 1.3.19.2a.

Before enabling mod_gzip some (random) pages didn't load properly (only half
of the page has loaded or cut the text in the middle and/or some of my
javascript code has been displayed on the screen where page has stopped
loading) - that has mainly been the problem for users with slow internet
connection (56kbps or ISDN line users) but also some users with broadband
connection experienced the same thing.

When enabling mod_gzip those users with slow internet connection have no
problems anymore but new problem occured - all users are getting random
blank pages from time to time.

It goes like this:

at first you're waiting for page to load - seems like browsers is loading
something... then blank page pops out - page could not be displayed. it
occurs more often in IE7 than in Mozilla. Don't know about Safari and Opera
though.

Funny thing is there is enough system memory and there's nothing in apache
error log even though it logs errors if you create parse error or if i set
memory_limit too low in php.ini.

Anyone ever crossed anything like this? i can post apache/php configuration
if you need.

Thank you for any info/help.

Regards,

Peter


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] random blank pages problem

Posted by Mike <ne...@netforum.com.br>.
Some appz.php have the output_zlib_compression enabled or Gzip enabled 
into configuration.
If this is your case, disable it and use mod_gzip in httpd.conf.
Or, on these pages, disable Gzip in httpd.conf like this:

<ifModule mod_gzip.c>
<directory "your_path/desired_app/">
mod_gzip_on no
</ifModule>
</directory>

Hope help you.
Mike


Peter Kuzma said the following on 13-08-2007 07:56:
> Hi,
> 
> i'm having problems with Apache 1.3/php 4.4/mod_gzip 1.3.19.2a.
> 
> Before enabling mod_gzip some (random) pages didn't load properly (only half
> of the page has loaded or cut the text in the middle and/or some of my
> javascript code has been displayed on the screen where page has stopped
> loading) - that has mainly been the problem for users with slow internet
> connection (56kbps or ISDN line users) but also some users with broadband
> connection experienced the same thing.
> 
> When enabling mod_gzip those users with slow internet connection have no
> problems anymore but new problem occured - all users are getting random
> blank pages from time to time.
> 
> It goes like this:
> 
> at first you're waiting for page to load - seems like browsers is loading
> something... then blank page pops out - page could not be displayed. it
> occurs more often in IE7 than in Mozilla. Don't know about Safari and Opera
> though.
> 
> Funny thing is there is enough system memory and there's nothing in apache
> error log even though it logs errors if you create parse error or if i set
> memory_limit too low in php.ini.
> 
> Anyone ever crossed anything like this? i can post apache/php configuration
> if you need.
> 
> Thank you for any info/help.
> 
> Regards,
> 
> Peter
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
> 
> 

Mensagens de celulares ! Poste as mensagens que vc envia ou recebe ou que gostaria de enviar ou receber.
Pode ser via WEB ou Email. Todos podem ler e escrever via web ou email.
http://www.netforum.com.br e no menu selecione ` Listas Web Email`.



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org