Re: Frage zu Zope/ZEO und Pound

Vladislav Vorobiev <[email protected]>
Newsgroups gmane.comp.web.zope.german
Message-ID <[email protected]>
> 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?


Ich habe hier einen alten konfig was funktioiert hat..

ListenHTTP
    Address 127.0.0.1
    Port 81
    User            "www-data"
    Group           "www-data"
    Client 1
    Err503 "/etc/pound/503.html"
End


  Service
    HeadRequire "Host: .*dein host.*"
    BackEnd
        Address 127.0.0.1
        Port 8080
        Priority 1
        TimeOut 60
    End
    BackEnd
        Address 192.168.0.5
        Port 8080
        Priority 9
        TimeOut 60
    End

    Session
       Type    IP
       TTL     12000
    End
  End

veieleicht hilft es dir weiter.

Grüß
Vladislav



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