Articles by Till Brehm
-
How to monitor OpenVZ limits with vzwatchd on Debian and Ubuntu
Author: Till Brehm • Tags: debian, linux, monitoring, ubuntu • Comments: 2
Vzwatchd is an OpenVZ monitoring daemon that informs the server administrator by email when a limit of the container is reached. OpenVZ is a Linux Kernel virtualisation technology that is often used by Web Hosting services, it is the free core of the commercial virtuozzo virtualisation application. OpenVZ is a lightweight virtualisation which has less overhead then KVM or XEN, it is more like a Linux LXC jail but with advanced limit options to define how many ressources a virtual machine may use and it has support for filesystem quota.
-
How To Install a CentOS 7.1 Minimal Server
Author: Till Brehm • Tags: centos, linux • Comments: 0
This document describes the basic installation of a CentOS 7.1 server. The purpose of this guide is to provide a minimal setup that can be used as basis for all kind of CentOS server setups.
-
How to replace a failed harddisk in Linux software RAID
Author: Till Brehm • Tags: centos, debian, fedora, linux, suse, ubuntu • Comments: 6
This guide shows how to remove a failed hard drive from a Linux RAID1 array (software RAID), and how to add a new hard disk to the RAID1 array without losing data. I will use gdisk to copy the partition scheme, so it will work with large harddisks with GPT (GUID Partition Table) too.
-
-
The Perfect Server - CentOS 7 x86_64 (nginx, Dovecot, ISPConfig 3)
Author: till • Tags: linux, postfix, php, mysql, dns, ftp, centos, control panels, email, bind, ispconfig, web server, nginx • Comments: 51
The Perfect Server - CentOS 7 x86_64 (nginx, Dovecot, ISPConfig 3) This tutorial shows how to prepare a CentOS 7 x86_64 server for the installation of ISPConfig 3, and how to install ISPConfig 3 on it. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: nginx web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses nginx, not Apache. The ISPConfig 3 apache perfect server tutorial is available here.
-
The Perfect Server – CentOS 7 (Apache2, Dovecot, ISPConfig 3)
Author: Till Brehm • Tags: antivirus, apache, bind, centos, control panels, dns, email, ftp, ispconfig, linux, mysql, php, postfix, web server • Comments: 101
The Perfect Server – CentOS 7 (Apache2, Dovecot, ISPConfig 3) This tutorial shows how to prepare a CentOS 7 x86_64 server for the installation of ISPConfig 3 and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more.
-
How to secure your ISPConfig 3 server against the poodle SSL attack
Author: till • Tags: linux, apache, postfix, ftp, debian, fedora, suse, ubuntu, centos, control panels, email, ispconfig, web server, nginx • Comments: 20
How to secure your ISPConfig 3 server against the poodle SSL attack In the following guide I will describe the steps to secure your server against the recent poodle SSL attack. I will use a ISPConfig 3 perfect server on Debian 7 for my examples, but the same steps will work on any other Linux Distribution as well. A default ISPConfig hosting server runs the following services: Webserver (Nginx or apache), Mailserver (Postfix and Dovecot / Courier), FTP-Server (pure-ftpd) that offer SSL / TLS connections and are potential targets for a poodle attack.
-
How to compile PureFTPd on CentOS 7
Author: till • Tags: linux, ftp, centos • Comments: 1
How to compile PureFTPd on CentOS 7 In this tutorial I will explain the steps to compile PureFTPd from source on CentOS 7. Pure-ftpd is a lightweight and stable FTP daemon which supports various authentication backends like Linux system users, puredb, MySQL and PostgeSQL. I will later use pure-ftpd for ISPConfig 3, therefor I will compile it with MySQL / Mariadb support.
-
How To Build PHP 5.6 (PHP-FPM & FastCGI) with Zend OPcache And APCu For ISPConfig 3 On Debian 7 (Wheezy)
Author: Till Brehm • Tags: apache, control panels, debian, ispconfig, linux, nginx, php, web server • Comments: 14
How To Build PHP 5.6 (PHP-FPM & FastCGI) with Zend OPcache And APCu For ISPConfig 3 On Debian 7 (Wheezy) ISPConfig 3 has a builtin feature to support multiple PHP versions on one server and select the optimal PHP version for a website. This feature works with PHP-FPM and FastCGI. This tutorial shows how to build PHP 5.6 as a PHP-FPM and a FastCGI version on a Debian Wheezy server. These PHP 5.5 builds include Zend OPcache, and APCu.
-
Install Apache2, PHP5 And MySQL Support On CentOS 6.5 (LAMP)
Author: Till Brehm • Tags: apache, centos, mysql, php, web server • Comments: 22
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 6.4 server with PHP5 support (mod_php) and MySQL support.
-
How do I start or restart the ISPConfig 2 System manually?
Author: till • Tags: ispconfig • Comments: 3
RedHat/Mandrake: /etc/rc.d/init.d/ispconfig_server start|stop|restart SuSE/Debian: /etc/init.d/ispconfig_server start|stop|restart