I am using Bering-uClibc with the Squid-2 package. Almost everything seems to be working, but if I goto a site that uses JSP pages (like www.gymboree.com), I get a long delay, followed by this error:

ERROR
The requested URL could not be retrieved

--------------------------------------------------------------------------------

While trying to retrieve the URL: http://www.gymboree.com/

The following error was encountered:

Connection Failed
The system returned:

   (110) Connection timed out
The remote host or network may be down. Please try the request again.

Your cache administrator is webmaster.



--------------------------------------------------------------------------------

Generated Thu, 18 Nov 2004 18:59:51 GMT by firewall (squid/2.5.STABLE5)

If I bypass the proxy, then the page works fine. I only seem to have problems with jsp pages, everythings else works fine. In an attempt to solve this problem, I have added the following to my squid conf file:

hierarchy_stoplist jsp asp

and

acl JSP_Pages urlpath_regex -i \.jsp$
http_access allow CONNECT JSP_Pages

and

acl Gym dstdomain .gymboree.com
no_cache deny Gym


But none of these lines suggested by results of Google searches have yeilded any success.


Has anybody else run into this problem with Squid? If so, what have you done to resolve it?

Cheers,
-edt
________________________________________________
Edward Tetz
MCSE, MCDBA, MCT, A+, CTT+, CIW MA, CIW CI
[EMAIL PROTECTED]




------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to