Welcome! Log In Create A New Profile

Advanced

Re: some of my user cannot access my website

Maxim Dounin
April 17, 2012 08:42AM
Hello!

On Tue, Apr 17, 2012 at 06:44:48AM -0400, leontinus wrote:

> Hi guys, I need your help to help me identify a problem. I'm running an
> online marketplace here in Indonesia. Right now I have 1 mod perl server
> using apache and 1 nginx server as proxy. But some of my users complain
> they cannot access my website, http://www.tokopedia.com. And I found out
> a fact that if they use mikrotik HttpProxy, they cannot access my
> website, but they can access other website.
>
> If they use firefox, they found err message : Content Encoding Error
> If they use google chrome, they found err message :
> ERR_INVALID_CHUNKED_ENCODING
>
> Can you help me with this?

The messages suggest there is something wrong with the proxy in
question, most likely it fails to handle chunked encoding
properly. You may try to disable use of chunked transfer encoding
with

chunked_transfer_encoding off;

to see if it helps. Note though that it will also make keepalive
connections impossible if Content-Length isn't known. You may
also try to disabling keepalive connections completely with

keepalive_timeout 0;

See here for details:

http://nginx.org/r/chunked_transfer_encoding
http://nginx.org/r/keepalive_timeout

Maxim Dounin

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

some of my user cannot access my website

leontinus April 17, 2012 06:44AM

Re: some of my user cannot access my website

leontinus April 17, 2012 06:51AM

Re: some of my user cannot access my website

Maxim Dounin April 17, 2012 08:42AM

Re: some of my user cannot access my website

leontinus April 17, 2012 01:40PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 299
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready