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

            Bug ID: 69160
           Summary: Tried to upgrade from 2.4.59 to 2.4.60 and found fcgi
                    stopped working correctly
           Product: Apache httpd-2
           Version: 2.4.60
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_fcgid
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

<Location /sympa>
    SetHandler "proxy:unix:/var/run/wwsympa.socket|fcgi://"
    Require all granted
</Location>

returning the following error under 2.4.60

[Mon Jul 01 10:40:01.637494 2024] [proxy_fcgi:error] [pid 3353895:tid 3353959]
[client 164.76.158.240:40890] AH01059: error parsing URL //: Invalid host/port

works perfectly when I downgrade back to 2.4.59 

-----------

not sure if it matters, on RH Enterprise 8

compile options 

  ./configure --prefix=/home/apache2 \
        --enable-rewrite \
        --enable-headers \
        --enable-ssl \
        --with-ssl \
        --enable-rewrite \
        --enable-so \
        --enable-proxy \
        --enable-proxy-fcgi

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