WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] apache mod_proxy problem

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] apache mod_proxy problem
From: sergio <xen-users@xxxxxxxxxxxxx>
Date: Wed, 08 Aug 2007 12:13:26 +0400
Delivery-date: Wed, 08 Aug 2007 01:11:26 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla-Thunderbird 2.0.0.4 (X11/20070618)
hello, people..

i have VERY strange troubles with apache mod_proxy

there are two apache servers. on dom0 and domU
apache on dom0 proxyes connection for sites stored on domU

system -- debian etch

when i fetch some big file in multithread mode from domU apache -- network between doms becomes very slow.. but only in this case when i fetch from outside

for example:
when i say axel -a -n 40 http://testsite:80/test
from my home --- i have 90 Kb/s download and slow network between doms

when i say axel -a -n 40 http://testsite:80/test
from dom0 --- i have 5 Mb/s download and all works fine

I try to do following:

nat 8080 dom0 port to 80 domU
but when i say axel -a -n 40 http://testsite:8080/test
from my home --- i have 90 Kb/s download and all works fine

use lighttpd, which proxyes 8081 port to 80 port on domU
but when i say axel -a -n 40 http://testsite:8081/test
from my home --- i have 90 Kb/s download and all works fine

tcpdump doesn't show anything strange

p.s.
axel -n --- num-connections
axel -a --- alternate progress indicator

--
sergio.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] apache mod_proxy problem, sergio <=