[Rumpus-talk] [Rumpus] Apache2 proxy (was: Virtual Host Setup)
Michael Kraker
mike at derbaer.net
Mon Sep 21 09:48:53 PDT 2009
Am 21.09.2009 um 16:14 schrieb John Readwin:
> <VirtualHost *:80>
> ServerName files.domain.com
> ProxyRequests Off
> <Proxy *>
> Order deny,allow
> Allow from all
> </Proxy>
> ProxyPass / http://files.domain.com:8000/
> ProxyPassReverse / http://files.domain.com:8000/
> </VirtualHost>
tell apache to listen only on one IP
example....
<VirtualHost 66.11.77.10:80>
More information about the Rumpus-Talk
mailing list