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

venki <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from venki <[email protected]> ---
The below rewrite rule worked till 2.4.61.
<LocationMatch ^/(Applications)>
 RewriteEngine On
 RewriteRule (.*) unix:/run/fcgirds/fcgirds.socket|fcgi://localhost/ [P,NE]
</LocationMatch>

stopped working from 2.4.62 onwards and the facing below issues.

[Wed Jul 31 20:30:02.945378 2024] [proxy_fcgi:debug] [pid 16403:tid 16416]
mod_proxy_fcgi.c(1078): [client 10.107.40.71:57512] AH01076: url:
unix:/var/lib/fcgirds/fcgirds.socket|fcgi://localhost/ proxyname: (null)
proxyport: 0
[Wed Jul 31 20:30:02.945407 2024] [proxy_fcgi:debug] [pid 16403:tid 16416]
mod_proxy_fcgi.c(1083): [client 10.107.40.71:57512] AH01077: declining URL
unix:/var/lib/fcgirds/fcgirds.socket|fcgi://localhost/

Generally, in working case, the URI is fcgi://localhost/

Could you pls suggest how to address this issue.

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