On Tue, 25 Mar 2003, solong wrote:
> i have one dispatcher and three realservers running tomcat
>
> my testgin configuration just try how to use ktcpvs:
>
> Virtual web {
> listen = 0.0.0.0:webcache
> scheduler = http
> startservers = 8
> maxclients = 256
> minspareservers = 6
> maxspareservers = 18
> server = ci6.cs.ccu.edu.tw:webcache 1
> server = ci4.cs.ccu.edu.tw:webcache 1
> server = ci2.cs.ccu.edu.tw:webcache 1
> rule = pattern "^/examples/" use server ci6.cs.ccu.edu.tw:webcache
> rule = pattern "^/tomcat-docs/" use server ci2.cs.ccu.edu.tw:webcache
> rule = pattern ".*" use server ci4.cs.ccu.edu.tw:webcache
> }
>
What web page do you request? and what's the URL of its embedded images?,
and what happens?
Anyway, you can "echo 5 > /proc/sys/net/ktcpvs/debug_level" to get more
debugging information and see what happens. See the doc/debug-levels.txt
for more information.
Regards,
Wensong
>
> ----- Original Message -----
> From: "Wensong Zhang" <wensong@xxxxxxxxxxxx>
> To: "LinuxVirtualServer.org users mailing list."
> <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
> Sent: Monday, March 24, 2003 5:56 PM
> Subject: Re: lvs-dr + ktcpvs
>
>
> >
> >
> > Hi,
> >
> > On Sun, 23 Mar 2003, uiki wrote:
> >
> > > now i trun off ipvsadm and just use tcpvsadm
> > >
> > > but,
> > > when I request one html, sometimes response will only be a picture in
> html
> > > that i want to load
> > > then i reload it , i see the html but some picture in html dispear.
> > > is this because that i use relative pathname of the picture ?
> > >
|