Displaying 3 results from an estimated 3 matches for "web5".
Did you mean:
web
2018 Mar 02
2
Debian: Dovecot 2.3.0.1 won't start if dovecot-pop3d is missing
Aki Tuomi, Fri, 02 Mar 2018 20:06:35 +0200:
> the problem is default
> ?protocols = imap pop3?
Ah, OK. I wasn't aware that the default had changed. It seems to be
protocols = imap pop3 lmtp
now.
> packaging should use
> protocols =
> protocols = $protocols imap
Yep, explicitly setting
protocols =
before
!include_try /usr/share/dovecot/protocols.d/*.protocol
helps.
IMO
2006 Mar 09
22
How to scale mysql servers for a rails application?
...in this
configuration, the database.yml will point to the db-load-balancer.
2) partition sets of the web servers to talk to one database per set,
with database replication.
i.e. set A consists of 3 web servers, web1, web2, web3 which all
communicate with dbA, set B consists of 4 web servers, web4, web5,
web6, web7 which all communicate with dbB. There is replication
between dbA and dbB.
Our biggest concern is failover/availability, so if one database goes
down, we can still continue. This sort of rules out option 2, unless
our web load balancer can somehow register a web server as unavailable
i...
2006 Sep 19
5
Are people using puppet in production?
Hi Guys,
At work we need a better way of running our machines. We''ve got 14
machines around the world that we look after (mostly web servers but a
few run mail and dns as you''d expect) and we currently maintain them
individually. They all log to a central syslog server over an openvpn
interface, but aside from that they tend to be in different locations.
Could puppet be any