Did you fix this ?
This may be a different problem :
I had timeouts problems when the user's browser was idle for some minutes,
resulting in "Network error: 502 Proxy timeout".
Increasing the Apache Timeout* setting (from 300 to 3000)* solved* the
problem.
If you do this, I recommend to keep apache default configuration and set
this only for the APE vhost
<VirtualHost *>
Servername yourdomain.com
ServerAlias ape.yourdomain.com
ServerAlias *.ape.yourdomain.com
DocumentRoot "/directory/of/your/choice/"
Timeout 3000 # Overrides main configuration</VirtualHost>
** Timeout: Amount of time the server will wait for certain events before
failing a request*
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/