Hi and Thank you Terry I want that apache forward all request this the server, not only http request but also ftp, sftp, telnet, 8080 etc. I tried to setting so but it didn't work, I search on google, but I didn't found anything. Thank you <VirtualHost *> ServerName example.domain.com <Proxy *> ProxyPass / http://example.domain.com/ </VirtualHost> OR
<VirtualHost *:*> ServerName example.domain.com <Proxy *> ProxyPass / http://example.domain.com/ </VirtualHost> On 09/09/2011 16:12, Terry Carmen wrote:
|