On Tue, 18 Sep 2001, Nick Tonkin wrote:

> I used a real ugly mod_rewrite hack to grab the requests (I didn't want to
> lump all reqs for root.exe or cmd.exe into the same 'worm') ... I'm sure
> others can improve on that. (BTW am I right in thinking that RewriteEngine
> on needs to be specified for each virtual host?)

Yes,

RewriteEngine on
RewriteRule ...
[...]

<virtualhost ...>
  [...]
  RewriteEngine on
  RewriteOptions inherit
</virtualhost>

or something like that for each VirtualHost is your friend.

:-)

-- 
ask bjoern hansen, http://ask.netcetera.dk/         !try; do();
more than a billion impressions per week, http://valueclick.com

Reply via email to