https://issues.apache.org/bugzilla/show_bug.cgi?id=54965
Bug ID: 54965
Summary: Allow ProxyPassMatch in Directory context
Product: Apache httpd-2
Version: 2.4.4
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: mod_proxy
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
It would be nice is ProxyPassMatch could be allowed in Directory context. It is
already noted that it works there, but it does not
(http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypassmatch):
ProxyPassMatch cannot occur within <Directory> section
If we edit mod_proxy.c and allow ProxyPassMatch to be in Directory context
(change "err = ap_check_cmd_context(cmd, NOT_IN_DIRECTORY|NOT_IN_FILES);"),
then the error is:
Starting httpd: AH00526: Syntax error on line 53 of
/usr/local/directadmin/data/users/senger11742/httpd.conf:
ProxyPass URL must be absolute!
Thank you.
--
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]