- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- squid proxy.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-23-2009 06:17 AM
тАО12-23-2009 06:17 AM
*EXCEPTION* Exception site match. GET 1389
this is what i got from the access.log
thnaks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-23-2009 06:20 AM
тАО12-23-2009 06:20 AM
Re: squid proxy.
TCP_MISS/503 1389 GET http://www.spartahealthcare.com/ - NONE/- text/html
suggest me i am unable to fix the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-23-2009 08:19 PM
тАО12-23-2009 08:19 PM
Solutiona) 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-24-2009 05:42 AM
тАО12-24-2009 05:42 AM
Re: squid proxy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-24-2009 07:53 AM
тАО12-24-2009 07:53 AM
Re: squid proxy.
Could be squid.
See Internet Express on http://software.hp.com for an update.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-24-2009 02:32 PM
тАО12-24-2009 02:32 PM
Re: squid proxy.
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