php script not working apache 2.4 reverse proxy problem

Started by perindu, October 15, 2015, 02:55:11 PM

Previous topic - Next topic

perindu

Hi guys . can someone help me about apache 2.4 as backend?

Working fine

Hiawatha ( frontend )  -> apache 2.2 ( backend ) with mod_rpaf

Not working

Hiawatha ( frontend ) -> apache 2.4 ( backend ) with mod_remoteip

I'm using the same configuration ( with few modification such as require granted all to replace allow deny all )

php script
- flatpress ( try with latest still the same )

Problem
When i try to post it will write connection reset by peer
if only i write a few line ( like 4 line it's ok ) but when try to write more than that will trigger connection reset by peer.

It not happened when using http instead of https

Nothing write at log except for normal error ( try all the log option and show nothing )

I try to figure it out but still nothing. Anyone know about this ? ( i suspected the problem related to body POST limit or something like that ... )

Thanks