raising the timeout isn't gonna solve the issue that some request are taking more than 10s to return........... play with processes, threads and maximum-requests parameters in the apache config for mod_wsgi to see what's going on.
On Wednesday, November 20, 2013 8:15:46 AM UTC+1, Johann Spies wrote: > > I get this regularly: > > [error] [client 146.232.128.186] Script timed out before returning > headers: wsgihandler.py > > Yesterday I experimented with increasing the timeout from 10s to 50s in > /etc/apache2/mods-enabled/reqtimeout.conf and thought it made a difference > but this morning I had the same problem again. > > In such a case the only thing that helps is restarting apache2. > > Why is that a problem? > > Regards > Johann > -- > Because experiencing your loyal love is better than life itself, > my lips will praise you. (Psalm 63:3) > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

