[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

mask door in the browser



Hi,

I would like to help with the door to mask the browser.
At the moment when I pass a link of the port companies, too, like http://teste.meudominio.com.br:8888/index.html
I would like to mask it in apache just passing the link http://teste.meudominio.com.br responding internally and in 80 pages of server redirects to the corresponding server in 8888.
I know you have and through the ProxyPass and ProxyPassReverse.
So far, with the conf below, did not work:


<VirtualHost *:80>
ProxyRequests on
ServerName teste.meudominio.com.br
<Proxy http://192.168.10.33:8888&amp;gt;
Order allow,deny
Allow from all
</Proxy>

ProxyPass /analytics/ http://192.168.10.33:8888/analytics/
ProxyPassReverse /analytics/ http://192.168.10.33:8888/analytics/

ProxyPass / http://192.168.10.33:8888/
ProxyPassReverse / http://192.168.10.33:8888/

<Location />
Order allow,deny
Allow from all
</Location>
</VirtualHost>

Does anyone have this working and can help?

My server already looks of the door 80 to open internet.

Thank you.


Reply to: