This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

V5.004 Http Proxy errors

WHen HTTP Proxy is enabled (in transparaqnt mode and standard mode) I get 90% of the requests the following error:

ERROR
The requested URL could not be retrieved

While trying to retrieve the URL: http://www.astaro.org/ubbthreads.php?

The following error was encountered:

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is webmaster.
Generated Sat, 01 May 2004 12:38:32 GMT by asl.snotware.com (squid/2.5.STABLE4) 

I think the proxy is broken or something else. Has some one the same experiences? The only way I can get connected is to disable the proxy service, I don;t think this is a proper solution also A/V is also not working proberly. is ther a fix....?


This thread was automatically locked due to age.
Parents
  • I also have problem with the http proxy.  All web page is blocked when I turned on surf protection.  No matter what setting I have change or do, it will still blocked all web sites.  Proxy works fine after turning off surf protection off.  Any ideas?  I have asl 5.004 [:S]
  • Yes I am being denied access to all web pages too when I have Surf Protection enabled when authenticating to a MS Radius Server. I have not adjusted my configuration either side. This problem only occurred when upgrading to 5.004 from 5.001.

    Oliver??... sos....sos.... [:S]
Reply
  • Yes I am being denied access to all web pages too when I have Surf Protection enabled when authenticating to a MS Radius Server. I have not adjusted my configuration either side. This problem only occurred when upgrading to 5.004 from 5.001.

    Oliver??... sos....sos.... [:S]
Children
  • Had the same problem over here on 5.004. Restarted the box and the problem was solved. There goes the uptime  [:(]
  • What i had to do to mitigate this is edit the squid-default.conf file to chop the memory usage..this stopped this behavior the instructions are the same ones used for v4 i am posting them in their entirety here:

    to adjust max object size on disk and in mem:
    Login to your firewall using an ssh client (I use ZOC on windows but PuTTY I believe works just as well) using the "loginuser" ID.

    Once logged in "su" to root...
    ASL> su -
    Password: 

    Open the .conf file in "joe".
    ASL> joe /var/chroot-squid/etc/squid.conf-default


    cache_mem 0 MB
    I have this set to zero..again mitigates memory usage by squid.

    maximum_object_size 102400 KB
    I have mine set to 102400(100 megs) so i pound my hdd instead of using all of my RAM.

    Objects larger than this size will NOT be saved on disk. The value is specified in kilobytes, and the default is 4 MB

    maximum_object_size_in_memory 0 KB
    I have this set to zero as well..again to mitigate ram usage by squid.  

    Objects greater than this size will not be attempted to be kept in the memory cache. This should be set high enough to keep objects accessed frequently in memory to improve performance while, low enough to keep larger objects from hoarding 

    cache_mem 0 KB
    Again i have this set to zero


    These changes effectivly cut squid's usage by 50% or more.  I use these settings in v4 and v5 without issue.  Using an old 4.3 hdd i still get 50 megsbit/sec of transfer with no extra loading of ASL.

    Owner:  Emmanuel Technology Consulting

    http://etc-md.com

    Former Sophos SG(Astaro) advocate/researcher/Silver Partner

    PfSense w/Suricata, ntopng, 

    Other addons to follow