×
Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Libera.chat, or sent to our mailing lists.
Missing: q= | Show results with:q=
People also ask
An Apache directive to apply the enclosed directives only to URLs matched by a regular expression. Similar to Location, but with regexp support. locationmatch.
Nov 16, 2020 · A Location directive "limits the scope of the enclosed directives by URL". From the manual: It is similar to the <Directory> directive, and ...
This directive enables operating system specific optimizations for a listening socket by the Protocol type. The basic premise is for the kernel to not send ...
Jan 8, 2015 · I have a LocationMatch directive where I'm using mod_substitute. I've found a few pages where my substitute is breaking the page and need to ...
Feb 27, 2017 · Introducing The <Location> and <LocationMatch> Directives · The specified location matches exactly the path component of the URL. · The specified ...
Dec 17, 2019 · Are you absolutely sure you want to use LocationMatch ? The way you use it, it applies whenever /compile is anywhere in the URL's path. // Turn ...
Mar 3, 2023 · To pick up requests for the site root with Apache, I'd use Location rather than LocationMatch, e.g. ... Based on your Apache LocationMatch blocks ...