Frage zu Zope/ZEO und Pound

Nico Grubert <[email protected]>
Newsgroups gmane.comp.web.zope.german
Message-ID <[email protected]>
Hallo Liste

Ich möchte eine kleine ZEO Umgebung aufsetzen:

   Apache->Pound->ZEO-Client1/2->ZEO-Server

Den ZEO Server und die ZEO Clients #1 und #2 habe ich auf einem Linux 
Server mit dem Hostname "zeo1" installiert.
ZEO Server: address 8090
ZEO Client-1: address 8091
ZEO Client-2: address 8092

Das klappt soweit ganz gut. Ich kann beide Clients über http://zeo1:8091 
bzw. http://zeo1:8092 ansprechen.
Ich nehme an, dass es normal ist, dass ich den ZEO-Server via 
http://localhost:8090 nicht erreichen kann, oder?

Nun möchte ich gern mit dem Load-Balancer die Requests auf die 2 ZEO 
Clients verteilen.
Ich habe dafür den Load Balancer "Pound" (Version 2.4.4) installiert und 
wie folgt konfiguriert:
# ---------------------------------------------------------------------
# /usr/local/etc/pound.cfg
User "wwwrun"
Group "www"

ListenHTTP
   Address 127.0.0.1
   Port 8080
   xHTTP 2
End

Service
     BackEnd
         Address 127.0.0.1
         Port  8091
     End
     BackEnd
         Address 127.0.0.1
         Port  8092
     End
    Session
       Type    COOKIE
       ID      "__ac"
       TTL     300
    End
End
# ---------------------------------------------------------------------

Wenn ich nun pound starte und versuche auf http://zeo1:8080 zuzugreifen, 
erhalte ich keine Antwort.
Der ZEO Server und die beiden ZEO Clients laufen und der pound Prozess 
ebenfalls.
Habe ich etwas übersehen?

Gruss & Danke im voraus
Nico


_______________________________________________
zope mailing list
[email protected]
https://mail.dzug.org/mailman/listinfo/zope
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.