Hi,
I've compiled apache 1.3.6 with the proxy module enabled and have set
it up with cache enabled and to use my ISP proxy to all http requests.
The problem is that it only works for some web address and to others
it doesn't and returns no route to host. But if setup my browser to
bypass my proxy and connect directly to my ISP's proxy it all works
fine. Can someone tell me what's wrong?
Here's the proxy part of my httpd.conf:
ProxyRequests On
ProxyRemote http http://proxy.of.my.isp:8080
<Directory proxy:*>
Order deny,allow
Deny from all
Allow from 10.0.0.2 10.0.0.1
</Directory>
ProxyReceiveBufferSize 512
ProxyDomain .sys
NoProxy .sys
CacheRoot "/hd2/data/proxy"
CacheSize 10
CacheGcInterval 24
CacheMaxExpire 4800
CacheDefaultExpire 4800
CacheLastModifiedFactor 0.0001
CacheForceCompletion 100
# I have set up cache this way to speed up web pages browsing