mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-02 06:34:44 +03:00
Fixing issue noted in #1376, thanks @trakons
@@ -3815,7 +3815,7 @@ SecRule FILES_TMPNAMES "@inspectFile /path/to/util/runav.pl" "id:159"
|
|||||||
|
|
||||||
Example of using Lua script (placed in the same directory as the configuration file):
|
Example of using Lua script (placed in the same directory as the configuration file):
|
||||||
<pre>
|
<pre>
|
||||||
SecRule FILES_TMPNANMES "@inspectFile inspect.lua" "id:160"
|
SecRule FILES_TMPNAMES "@inspectFile inspect.lua" "id:160"
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
The contents of inspect.lua:
|
The contents of inspect.lua:
|
||||||
|
|||||||
Reference in New Issue
Block a user