On 4 Apr 2007, at 4:25 pm, David Reynolds wrote:
I believe you need to add something like
<Proxy *> Order deny,allow Allow from all
</Proxy>
To allow access to the proxy.
I've just been reliably informed (by Brett on IRC) that <Proxy *> is not a good idea and that you should bind it to a particular ip:port
So..
<Proxy ip:port> Order deny,allow Allow from all </Proxy>
Thanks,
Dave