You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Terry Davis <da...@qwest.net> on 2003/06/06 19:15:51 UTC

[users@httpd] Apache 2.x virtual server redirect issue

I have many virtual hosts defined, one of them is moving to a new server with
a new name, perhaps temporarily -- I'd like to accept the requests and forward
them to the new server

example, CURRENT
---

<VirtualHost *>
    ServerAdmin them@theirorg.org
    DocumentRoot "d:/current/dir"
    ServerName www.theirorg.org
</VirtualHost>

site is moving to another server, under another domain name, for example,
www.someplaceelse.org

---
I've tried a server redirect of the form

Redirect permanent / http://ww.someplaceelse.org

but, this doesn't work , assume I don't have control of the DNS records

I'm out of ideas, any help?

t davis
http://www.locusdei.org







---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache 2.x virtual server redirect issue

Posted by Joshua Slive <jo...@slive.ca>.
On Fri, 6 Jun 2003, Terry Davis wrote:
> I've tried a server redirect of the form
>
> Redirect permanent / http://ww.someplaceelse.org
>
> but, this doesn't work , assume I don't have control of the DNS records

You'll need to be more specific about what "doesn't work" means.  How
exactly is it failing?

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org