%-> Sorry for the dumb question but in order to use the cgi script
%-> I have to have
%-> a web server running, right?  Right now I have no reason to run
%-> a web server
%-> on any of the machines on my private network.  If I do want to
%-> use the cgi
%-> script, I would have to bring up a simple apache installation
%-> and create a
%-> web page to execute the script?

Ahhh.... yes, I believe there is that catch, unfortunately. I'm not sure if
there's a smaller Web server along the lines of the one used with Webmin
that would work, but that might be one way around it.

%-> Doesn't the default squid.conf file set up its ACL entries so
%-> as to allow
%-> everyone access?  Or do I need to explicitly permission
%-> everyone? If so, how
%-> would I permission all machines on my 192.168.0.x network?

I've got:

acl all src 192.168.1.0/24
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl [host1] src 192.168.1.2/255.255.255.255
acl [host2] src 192.168.1.1/255.255.255.255
acl [host3] src 192.168.1.5/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
acl CONNECT method CONNECT

... which works. I have to admit that I find Squid's ACL set up somewhat
hard to figure out.

Cheers,

Juha



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to