https://issues.apache.org/bugzilla/show_bug.cgi?id=45588
Summary: Proxy error Reason: Error reading from remote server
Product: Apache httpd-2
Version: 2.0.52
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: blocker
Priority: P2
Component: mod_proxy
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Good morning,
I have a problem on the web server and I do not know where this may come.
my application is running on the Apache server and redirects to tomcat on port
8080
Here is the apache configuration and error.
In the navigator
****************************************************
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request POST /scoreunity/gest.jsp
Reason: Error reading from remote server
****************************************************
kernel 2.6.9-34.Elsmp
apache 2.0.52
VirtualHost *:80>
ServerName 192.168.163.11
ProxyPass /test http://192.168.163.11:8080/test
ProxyPassReverse /test http://192.168.163.11:8080/test
SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1
</VirtualHost>
tomcat 5.0.28
<Connector port="8080"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
debug="0" connectionTimeout="20000"
disableUploadTimeout="true" />
thank you in advance for your answers
regards,
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]