/ 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 [ SNIP ]
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 [ SNIP ]
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 [ SNIP ]
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 [ SNIP ]
On Sun, 10 Jul 2005 21:44:06 -0400 "webmaster"
<webmaster(at)centauremt.com> wrote:

> I use pound as a reverse proxy for virtual hosts ,but many
> client can't download files they get corrupted.

No idea what "corrupted" means. We have had some reports of large file
transfers failing, but no corruption yet.

> 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 ?

Sorry to hear that. Perhaps some more details?
-- 
Robert Segall
Apsis GmbH
Postfach, Uetikon am See, CH-8707
Tel: +41-44-920 4904

Re: [Pound Mailing List] Corrupted file download
Robert Segall <roseg(at)apsis.ch>
2005-07-14 14:20:47 [ SNIP ]
On Mon, 11 Jul 2005 07:40:02 -0400 "webmaster"
<webmaster(at)centauremt.com> wrote:

> 
> 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

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.
-- 
Robert Segall
Apsis GmbH
Postfach, Uetikon am See, CH-8707
Tel: +41-44-920 4904

Re: [Pound Mailing List] Corrupted file download
Andrew Nimmo <andrew.nimmo+apsis.ch(at)email.sh>
2005-07-18 09:15:50 [ SNIP ]
which web server software, and which version?

andrew


On 12 Jul 2005, at 00:34, webmaster wrote:

> 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
>
> --  
> To unsubscribe send an email with subject 'unsubscribe' to  
> pound(at)apsis.ch.
> Please contact roseg(at)apsis.ch for questions.
> http://192.168.1.2:8080/Apsis/pound/pound_list/archive/2005/2005-07/ 
> 1121046246000/1121121264000


MailBoxer