[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apache log entry



Igor Goldenberg <igold@mail.ru> writes:

[snip]
> > LoadModule rewrite_module /usr/lib/apache/mod_rewrite.so
> > 
> > RewriteEnging On
> > RewriteRule ^default.ida(.*)  http://someothersite.com/ [L,R]
> > #---------------
> 
> This not works for me. How to make Rewrite in Apache?
> 
> I've added two more lines:
[snip]
> and 'RewriteOptions inherit' in every virtual host. But nothing in log :(

Personally, I do this:

        RedirectMatch Permanent /(.*default.ida.*$) http://127.0.0.1/$1

I've got this on the bottom of httpd.conf, outside all the virtualhosts, so
it seems to apply to all of them alike. (In any case, the worm apparently
isn't asserting a Host: header, so they'll all go to your default config.)

~Tim
-- 
Tell me where oh where has summer gone      |piglet@stirfried.vegetable.org.uk
It hasn't come this year                    |http://spodzone.org.uk/
You always cry when swallows fly            |
With doubts in search of dreams             |



Reply to: