Top "Locationmatch" questions

An Apache directive to apply the enclosed directives only to URLs matched by a regular expression.

Apache LocationMatch Regex

My Problem I need to have Apache HTTP Server (v2.4.10) proxy requests to Tomcat for dynamic applications, which not only …

regex apache proxy mod-proxy locationmatch
How can LocationMatch and ProxyPassMatch be Combined?

I am setting up an Apache 2.4.6 server on an internal machine for testing purposes. One of the things that Apache …

apache proxypass locationmatch
HTAccess LocationMatch Server Error

I'm trying to use this .htaccess to change the RewriteBase if the location is local or live server. Options +FollowSymlinks …

.htaccess live local locationmatch
Apache location match wildcard URL

My VHOST currently looks like: <VirtualHost *:80> DocumentRoot /data/sites/example_deploy ServerName deploy.example.co.uk <Directory "/…

regex linux apache vhosts locationmatch