I have an openbgpd installation running on FreeBSD. I want to capture the routes whenever there is a change. Is there any way of getting this from the logs, or writing a hook to listen for such events?
Home
/
user-6768
talonx's questions
I would like to redirect all urls from the host a.myhost.com to b.myhost.com. I've explored all the options - Apache redirect, rewriterule directives. I want the redirects to happen to the same target url - which is http://b.myhost.com - regardless of what the original url was (e.g. a.myhost.com/a.html). All the examples that claim to be able to do this, actually don't, in practice (atleast on my Apache installation). The a.html is carried forward to the redirected host - which is not what is desired.
Any ideas?