I've created a backend process to postprocess the uploaded files
separately to the request, and so am no longer receiving this error.
Is there a way to configure Apache to allow more time before this
timeout error?

Richard


On Sep 9, 11:38 am, Richard <richar...@gmail.com> wrote:
> My exact setup is described 
> here:http://forum.webfaction.com/viewtopic.php?pid=8473
>
> On Sep 9, 9:42 am, Graham Dumpleton <graham.dumple...@gmail.com>
> wrote:
>
> > On Sep 9, 12:06 am, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > > Are you using the built-in web server?apacheas a proxy?apachewith 
> > > mod_wsgi?
> > > Windows, Linux or Mac? Binary r source?
>
> > That is a mod_proxy error, so more likely they are using mod_proxy to
> > CherryPy wsgiserver.
>
> > Graham
>
> > > Massimo
>
> > > On Sep 8, 8:09 am, Richard <richar...@gmail.com> wrote:
>
> > > > hi,
>
> > > > I have an upload form that requires some post processing. For small
> > > > text files it is fine, but for larger files (~100000 lines) I get this
> > > > error after waiting a few minutes:
>
> > > > The proxy server received an invalid response from an upstream
> > > > server.
> > > > The proxy server could not handle the request POST /init/default/
> > > > index.
> > > > Reason: Error reading from remote server
>
> > > > For the next minute or so I can't access my web server and all pages
> > > > return the same error. But afterwards it is back to working as
> > > > normal.
> > > > When I check the database sometimes the transaction has been saved but
> > > > usually not.
>
> > > > Got any ideas?
> > > > I'm thinking that the post processing takes too long, which is
> > > > triggering an error. Is that likely? And if so is there a fix?
> > > > I am usingApache.
>
> > > > thanks,
> > > > Richard
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to