Re: [mod-security-users] excluding virtual hosts
Brought to you by:
victorhora,
zimmerletw
|
From: Katsuharu W. <ml...@pa...> - 2005-01-18 17:04:31
|
At Mon, 17 Jan 2005 13:03:02 +0100, David Obando wrote: > > I would like to define deny-filters, that exclude certain virtual hosts. > In other words I want that some defined hosts are allowed to do things > others are not allowed to. > I don't want to put the filters in the virtual hosts-section because > it's too many virtual hosts. > > How do I set my filters the best way? Should I work with chains? > How about this? SecFilterSelective HTTP_HOST "allow2.vhost.com" skipnext:2 SecFilterSelective HTTP_HOST "allow1.vhost.com" skipnext:1 SecFilter foo deny -- Katsuharu Watanabe Key fingerprint = 121E AC94 AD99 C468 9E02 C868 827B D767 058A E62E |