summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/config.rst2
1 files changed, 2 insertions, 0 deletions
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:
354The ``filename`` filter requires a leading ``/``, since paths are absolutes (like ``/var/www/mywebsite/lib/parse.php``). 354The ``filename`` filter requires a leading ``/``, since paths are absolutes (like ``/var/www/mywebsite/lib/parse.php``).
355If you would like to have only one configuration file for several vhost in different folders, 355If you would like to have only one configuration file for several vhost in different folders,
356you can use the ``filename_r`` directive to match on the filename (like ``/lib/parse\.php``). 356you can use the ``filename_r`` directive to match on the filename (like ``/lib/parse\.php``).
357Please do note that this filter matches on the file where the function is **defined**,
358not the one where the function is **called from**.
357 359
358For clarity, the presence of the ``allow`` or ``drop`` action is **mandatory**. 360For clarity, the presence of the ``allow`` or ``drop`` action is **mandatory**.
359 361