Articles by msghaleb
-
Installing An Ubuntu Hardy 8.04 LTS DNS Server With BIND
Author: msghaleb • Tags: bind, dns, ubuntu • Comments: 9Installing An Ubuntu Hardy 8.04 LTS DNS Server With BIND This tutorial shows how to set up an Ubuntu Hardy Heron (Ubuntu 8.04 LTS) based server that offers DNS services. This tutorial is written for the 32-bit version of Ubuntu 8.04 LTS, but should apply to the 64-bit version.
-
Installing A FreeBSD 7.0 DNS Server With BIND
Author: msghaleb • Tags: dns, freebsd, bind • Comments: 3
Installing A FreeBSD 7.0 DNS Server With BIND This tutorial shows how to set up a FreeBSD based server that offers DNS services. This tutorial is written for the 64-bit version of FreeBSD, but should apply to the 32-bit version.
-
Zimbra Integration With Samba - Ubuntu Based (Similar To AD And Exchange)
Author: msghaleb • Tags: ubuntu, samba, email • Comments: 3Zimbra Integration With Samba - Ubuntu Based (Similar To AD And Exchange) This tutorial shows how to configure Zimbra Collaboration Server (ZCS) and Samba to act as a primary domain controller (PDC) that uses LDAP as a centralized database for authenticating users on Linux and Windows desktops.
-
-
How To Set Up A Loadbalanced High-Availability Apache Cluster Based On Ubuntu 8.04 LTS
Author: msghaleb • Tags: apache, ubuntu, high-availability • Comments: 4
How To Set Up A Loadbalanced High-Availability Apache Cluster Based On Ubuntu 8.04 LTS This tutorial shows how to set up a two-node Apache web server cluster that provides high-availability. In front of the Apache cluster we create a load balancer that splits up incoming requests between the two Apache nodes. Because we do not want the load balancer to become another "Single Point Of Failure", we must provide high-availability for the load balancer, too. Therefore our load balancer will in fact consist out of two load balancer nodes that monitor each other using heartbeat, and if one load balancer fails, the other takes over silently.