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

Squid size data on transparent mode

hi !

help on http proxy services (transparent-no anonymity) : 
When logued on web server using php for upload, the ASL give me a IEbug page. From outside the lan, it goes well; from inside, it depends on what is upload...
Seems Squid does not accept any size...

ps-ASL 3.2     [:O]  


This thread was automatically locked due to age.
Parents
  • taken from the squid documentation:


    maximum_object_size (bytes)

    Description
    Objects larger than this size will NOT be saved on disk. The value is specified in kilobytes, and the default is 4 MB. If you wish to get a high BYTES hit ratio, you should probably increase this (one 32 MB object hit counts for 3200 10 KB hits). If you wish to increase speed more than your want to save bandwidth, you should leave this low. During the initial downloading of a file, the downloading time seems to be a normal one, but if you download the same file again, the time it takes for download will be very minimum. This indicates that, the file comes from the Cache.
    Default maximum_object_size 4096 KB

    Example
    maximum_object_size 2000 KB

    -----

    I am not sure if this may help you to solve the problem but give it a shot. Go to /var/chroot-squid/etc and add this value to squid.conf-default and restart the proxy within webadmin.

    Greetings
    cyclops
       
  • cyclops,

    the squid doku was a good idea but you have picked the wrong parameter  

    what about 

    ---
    request_body_max_size

    request_body_max_size (KB)

    Description
    This specifies the maximum size for an HTTP request body. In other words, the maximum size of a PUT/POST request. A user, who attempts to send a request with a body larger than this limit receives an "Invalid Request" error message. If you set this parameter to a zero, there will be no limit imposed.

    Default request_body_max_size 1 MB
    ---

    [ QUOTE ]
     Go to /var/chroot-squid/etc and add this value to squid.conf-default and restart the proxy within webadmin.

    [/ QUOTE ]

    read u
    o|iver

      
  • Great !!
    It works...
    **********
    No idea on my other problem (cf syntax for windows auth " pop-before-smtp")  
Reply Children
No Data