Redirect web adress to a port.
openerp.myserver.com
I would like that this adress points to my server ip on port 8080 ie:
111.111.111.111:8080 or
I have a Lamp set up, How can I do this ?
5 Replies
Make this your index.html page for
<title>Openerp.myserver.com Redirect Page</title>
Auto Redirect to ERP Page.
@vonskippy:
Here's one way…
Make this your index.html page for
http://openerp.myserver.com and it will redirect to your server:port address<title>Openerp.myserver.com Redirect Page</title> Auto Redirect to ERP Page.
This could work, well I think, only that openerp.myserver.com is a sub adress if you would like of the
Do I have to set it in a special way like a named-based virtual host ???
else I could make it to be a button (link) on the
I had Godaddy has DNS for this domain prior to getting this Linode and I could point it directly (thru forwarding) from openerp.myserver.com to my server IP :111.111.111.111 port 8080.
What do they have different that we dont ?
@jebblue:
I'd look into Apache ProxyPass and ProxyPassReverse.
Thanx I will look into it !
@jebblue:
I'd look into Apache ProxyPass and ProxyPassReverse.
Thanx, did exactly what I needed