https://bz.apache.org/bugzilla/show_bug.cgi?id=61620

            Bug ID: 61620
           Summary: ProxyPass ping option does not work with HTTPS remote
                    server
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Hello,

I found that ProxyPass ping option does not work with HTTPS remote servers.

Test case to reproduce the issue :

Apache remote server, with prefork MPM :
StartServers      1
MinSpareServers   1
MaxSpareServers   1
MaxRequestWorkers 1

Frontend server :
ProxyPass "/" "https://<remote_server>/" ping=2

Open a first connection to the server which takes time to proceed.
Open a second connection, it should return after 2 seconds, however it does not
and stalls up to timeout (ProxyTimeout).

Move the remote server to HTTP (and ProxyPass to http://), the above test will
then succeed.

Any reason why it behaves like this ?

Many thanks !

Ben

-- 
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]

Reply via email to