Does anyone know what could be causing the following problems?
I just set up squidGuard and I have not yet gotten it to function optimally.
Perhaps I should preface this by saying that my squidGuard.conf file only allows sites that I specify:
I only have Boeing in there so that I can see if it is really going to my redirect, I don't have a cgi setup yet. Here is my .conf file
dest local {
        domainlist local/domains
}
 
acl {
        default {
                pass local none
                redirect 302:http://www.boeing.com
        }
}
First: When I use a browser, it does try to go to my redirect page, but it won't go to any of the pages that I allow.
Second: When I test it with the client okayedwebsite it returns the following to me
 
[root log]# client http://www.library.upenn.edu/
HTTP/1.0 302 Moved Temporarily
Server: Squid/2.3.STABLE3
Date: Fri, 14 Jun 2002 16:48:56 GMT
Content-Length: 0
Location: http://www.boeing.com
X-Cache: MISS from student.montanaacademy.com
X-Cache-Lookup: MISS from student.montanaacademy.com:3128
Proxy-Connection: close
My cache.log isn't recording anything. My squidGuard.log has recorded many things, including:
2002-06-14 10:25:24 [31785] domainlist empty, removed from memory
 
Can anyone offer some advice, guidance, help anything? I have looked through web resources and I just can't seem to pin it down.
 
Thanks,
Annesa

Reply via email to