On Feb 17, 10:24 pm, Eric Abrahamsen <[EMAIL PROTECTED]> wrote: > > > Have you tried to increase the proxy timeout for reading from the > > remote server? > > I have not, and would not, to my embarrassment, even know how to go > about twiddling such a setting. Is that an Apache configuration thing?
Hi, It depends on the reverse proxy server you are using. If you are using apache, then there is a ProxyTimeout directive which default value is 300 seconds (quite long). In nginx, there is proxy_read_timeout with default value of 60 seconds. But to test whether the problem is due to the long processing time, maybe you can try to run wget with your view-image url directly to the backend server (not through the reverse proxy) and then see it the request succeed and you can measure the time required to complete the request too. --- Charles --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---