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
https://forums.phpfreaks.com/topic/43103-all-through-port-80-mod_proxy/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.