You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2008/08/07 16:34:41 UTC

DO NOT REPLY [Bug 45588] New: Proxy error Reason: Error reading from remote server

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: bugs@httpd.apache.org
        ReportedBy: thierry.trinh@orange-ftgroup.com
                CC: thierry.trinh@orange-ftgroup.com


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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 45588] Proxy error Reason: Error reading from remote server

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45588


Ruediger Pluem <rp...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




--- Comment #1 from Ruediger Pluem <rp...@apache.org>  2008-08-07 11:49:27 PST ---
Please upgrade to a recent version of httpd. Preferably 2.2.x.

*** This bug has been marked as a duplicate of bug 37770 ***


-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org