[squid-users] URGENT Help Needed

From: <ChrisHoover@dont-contact.us>
Date: Fri, 7 Jun 2002 13:31:49 -0400

HELP!!!

I am having a fairly big problem right now, and things are not fun. I have
some web servers on my companies intranet that my squid proxy can not see.
I am able to ping the fine from the command prompt on the linux box squid
runs on, but I get the "Unable to determine IP address from host name for
<servername>" when I try to hit it through the web browser. Does anyone
know what might be happening?

Thanks,

Chris

P.S.

Squid is running on a redhat 7.1 box with a 1.13 GHz processor with 1.2 gig
ram. The squid version is 2.4.STABLE3 (compiled from source). Linux
kernel 2.4.2-2 (redhat rpm)

Here is my squid config file:

cache_mem 300 MB
cache_dir ufs /usr/local/squid/cache/1 5000 6 256
cache_dir ufs /usr/local/squid/cache/2 5000 6 256
cache_dir ufs /usr/local/squid/cache/3 5000 6 256
cache_dir ufs /usr/local/squid/cache/4 5000 6 256

debug_options ALL,2

authenticate_program /usr/local/squid/libexec/squid/pam_auth
authenticate_children 5
authenticate_ttl 1 hour
authenticate_ip_ttl 1 hour

refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320

acl all src 0.0.0.0/0.0.0.0
icp_access allow all
miss_access allow all

proxy_auth_realm Company Internet Proxy

cache_effective_user squid
cache_effective_group squid

##2/28/02 - added acl intranet to prevent squid from asking for
## passwords for sites that are considered to be internal
## or important to all company employees
##
acl intranet dstdomain <company_name>.com
acl localnetwork proxy_auth 10.1.7.0/24
acl localusers proxy_auth REQUIRED

http_access allow intranet
http_access allow localusers
http_access allow localnetwork
http_access deny all
Received on Fri Jun 07 2002 - 11:47:17 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:08:30 MST