Yell, Yell...thank you for your help!, maybe my problem is deeper than I thought. I do not have a /usr/local/squidGuard/squidGuard.conf . It is in my /etc/squid/squidGuard.conf Here is my squid.conf located in /etc/squid/squid.conf I also do not have a cache_effective_user in my squid. Do I have to actually start squidguard? I am just assuming it is started my me using the redirect in my squid.conf. So maybe my problem is in squid. It seems to be running fine, but now I am wondering...... Any suggestions?
Amy # make sure you use rc.firewall http_port 3128 icp_port 0 hierarchy_stoplist cgi-bin ? acl QUERY urlpath_regex cgi-bin \? no_cache deny QUERY cache_mem 16 MB cache_dir diskd /var/spool/squid 200 16 256 cache_store_log none debug_options ALL,1 redirect_program /usr/bin/squidGuard -c /etc/squid/squidGuard.conf half_closed_clients off acl all src 0.0.0.0/0.0.0.0 acl manager proto cache_object acl localhost src 127.0.0.1/255.255.255.255 acl mynetwork src 192.168.0.0/255.255.255.0 acl SSL_ports port 443 563 acl Safe_ports port 80 # http acl Safe_ports port 21 # ftp acl Safe_ports port 443 563 # https, snews acl Safe_ports port 70 # gopher acl Safe_ports port 210 # wais acl Safe_ports port 1025-65535 # unregistered ports acl Safe_ports port 280 # http-mgmt acl Safe_ports port 488 # gss-http acl Safe_ports port 591 # filemaker acl Safe_ports port 777 # multiling http acl CONNECT method CONNECT http_access allow manager localhost http_access deny manager http_access deny !Safe_ports http_access deny CONNECT !SSL_ports http_access allow localhost http_access allow mynetwork http_access deny all icp_access allow all miss_access allow all #proxy_auth_realm MandrakeSoft Squid proxy-caching web server visible_hostname amy.ash.st httpd_accel_host virtual httpd_accel_with_proxy on httpd_accel_uses_host_header on append_domain .ash.st err_html_text [EMAIL PROTECTED] memory_pools off deny_info ERR_CUSTOM_ACCESS_DENIED all maximum_object_size 2000 KB dns_children 10 On Wed, 2003-02-26 at 22:13, C Falconer wrote: > On Thu, 2003-02-27 at 15:24, Amy Anderson wrote: > > I am running Mandrake 9.0 with MNF and squid, I tried to start > > squidguard and the log states it cannot open squidguard.conf > > > I have my permissions set to 644 for the conf > > 2003-02-26 21:14:50 [14574] (squidGuard): can't write to logfile > > /var/log/squidGuard/log/squidGuard.log > > 2003-02-26 21:14:50 [14574] (squidGuard): can't open configfile > > /etc/squid/squidGuard.conf > > Theres your problem - squidGuard can't write to /var/log/squidGuard/log > and the config file is not found at /etc/squid/squidGuard.conf > > My redirect_program line in squid.conf looks like this (all on one line) > > redirect_program /usr/local/bin/squidGuard -c > /usr/local/squidGuard/squidGuard.conf > > and my log dir is owned by proxy:proxy, which is my > cache_effective_user, also from squid.conf > > Any more help - just yell. > -- Amy Anderson <[EMAIL PROTECTED]>
