I'm using an http conf where all http requests are routed to a reverse proxy http server (which is an RH 5.2 32 bits native http 2.2.3)
Web server mod_weblogic module forwards requests to Oracle WebLogic Server where a web app is deployed and serve the requests httpd.conf has been modified to have : LoadModule weblogic_module modules/mod_wl_22.so <IfModule mod_weblogic.c> WebLogicHost myhostname WebLogicPort 7001 </IfModule> <Location /browsestore> SetHandler weblogic-handler </Location> from a browser i can successfully hit http://localhost/browsestore but when going to page to retrieve store items i'm returned the following error page : Failure of server APACHE bridge: Your content length exceeded INT_MAX looking at the apache logs and weblogic logs where the web application is deployed i do not see any error/warning raised does anyone have an idea about this issue and know which tuning i'm missing ? thanks Jean