Οι στήλες Queue , Session rate, Sessions, Bytes , Denied , Errors ,
Warnings στα Stats είναι μηδέν (0) για τους servers και έχουν αυξανόμενες
τιμές μόνο στη γραμμή Frontend και Backend. Είναι εντάξει να συμβαίνει αυτό
ή έχω κάνει κάτι λάθος?
Για Windows (IIS) servers χρειάζεται κάτι επιπλέον?

To */etc/haproxy/haproxy.cfg* είναι το παρακάτω:

*global
   #     log 127.0.0.1   local0
     #   log 127.0.0.1   local1 notice
     #   log loghost    local0 info
daemon
maxconn 4096
        #debug
        #quiet
        user haproxy
        group haproxy

defaults
   #     log     global
        mode    http
      #  option  httplog
       # option  dontlognull
     #   retries 3
      #  option  redispatch
      #  maxconn 2000
        contimeout      5000
        clitimeout      50000
        srvtimeout      50000



listen webcluster 0.0.0.0:8082
#mode tcp
mode    http
stats enable
stats uri /
stats refresh 60s
   #     stats   auth ptheo:pug333
#balance source
balance roundrobin
        cookie JSESSIONID prefix
# cookie SERVERID insert indirect nocache
option httpchk HEAD / HTTP/1.0
# option httpchk HEAD /check.txt HTTP/1.0
   #     option forwardfor
       option httpclose
server webA 10.11.21.197:80 cookie A check
server webB 10.11.21.198:80 cookie B check
server webC 10.11.40.83:80 cookie C check
server webD 10.11.21.162:80 cookie D check*

Τα πολλά # οφείλονται στα πολλά configuration που δοκίμασα.

Οι servers
server webC 10.11.40.83:80
server webD 10.11.21.162:80
είναι Windows (IIS) servers



2012/2/21 Alexius Dionysius Diakogiannis <alexius.dionys...@diakogiannis.com
>

> Όπως;
>
> Sent From iPhone
>
> Alexius Dionysius Diakogiannis
>
> Think Before You Print This Email
>
> 21 Φεβ 2012, 13:29, ο/η Panagiotis Theodoropoulos <tpanagio...@gmail.com>
> έγραψε:
>
> > Εχει κάποιος από την κοινότητα ασχοληθεί με τον Haproxy? (διαθέσιμος από
> τα
> > αποθετήρια του Ubuntu).
> > Εκανα την εγκατάστασή του, το παραμετροποίησα, δουλεύει, αλλά έχω κάποιες
> > απορίες.
> >
> >
> > --
> > Παναγιώτης Θεοδωρόπουλος
> > Panagiotis Theodoropoulos
> > <tpanagio...@gmail.com>
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL: <
> https://lists.ubuntu.com/archives/ubuntu-gr/attachments/20120221/59a52d13/attachment.html
> >
> > --
> > Ubuntu-gr mailing list
> > Ubuntu-gr@lists.ubuntu.com
> >
> > If you do not want to receive any more messages from the ubuntu-gr
> mailing list, please follow this link and choose unsubscribe:
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-gr
>



-- 
Παναγιώτης Θεοδωρόπουλος
Panagiotis Theodoropoulos
<tpanagio...@gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://lists.ubuntu.com/archives/ubuntu-gr/attachments/20120221/a142061b/attachment.html>
-- 
Ubuntu-gr mailing list
Ubuntu-gr@lists.ubuntu.com

If you do not want to receive any more messages from the ubuntu-gr mailing 
list, please follow this link and choose unsubscribe:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-gr

Απαντηση