The setup is as follows:
4 ip addresses (lets say: 1, 2, 3 and 4) bound to the eth0
apache running on one of them (ip 3, port 80)
squid (ip 3, port 8800)
squid.conf file:
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl ape.myhost.com src myIPWasHere/myNetMaskWasHere
acl all src 0.0.0.0/0.0.0.0
http_access allow manager localhost
http_access allow manager ape.myhost.com
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access allow all
The cgi script input form comes up, i enter the info (ip 3, port 8800) and
get the famous "Access Denied, Sorry, you are not currently allowed to
request" error.
I have followed the FAQ and the user guide's every instruction but still cant
get it to work.
I have tried LYNX and that seemed to work without a problem when i telnet in
through a shell. But the cgi has been a challange. Squish
configure/install was a piece of cake, wish the cgimanager was also equally
easy to get up and running. :(
wa (wa not?)
__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/
-- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Wed Feb 21 2001 - 09:21:45 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:58:06 MST