How forward all ports with apache reverse proxy?

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

 



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/ 
        ProxyPassReverse / http://example.domain.com/ 

</VirtualHost> 


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux