Re: [mod-security-users] Restriction to / dir
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2003-12-30 00:12:02
|
Tkachenko Alexei [AlexAT] wrote: > > Is it possible to set restriction to the / dir ? > How? What kind of restriction? Do you mean the root (/) of the file system, or the root of the web server? Both are possible. You don't need mod_security, mod_access (built-in) already supports that with Allow and Deny directives. > And how to set both / and without / sections (like SecFilter /boot, > SecFilter /boot/) in this case? If I understand what you're asking then this should probably do it: SecFilter "/boot/?" -- ModSecurity (http://www.modsecurity.org) [ Open source IDS for Web applications ] |