HowtoForge provides user-friendly Linux tutorials.
-
Installing A Web, Email And MySQL Database Cluster (Mirror) On Debian 5.0 With ISPConfig 3
Author: Till Brehm • Tags: apache, debian, high-availability, ispconfig, mysql, postfix • Comments: 24
Installing A Web, Email And MySQL Database Cluster (Mirror) On Debian 5.0 With ISPConfig 3 This tutorial describes the installation of a clustered Web, Email, Database and DNS server to be used for redundancy, high availability and load balancing on Debian 5 with the ISPConfig 3 control panel. GlusterFS will be used to mirror the data between the servers and ISPConfig for mirroring the configuration files. I will use a setup of two servers here for demonstration purposes but the setup can scale to a higher number of servers with only minor modifications in the GlusterFS configuration files.
-
Installing A Multiserver Setup With Dedicated Web, Email, DNS And MySQL Database Servers On Debian 5.0 With ISPConfig 3
Author: till • Tags: debian, ispconfig • Comments: 19
Installing A Multiserver Setup With Dedicated Web, Email, DNS And MySQL Database Servers On Debian 5.0 With ISPConfig 3 This tutorial describes the installation of an ISPConfig 3 multiserver setup with dedicated web, email, database and two DNS servers all managed trough a single ISPConfig 3 control panel. The setup described below uses five servers and can be extended easily to to a higher number of servers by just adding more servers. E.g. if you want to have two mailservers, do the setup steps from chapter 2 on both of these servers. If you want to set up more web servers, then install ISPConfig on all other web servers in expert mode except of the first one.
-
Nginx Catch-All Host As Front End To Apache For ISPConfig 2 On CentOS 5
Author: poustchi • Tags: centos, ispconfig, nginx • Comments: 1
Nginx Catch-All Host As Front End To Apache For ISPConfig 2 On CentOS 5 Nginx (pronounced “engine X”) is a lightweight, high-performance Web server/reverse proxy and e-mail (IMAP/POP3) proxy, licensed under a BSD-like license. It runs on UNIX, GNU/Linux, BSD variants, Mac OS X, Solaris, and Microsoft Windows. Apache's performance is generally very good as well. However, in a resource-constrained environment , Apache does not necessarily provide optimal performance or resource utilization. One of the “best practice” approaches to reducing the strain on Apache is to let a leaner lighter web server take over the serving of the site's static files (images, javascript, css, etc.), leaving the heavy lifting of serving the dynamic content to Apache. This tutorial shows how you can setup Nginx as front end to apache for ISPConfig 2 On CentOS 5.x.
-
-
The Perfect Server - Ubuntu Maverick Meerkat (Ubuntu 10.10) [ISPConfig 2]
Author: Falko Timme • Tags: ubuntu, ispconfig • Comments: 6
The Perfect Server - Ubuntu Maverick Meerkat (Ubuntu 10.10) [ISPConfig 2] This tutorial shows how to set up an Ubuntu Maverick Meerkat (Ubuntu 10.10) server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Courier POP3/IMAP, Quota, Firewall, etc. In the end you should have a system that works reliably, and if you like you can install the free webhosting control panel ISPConfig 2 (i.e., ISPConfig runs on it out of the box).
-
Installing ISPCP On Ubuntu Lucid x86_64 And Implementing Chroot Per Virtual Host In Apache2
Author: cwmoller • Tags: apache, control panels, ubuntu • Comments: 0
Installing ISPCP On Ubuntu Lucid x86_64 And Implementing Chroot Per Virtual Host In Apache2 This guide explains how to install ISPCP on Ubuntu 10.04 (Lucid Lynx) x86_64 and how to chroot virtual hosts in Apache2.
-
The Perfect Desktop - Ubuntu 10.10 (Maverick Meerkat)
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 4
This tutorial shows how you can set up an Ubuntu 10.10 (Maverick Meerkat) desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge.
-
How To Upgrade Kubuntu 10.04 (Lucid Lynx) To 10.10 (Maverick Meerkat)
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 3
How To Upgrade Kubuntu 10.04 (Lucid Lynx) To 10.10 (Maverick Meerkat) The new Kubuntu 10.10 (Maverick Meerkat) has just been released. This guide shows how you can upgrade your Kubuntu 10.04 desktop installation to Kubuntu 10.10.
-
How To Upgrade Ubuntu 10.04 (Lucid Lynx) To 10.10 (Maverick Meerkat) (Desktop & Server)
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 7
How To Upgrade Ubuntu 10.04 (Lucid Lynx) To 10.10 (Maverick Meerkat) (Desktop & Server) Yesterday the new Ubuntu 10.10 (Maverick Meerkat) was released. This guide shows how you can upgrade your Ubuntu 10.04 desktop and server installations to Ubuntu 10.10.
-
How To Set Up WebDAV With Apache2 On Ubuntu 10.04
Author: Falko Timme • Tags: apache, ubuntu • Comments: 4
How To Set Up WebDAV With Apache2 On Ubuntu 10.04 This guide explains how to set up WebDAV with Apache2 on an Ubuntu 10.04 server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the Apache server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.
-
High-Availability Storage With GlusterFS On Ubuntu 10.04 - Automatic File Replication (Mirror) Across Two Storage Servers
Author: Falko Timme • Tags: high-availability, storage, ubuntu • Comments: 3
High-Availability Storage With GlusterFS On Ubuntu 10.04 - Automatic File Replication (Mirror) Across Two Storage Servers This tutorial shows how to set up a high-availability storage with two storage servers (Ubuntu 10.04) that use GlusterFS. Each storage server will be a mirror of the other storage server, and files will be replicated automatically across both storage servers. The client system (Ubuntu 10.04 as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.