From 64845e70d120bca06dc9c0454841c1669535cc1e Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 9 Feb 2018 16:17:58 +0100 Subject: Clarify a bit the documentation --- doc/source/config.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/source') diff --git a/doc/source/config.rst b/doc/source/config.rst index 337bc25..aae8a29 100644 --- a/doc/source/config.rst +++ b/doc/source/config.rst @@ -354,6 +354,8 @@ The ``param`` filter is also able to do some dereferencing: The ``filename`` filter requires a leading ``/``, since paths are absolutes (like ``/var/www/mywebsite/lib/parse.php``). If you would like to have only one configuration file for several vhost in different folders, you can use the ``filename_r`` directive to match on the filename (like ``/lib/parse\.php``). +Please do note that this filter matches on the file where the function is **defined**, +not the one where the function is **called from**. For clarity, the presence of the ``allow`` or ``drop`` action is **mandatory**. -- cgit v1.3