yes it is definitely because of that line.  i also just tried
<Location "/">
ProxyPass ajp://www.nbmlaw.co.uk:8010/
</Location>
<Location "/.well-known/">
ProxyPass !
</Location>
and that has exactly the same effect

On 10/03/2017 16:30, Eric Covener wrote:
On Fri, Mar 10, 2017 at 10:24 AM, Matthew Broadhead
<matthew.broadh...@nbmlaw.co.uk> wrote:
Declaring the following directives in a virtual host
ProxyPass "/.well-known/" !             # don't pass lets encrypt folder
ProxyPass "/" ajp://localhost:8010/     # pass root to tomcat server
should result in .well-known folder NOT being proxy passed. However it is
still passed
Are you sure it's proxied as a result of that quoted rule that follows
it, and not another?



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to