This tutorial shows how you can install and run a TYPO3 (version 4.6) web site on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP).
Read more »ISPConfig 3/Debian Multiserver Setup With Dedicated Web/Email/DNS/MySQL Servers
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.
Read more »Serving CGI Scripts With Nginx On Debian Squeeze/Ubuntu 11.04
This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on Debian Squeeze/Ubuntu 11.04. While nginx itself does not serve CGI, there are several ways to work around this.
Read more »Mounting Remote Directories With SSHFS On Debian Squeeze
This tutorial explains how you can mount a directory from a remote server on the local server securely using SSHFS. SSHFS (Secure SHell FileSystem) is a filesystem that serves files/directories securely over SSH, and local users can use them just as if the were local files/directories. On the local computer, the remote share is mounted via FUSE (Filesystem in Userspace).
Read more »Running Drupal 7.7 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.04
This tutorial shows how you can install and run a Drupal 7.7 web site on Debian Squeeze or Ubuntu 11.04 with nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). In addition to that I will also show you how you can use the Drupal Boost plugin with nginx.
Read more »Server Monitoring With Icinga On Debian Squeeze
Icinga is an enterprise grade open source monitoring system which keeps watch over networks and any conceivable network resource, notifies the user of errors and recoveries and generates performance data for reporting. It is a fork of Nagios. This tutorial explains how to install Icinga on a Debian Squeeze server to monitor this server and another Debian Squeeze server.
Read more »- Login to post comments
Setting Up Network RAID1 With DRBD On Debian Squeeze
This tutorial shows how to set up network RAID1 with the help of DRBD on two Debian Squeeze systems. DRBD stands for Distributed Replicated Block Device and allows you to mirror block devices over a network. This is useful for high-availability setups (like a HA NFS server) because if one node fails, all data is still available from the other node.
Read more »- Login to post comments
Installing Subversion & Enabling Access Via Different Protocols (Debian Squeeze)
Subversion (svn) is an open-source version control system (VCS), used in the development of many software projects. This tutorial shows how to install Subversion on Debian Squeeze and how to configure it to allow access to a repository through different protocols: file://, http://, https://, svn://, and svn+ssh://.
Read more »- Login to post comments
How To Run Your Own DNS Servers With ISPConfig 3 (Debian Squeeze)
This tutorial shows how you can run your own DNS servers (primary and secondary) with ISPConfig 3. To do this, you need two servers with two different public IP addresses and with ISPConfig 3 installed.
Read more »How To Save Traffic With Lighttpd's mod_compress (Debian Squeeze)
In this tutorial I will describe how to configure mod_compress on a Lighttpd web server (on Debian Squeeze). mod_compress allows Lighttpd to compress files and deliver them to clients (e.g. browsers) that can handle compressed content which most modern browsers do. With mod_compress, you can compress HTML, CSS, Javascript, text or XML files to approx.
Read more »Virtualization With KVM On A Debian Squeeze Server
This guide explains how you can install and use KVM for creating and running virtual machines on a Debian Squeeze server. I will show how to create image-based virtual machines and also virtual machines that use a logical volume (LVM). KVM is short for Kernel-based Virtual Machine and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g.
Read more »Installing Nginx With PHP5 And MySQL Support On Debian Squeeze
Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a Debian Squeeze server with PHP5 support (through FastCGI) and MySQL support.
Read more »Category: End User Tags:
- Login to post comments
Installing Lighttpd With PHP5 And MySQL Support On Debian Squeeze
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Debian Squeeze server with PHP5 support (through FastCGI) and MySQL support.
Read more »Category: End User Tags:
- Login to post comments
Installing Apache2 With PHP5 And MySQL Support On Debian Squeeze (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Debian Squeeze server with PHP5 support (mod_php) and MySQL support.
Read more »Category: End User Tags:
- Login to post comments
Installing And Using OpenVZ On Debian Squeeze (AMD64)
In this HowTo I will describe how to prepare a Debian Squeeze server for OpenVZ. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers.
Read more »