Hi,
I have this problem: I use apache like a reverse proxy for web
request, but I want that all ports are forward to the server. How can
I configure apache for forward all ports?
Below there is an example of my apache configuration.

Thank you
Bye

<VirtualHost *:80>

        ServerName example.domain.com

<Proxy *>
                Order deny,allow
                Allow from all
</Proxy>

ProxyPass /http://example.domain.com/ <http://www.google.com/url?sa=D&q=http://example.domain.com/&usg=AFQjCNHMwJeEMl0ev2my_3O1y6frUFvxxA> ProxyPassReverse /http://example.domain.com/ <http://www.google.com/url?sa=D&q=http://example.domain.com/&usg=AFQjCNHMwJeEMl0ev2my_3O1y6frUFvxxA>

</VirtualHost>

Reply via email to