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

--- Comment #8 from venki <[email protected]> ---
Yes, I have applied the patch PR 69235 on 2.4.62 for the fcgi backend socket
connect.

I am using directory context, and adding the Apache config and log.

<LocationMatch ^/a>
  RewriteEngine On
  RewriteCond %{REQUEST_URI} ^/a/b(.*)
  RewriteRule (.*) unix:/var/run/http.socket|http://localhost%{REQUEST_URI}
[P,NE]

</LocationMatch>

observing below log. 
connecting http://localhost/a/b/c/d.e.1%3F$select=foo?$select=foo to
localhost:80

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