1748252 Members
3907 Online
108760 Solutions
New Discussion юеВ

squid proxy.

 
SOLVED
Go to solution
fizan
Super Advisor

squid proxy.

i have config squid and dansguardian in our proxy server.
*EXCEPTION* Exception site match. GET 1389
this is what i got from the access.log

thnaks.
5 REPLIES 5
fizan
Super Advisor

Re: squid proxy.

when i viewed the log from /var/squid/access.log

TCP_MISS/503 1389 GET http://www.spartahealthcare.com/ - NONE/- text/html

suggest me i am unable to fix the issue.
VK2COT
Honored Contributor
Solution

Re: squid proxy.

Hello,

a) The error from Dansguardian:

"*EXCEPTION* Exception site match. GET 1389"

suggest you might have a misconfigured
setup.

Before you check anything else, try
to disable Dansguardian and use squid without
it. If it works, than you need to verify
the Dansguardian setup.

That URL that you need (or its redirection if
it exists) must be in the exceptions
file (they can be exceptioniplist, exceptionsitelist, by default).

b) The second error in squid logs:

"TCP_MISS/503 1389 GET http://www.spartahealthcare.com/ - NONE/- text/html"

suggest that you experienced

"HTTP Error 503 - Service unavailable"

All clients (like your Web browser) go
through the following cycle when they
communicate with the Web server:

* Obtain an IP address from the IP name of
the site (the site URL without the
leading 'http://'). This lookup is
provided by DNS;

* Open an IP socket connection to that IP
address;

* Write an HTTP data stream through that
socket;

* Receive an HTTP data stream back from
the Web server in response. This data
stream contains status codes whose
values are determined by the HTTP
protocol. Parse this data stream for
status codes and other useful
information.

This error occurred in the final step when
the client receives an HTTP status code that
it recognises as '503'.

The Web server (running the Web site) is
currently unable to handle the HTTP request
due to a temporary overloading or
maintenance of the server. The implication
is that this is a temporary condition which
will be alleviated after some delay.

I hope this helps,

VK2COT

VK2COT - Dusan Baljevic
fizan
Super Advisor

Re: squid proxy.

i tried by disabling the dansguardian and running the proxy alone but its not allowing to surf that website. i sugggest the problem is in squid
Steven E. Protter
Exalted Contributor

Re: squid proxy.

Shalom,

Could be squid.

See Internet Express on http://software.hp.com for an update.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
VK2COT
Honored Contributor

Re: squid proxy.

Hello,

Now check your Squid config (unless you also
use some kind of firewaling).

Note that

http://www.spartahealthcare.com/

actually redirects to

https://www.spartahealthcare.com/

Maybe your Squid config does not allow it.

Cheers,

VK2COT
VK2COT - Dusan Baljevic