cnschulz Posted March 17, 2007 Share Posted March 17, 2007 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.