Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Tue Jul 26, 2011 8:30 pm 
Offline
Senior Newbie

Joined: Tue Jul 26, 2011 12:04 pm
Posts: 9
AOL: 6+Place+Fairmount
Location: Canada
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 ?


Top
   
 Post subject:
PostPosted: Tue Jul 26, 2011 8:39 pm 
Offline
Senior Member
User avatar

Joined: Sun Dec 27, 2009 11:12 pm
Posts: 1038
Location: Colorado, USA
Here's one way...

Make this your index.html page for http://openerp.myserver.com and it will redirect to your server:port address


Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Openerp.myserver.com Redirect Page</title>
<meta http-equiv="REFRESH" content="0;url=http://111.111.111.111:8080"></HEAD>
<BODY>
Auto Redirect to ERP Page.
</BODY>
</HTML>


Top
   
 Post subject:
PostPosted: Wed Jul 27, 2011 11:42 am 
Offline
Senior Newbie

Joined: Tue Jul 26, 2011 12:04 pm
Posts: 9
AOL: 6+Place+Fairmount
Location: Canada
vonskippy wrote:
Here's one way...

Make this your index.html page for http://openerp.myserver.com and it will redirect to your server:port address


Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Openerp.myserver.com Redirect Page</title>
<meta http-equiv="REFRESH" content="0;url=http://111.111.111.111:8080"></HEAD>
<BODY>
Auto Redirect to ERP Page.
</BODY>
</HTML>


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 ?


Top
   
 Post subject:
PostPosted: Wed Jul 27, 2011 8:13 pm 
Offline
Senior Member

Joined: Sun May 23, 2010 1:57 pm
Posts: 315
Website: http://www.jebblue.net
I'd look into Apache ProxyPass and ProxyPassReverse.


Top
   
 Post subject:
PostPosted: Thu Jul 28, 2011 9:26 am 
Offline
Senior Newbie

Joined: Tue Jul 26, 2011 12:04 pm
Posts: 9
AOL: 6+Place+Fairmount
Location: Canada
jebblue wrote:
I'd look into Apache ProxyPass and ProxyPassReverse.


Thanx I will look into it !


Top
   
 Post subject:
PostPosted: Thu Jul 28, 2011 10:34 am 
Offline
Senior Newbie

Joined: Tue Jul 26, 2011 12:04 pm
Posts: 9
AOL: 6+Place+Fairmount
Location: Canada
jebblue wrote:
I'd look into Apache ProxyPass and ProxyPassReverse.


Thanx, did exactly what I needed :-)


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group