How to proxy with apache site from same domain but another port as a subfolder?

Posted by myWallJSON on Pro Webmasters See other posts from Pro Webmasters or by myWallJSON
Published on 2012-03-22T04:15:19Z Indexed on 2012/03/22 5:38 UTC
Read the original article Hit count: 213

Filed under:
|

So I have a problem - I have my main site on apache web server on debian on port 80; I develop a web server (in some C++ or C#) and it currently runs on port 6666. But some people are living under firewalls and can access only port 80. I wonder if it is possible via apache map all requests to say mysite.com:80/6666/url as if they were to mysite.com:6666/url, not map via redirection, but really make apache stream content from my site to user as if it were in some folder?

© Pro Webmasters or respective owner

Related posts about apache

Related posts about proxy