Jump to content

all through port 80? (mod_proxy?)


cnschulz

Recommended Posts

Hi,

 

Fairly new to apache so excuse the noob-ness.

 

Id like to be able to access all my different web applications from the office. Problem is that only port 80 is open there... so...

 

Id like to create virtual hosts? mod_proxy? or whatever to route all the other ports through port 80 for example:

 

x.x.x.x:80/music should point to x.x.x.x:8080/

x.x.x.x:80/admin should point to x.x.x.x:8099/

 

ive tried mod_proxy:

 

ProxyRequests Off

 

<Proxy *>

Order deny,allow

Allow from all

</Proxy>

 

ProxyPass /foo http://localhost:8099/

#ProxyPassReverse /foo http://localhost:8099/

 

with reverse and without but that didnt work (didnt change port on reverse ie: it returned a login challenge URL but still on the wrong port)

 

could someone please tell me if this can be done? what area of apache will take care of this for me?

 

many thanks

 

c.

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.