Redirect web adress to a port.

I have setup an OpenERP server among other things on my linode, to access it, I would like to use a custom web adress ie:

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

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.

@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 www.myserver.com, does it still work the same way ?

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 www.myserver.com web page once it will be up.

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 ?

I'd look into Apache ProxyPass and ProxyPassReverse.

@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 :-)

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct