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 2019/04/02 21:52:45 UTC

[Bug 57590] loading mod_proxy_http makes rewriteRule's [proxy] assume http:// URI

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

Jaak Ristioja <ja...@ristioja.ee> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jaak+bz.apache.org@ristioja
                   |                            |.ee
            Version|2.4.10                      |2.4.38

--- Comment #1 from Jaak Ristioja <ja...@ristioja.ee> ---
Still seems to occur with 2.4.38, e.g. for both

  RewriteRule ^/redirect$ unix:/path/to/socket|fcgi://localhost/redirect.php
[proxy]
  RewriteRule ^/redirect2$
proxy:unix:/path/to/socket|fcgi://localhost/redirect.php [proxy]

These fail with 404 Not Found if mod_proxy_http.so is enabled, e.g.:

  The requested URL /unix:path/to/socket|fcgi://localhost/redirect.php was not
found on this server.
  The requested URL /proxy:unix:path/to/socket|fcgi://localhost/redirect.php
was not found on this server.

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