[Gllug] mod_proxy
Leigh Mason
leigh at silkstream.net
Sat Jan 2 05:36:19 UTC 1904
I'm trying to use the mod_proxy module to redirect certain requests to
another server but keep getting
a blasted 'Forbidden' alert. My error log shows 'client denied by server
configuration'.
My http.conf:
<VirtualHost 192.168.1.2>
ServerName www.domain.net
ProxyPass / http://192.168.1.4
ProxyPassReverse / http://192.168.1.4
</VirtualHost>
I have the mod_proxy module compiled into apache and have also uncommented
'ProxyRequestOn'
Any ideas?
Cheers
Leigh
--
Gllug mailing list - Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug
More information about the GLLUG
mailing list