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

Problem with upload files >1 Mb via internet browser

Hi ,

I have a problem to upload files via internet browser e.g. in gmx as attachment, when the file is greater than 1 Mb.
The error massage says, that the server or DNS is not found.
Without the ASL in the middle, there is no problem.

Why is there a limit with ASL?

Has anybody an idea ?

Thanks!


This thread was automatically locked due to age.
Parents
  • That is a built-in limit default of squid. It defaults to 1 MB. You can change it on the console. Open /var/chroot-squid/etc/squid.conf-default and add

    request_body_max_size 0

    Then stop and start the proxy in WebAdmin.

    /tom
Reply
  • That is a built-in limit default of squid. It defaults to 1 MB. You can change it on the console. Open /var/chroot-squid/etc/squid.conf-default and add

    request_body_max_size 0

    Then stop and start the proxy in WebAdmin.

    /tom
Children