Pagina 1 di 1

[Risolto] Configurazione apache2

Inviato: martedì 18 gennaio 2011, 14:03
da steblar
Ciao a tutti,
sto configurando apache2 con un balancer-manager.
Guardando un pò on-line ho visto che molti settano status=+h .
Qui arriva la domanda... A cosa servirebbe ?

Grazie a tutti

Re: Configurazione apache2

Inviato: martedì 18 gennaio 2011, 14:19
da ReMichael
dalla pagina del mod_proxy di apache:
status - Single letter value defining the initial status of this worker: 'D' is disabled, 'S' is stopped, 'I' is ignore-errors, 'H' is hot-standby and 'E' is in an error state. Status can be set (which is the default) by prepending with '+' or cleared by prepending with '-'. Thus, a setting of 'S-E' sets this worker to Stopped and clears the in-error flag.
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html

Re: Configurazione apache2

Inviato: giovedì 20 gennaio 2011, 21:14
da steblar
Chiarissimo !!! Grazie Mille.
Per mancanza di tempo volevo evitare di leggere quella guida, ma mi sa che ormai è d'obbligo.  :)