https://bz.apache.org/bugzilla/show_bug.cgi?id=60850
Bug ID: 60850 Summary: ProxyPass ! directive not working Product: Apache httpd-2 Version: 2.4.6 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: mod_proxy Assignee: bugs@httpd.apache.org Reporter: nbm...@gmail.com Target Milestone: --- linux: centos-release-7-3.1611.el7.centos.x86_64 httpd: httpd-2.4.6-45.el7.centos.x86_64 ProxyPass ! directive seems to have no effect. I am trying not to pass the .well-known directory (used by letsencrypt) so it can be served directly by httpd. everything else needs to be passed to a Tomcat server. The second line works perfectly but the first line does not. ProxyPass /.well-known ! ProxyPass / ajp://localhost:8010/ I have also tried adding ProxyRequests Off but it has no effect. This configuration worked perfectly on CentOS 6 before I upgraded. [root@ns1 ~]# httpd -M | grep proxy proxy_module (shared) proxy_ajp_module (shared) proxy_balancer_module (shared) proxy_connect_module (shared) proxy_express_module (shared) proxy_fcgi_module (shared) proxy_fdpass_module (shared) proxy_ftp_module (shared) proxy_http_module (shared) proxy_scgi_module (shared) proxy_wstunnel_module (shared) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org For additional commands, e-mail: bugs-h...@httpd.apache.org