|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2004
/
2004-07
/
Server error 500 - response error read from ...
[
Odd problem - lingering short packets? / Russ ... ]
[
disable header checking completely / Corin ... ]
Server error 500 - response error read from ...
Lorenzo Grio <grio(at)katamail.com> |
2004-07-29 11:10:17 |
[ FULL ]
|
I am testing pound and I have this configuration:
ListenHTTP *,80
UrlGroup ".*"
HeadRequire Host ".*.www.mydomain.it.*"
BackEnd 10.0.0.100,80,1
EndGroup
All works ok but, if I stress the web server (Apache 1.3.27 + PHP4.3.4
on Windows 2000), some times I receive error "500 Internal Server Error"
(log pound: pound: response error read from 10.0.0.100:80: Connection
reset by peer).
I receive the error only if I browse the web through pound
(www.mydomain.it), if I browse the web from LAN dirctly through
10.0.0.100, it's all right.
Any help and suggestion will be appreciate.
Regards, Lorenzo.
|
|
|
Re: Server error 500 - response error read from ...
Russ Ferriday <russf(at)topia.com> |
2004-07-29 11:21:35 |
[ FULL ]
|
Hey Lorenzo,
I had this problem, particularly with zope pages that needed to do a
lot of loading for the first view.
I fixed it by adding
Server 30
under ListenHTTP, to prevent pound timing out on my slow server.
--r
On 29 Jul 2004, at 10:10, Lorenzo Grio wrote:
[...]
—————————————————————
Russ Ferriday
Solution Workshops for Plone
(+44) (0) 7789 338868
http://www.solutionworkshops.com
|
|
|
Re: Server error 500 - response error read from ...
Lorenzo Grio <grio(at)katamail.com> |
2004-07-29 16:42:05 |
[ FULL ]
|
I have just modified my pound.cfg, I tried:
Server 30 (60)
Client 10
Server 0
Client 30 (60, 3)
but my problem doesn't change.
My web server logs this error message:
FATAL: erealloc(): Unable to allocate 360448 bytes
Thanks, Lorenzo.
Russ Ferriday wrote:[...]
[...]
|
|
|
Re: Server error 500 - response error read from ...
Russ Ferriday <russf(at)topia.com> |
2004-07-29 18:48:07 |
[ FULL ]
|
So perhaps the 500 *is* coming from the server, in these circumstances,
not from pound. Pound is just passing on the bad news. I'd want to
confirm that with a tcpdump of the server traffic.
Just a wacky thought, but I wonder if having the Server *lower* would
help? Don't know off-hand what the default is, but if pound holds the
connection too long, it may consume resources on your server.
It may not feel that way, but you have made progress ;) Information is
Power!
--r
On 29 Jul 2004, at 15:42, Lorenzo Grio wrote:
[...][...][...][...]
Russ Ferriday
Solution Workshops for Plone
(+44) (0) 7789 338868
http://www.solutionworkshops.com
|
|
|
|