掲示板

Multiple DNS on 1 Liferay server - Virtual Host

8年前 に Michel Knight によって更新されました。

Multiple DNS on 1 Liferay server - Virtual Host

Junior Member 投稿: 34 参加年月日: 14/09/29 最新の投稿
Hi,
Here's what I'm trying to do?
1. I already have a Liferay server(6.2xxx) with one Specific IP.
2. Building multiple sites on that liferay server.
3.I want to use a Specific DNS for each sites that I've built.
4. How to setup that up, so they all have of their own DNS name attach to it?

EX:
1. Site #1 : mySites.com:8080/web/hockey/home
2. Site #2 : mySites.com:8080/web/baseball/home
3. Site #3 : mySites.com:8080/web/football/home

I want does DNS to use does sites.
EX:
1. Site #1 : mySites.com:8080/web/hockey/home ---> DNS hockey.com
2. Site #2 : mySites.com:8080/web/baseball/home ---> DNS baseball.com
3. Site #3 : mySites.com:8080/web/football/home ---> DNS football.com

How can I make this happen? can it be Done? if So How?

Regards,

Michel
8年前 に Ngon Tran によって更新されました。

RE: Multiple DNS on 1 Liferay server - Virtual Host

New Member 投稿: 2 参加年月日: 16/03/29 最新の投稿
A DNS entry can be mapped to IP or use the alias to a dns name.

Is this even possible to have a DNS entry route to an url within liferay framework? or it requires a custom redirect code. emoticon
emoticon
8年前 に Michel Knight によって更新されました。

RE: Multiple DNS on 1 Liferay server - Virtual Host

Junior Member 投稿: 34 参加年月日: 14/09/29 最新の投稿
Not sure of the process...
I've got access to the DNS Server where I've register my DNS.
Also got access to my liferay server that's where I've developed the liferay sites.

Now I'm wondering how is the best way to have this happen. is it Forwarding, ....?
8年前 に Michel Knight によって更新されました。

RE: Multiple DNS on 1 Liferay server - Virtual Host

Junior Member 投稿: 34 参加年月日: 14/09/29 最新の投稿
Michel Knight:
Not sure of the process...
I've got access to the DNS Server where I've register my DNS.
Also got access to my liferay server that's where I've developed the liferay sites.

Now I'm wondering what's the best way to have this happen. is it Forwarding, ....?
1. When I enter hockey.com
1.1 I get the result of Site #1 : mySites.com:8080/web/hockey/home
1.2 Return URL hockey.com/web/hockey/home

2. Site #2 : mySites.com:8080/web/baseball/home ---> DNS baseball.com
3. Site #3 : mySites.com:8080/web/football/home ---> DNS football.com