On Mon, May 9, 2011 at 9:00 AM, Sébastien Moretti
<sebastien.more...@unil.ch> wrote:
> Hi
>
> I run several servers and sometimes for some of them, directives in
> FilesMatch seem never to be executed.
>
> Problems come when apache is the frontend of other servers such as tomcat or
> play framework, through mod_jk or mod_proxy.

In Apache terms, these requests don't match any Directory or Files
containers because they're not mapped to any Directory or file.
Pieces of the URL aren't files.

Use Location/LocationMatch.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to