|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2005
/
2005-07
/
Corrupted file download
[
When is SSL ? / Arkadiusz Patyk ... ]
[
Problem with start pounds / ... ]
Corrupted file download
"webmaster" <webmaster(at)centauremt.com> |
2005-07-11 03:44:06 |
[ FULL ]
|
I use pound as a reverse proxy for virtual hosts ,but many
client can't download files they get corrupted.
I saw that other users reported the same,is it a bug? or
just misconfiguration?
This is so severe, i had to stop using pound !
What you think Robert ?
Antonio Madeira
http://float-tank.centauremt.com
webmaster(at)centauremt.com
|
|
|
Re: [Pound Mailing List] Corrupted file download
"webmaster" <webmaster(at)centauremt.com> |
2005-07-11 13:40:02 |
[ FULL ]
|
here's my cfg files
ListenHTTP 192.168.1.22,80
UrlGroup ".*"
HeadRequire Host ".*zabbix.domain.com.*"
HeadDeny Host ".*www.b.com.*"
BackEnd 192.168.1.23,80,1
EndGroup
UrlGroup ".*"
HeadRequire Host ".*forum.domain.com.*"
BackEnd 192.168.1.24,80,1
EndGroup
UrlGroup ".*"
HeadRequire Host ".*sub.domain.com.*"
BackEnd 192.168.1.24,80,1
EndGroup
UrlGroup ".*"
HeadRequire Host ".*members.domain.com.*"
BackEnd 192.168.1.24,80,1
EndGroup
UrlGroup ".*"
HeadRequire Host ".*domain.com.*"
BackEnd 192.168.1.21,80,1
EndGroup
UrlGroup ".*"
HeadRequire Host ".*www.domain.com.*"
BackEnd 192.168.1.21,80,1
EndGroup
UrlGroup ".*"
HeadRequire Host ".*another_sub.domain.com.*"
BackEnd 192.168.1.24,80,1
EndGroup
Thank's
Antonio Madeira
http://float-tank.centauremt.com
webmaster(at)centauremt.com
|
|
|
Re: [Pound Mailing List] Corrupted file download
"webmaster" <webmaster(at)centauremt.com> |
2005-07-12 00:34:24 |
[ FULL ]
|
The problem seems to be similar to :
Issue with Pound, Client Timeouts, IE and saving attachments
and the client get incomplete file (corrupted).I bypass the
proxy and all ok.
I use php links.
Hope this is bit more clear.
Thank's
Antonio Madeira
http://float-tank.centauremt.com
webmaster(at)centauremt.com
|
|
|
Re: [Pound Mailing List] Corrupted file download
Robert Segall <roseg(at)apsis.ch> |
2005-07-14 12:49:54 |
[ FULL ]
|
On Sun, 10 Jul 2005 21:44:06 -0400 "webmaster"
<webmaster(at)centauremt.com> wrote:
[...]
No idea what "corrupted" means. We have had some reports of large file
transfers failing, but no corruption yet.
[...]
Sorry to hear that. Perhaps some more details?[...]
|
|
|
Re: [Pound Mailing List] Corrupted file download
Robert Segall <roseg(at)apsis.ch> |
2005-07-14 14:20:47 |
[ FULL ]
|
On Mon, 11 Jul 2005 07:40:02 -0400 "webmaster"
<webmaster(at)centauremt.com> wrote:
[...]
The back-ends configured for www.domain.com and another_sub.domain.com
will never get used, since the requests are caught by .*domain.com
before they have a chance to get there. You also lack a "catch-all"
group - you may see "no group" messages occasionally in your logs.
All this does not explain the "corrupted" files - you still don't tell
us what that means.[...]
|
|
|
Re: [Pound Mailing List] Corrupted file download
Andrew Nimmo <andrew.nimmo+apsis.ch(at)email.sh> |
2005-07-18 09:15:50 |
[ FULL ]
|
which web server software, and which version?
andrew
On 12 Jul 2005, at 00:34, webmaster wrote:
[...]
|
|
|
|