You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by jo...@slive.ca on 2001/11/30 04:45:47 UTC

Re: Drop port and hide multiple servers behind one fixed address?

On Fri, 30 Nov 2001, Matthew Hook wrote:
> http://www.domain:80 = http://www.domain
> http://other.domain:8001 = http://other.domain
> http://www.domain2:8002 = http://www.domain2
>
> You'll note that the domains in my setup also
> differ.
>
> Is this at all possible?
>
> I can immagine the first server would do some
> kind of redirect behind the scenes to reach the
> other servers transparently.
>

It sounds like you are talking about name-based virtual hosting:
http://httpd.apache.org/docs/vhosts/name-based.html
One Apache can host all three websites.  But if you really need each
website hosted seperately, you can use name-based virtual hosts to
redirect or proxy the requests to the seperate servers.

If you need more help, please supply more details.

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
For additional commands, e-mail: users-help@httpd.apache.org