[Pythondirector-stuff] Please help me
Brought to you by:
anthonybaxter
|
From: Mr. P. H N. <ph...@ss...> - 2005-07-13 14:08:19
|
I am using Pythondirector version 1.0.0.
I downloaded it form sourceforge site.
My configuration file is :
<pdconfig>
<!-- This is a sample configuration file! see doc/configure.txt for
more information -->
<!--service name="prod-http">
<listen ip="127.0.0.1:8000" />
<group name="main" scheduler="leastconns">
<host name="two" ip="127.0.0.1:8002" />
<host name="three" ip="127.0.0.1:8003" />
<host name="four" ip="127.0.0.1:8004" />
</group>
<group name="upgrade" scheduler="leastconns">
<host name="five" ip="127.0.0.1:8005" />
<host name="six" ip="127.0.0.1:8006" />
<host name="seven" ip="127.0.0.1:8007" />
</group>
<enable group="main" />
</service>
<service name="backup-http">
<listen ip="127.0.0.2:8000" />
<group name="main" scheduler="leastconns">
<host name="two" ip="127.0.0.2:8002" />
<host name="three" ip="127.0.0.2:8003" />
<host name="four" ip="127.0.0.2:8004" />
</group>
<group name="upgrade" scheduler="leastconns">
<host name="five" ip="127.0.0.2:8005" />
<host name="six" ip="127.0.0.2:8006" />
<host name="seven" ip="127.0.0.2:8007" />
</group>
<enable group="main" />
</service-->
<service name="web">
<listen ip="0.0.0.0:80"/>
<group name="servers" scheduler="roundrobin">
<host name="server1" ip="192.168.9.213:8080"/>
<host name="server2" ip="192.168.9.210:8080"/>
</group>
<enable group="servers"/>
</service>
<admin listen="localhost:7001">
<user name="fulluser" password="111" access="full"/>
</admin>
<logging file="pydir.log"/>
</pdconfig>
Then I used a browser in the host whose ip is 192.168.9.213. I visited
site http://localhost:7001/ , I supplied username (fulluser), password(111)
but I can enter the adminpage. It also requested me useranme and passowrd.
How can I fix it? Please help me.
Thanks,
Nguyen Huu Phuoc
---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0528-2, 07/12/2005
Tested on: 7/13/2005 9:08:16 PM
avast! - copyright (c) 1988-2005 ALWIL Software.
http://www.avast.com
|