Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Probable issue with connecting to apache2.2/fastcgi/mpm-prefork #25

Open
twicejr opened this issue Jun 9, 2014 · 0 comments
Open

Probable issue with connecting to apache2.2/fastcgi/mpm-prefork #25

twicejr opened this issue Jun 9, 2014 · 0 comments

Comments

@twicejr
Copy link

twicejr commented Jun 9, 2014

The server says: [error] [client x.x.x.x] chunked Transfer-Encoding forbidden: [url]

I have read it is a feature of apache to not allow chunked content encoding intially, to prevent sending endless requests to make a Denial of Service attack.
Solution would be to first set up te connection and then when connected, send the chunked content encoding header, but I have not got the knowledge to say this for sure.

I works on the default apache2 installation though. If this is not a client-side problem, might it be possible to create an option to disable chunked transfer encoding without ill-effects?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant