HowtoForge provides user-friendly Linux tutorials.

  • Setting Up A High-Availability Load Balancer (With Failover and Session Support) With Pound/Keepalived On Debian Etch

    Author: Falko TimmeTags: , Comments: 4

    Setting Up A High-Availability Load Balancer (With Failover and Session Support) With Pound/Keepalived On Debian Etch This article explains how to set up a two-node load balancer in an active/passive configuration with Pound and keepalived on Debian Etch. The load balancer sits between the user and two (or more) backend Apache web servers that hold the same content. Not only does the load balancer distribute the requests to the two backend Apache servers, it also checks the health of the backend servers. If one of them is down, all requests will automatically be redirected to the remaining backend server. In addition to that, the two load balancer nodes monitor each other using keepalived, and if the master fails, the slave becomes the master, which means the users will not notice any disruption of the service. Pound is session-aware, which means you can use it with any web application that makes use of sessions (such as forums, shopping carts, etc.).

  • Apple’s Darwin Streaming Server On Centos 5.2

    centos Author: Jam3sTags: Comments: 30

    Apple’s Darwin Streaming Server On Centos 5.2 This tutorial will run you through the installation, configuration and preparation of media for Apple’s Darwin QuickTime Streaming Server on Centos/RHEL 5.2. Darwin QuickTime Streaming Server is capable of serving H.264 and mpeg4 file formats via the RTP/RTSP streaming protocols.

  • Mounting ISO Images With Furius ISO Mount On Ubuntu 8.04 Desktop

    ubuntu Author: Falko TimmeTags: , Comments: 6

    Mounting ISO Images With Furius ISO Mount On Ubuntu 8.04 Desktop Furius ISO Mount is a tool that lets you mount and unmount ISO images on your desktop, calculate the checksums (MD5 and SHA1) of the ISO images, and burn them onto a CD or DVD (using external programs like Brasero or Nautilus). It comes with a graphical user interface and is extremely easy to use. This guide shows how to install it on an Ubuntu 8.04 desktop.

  • Installing Zivios Server On Debian Etch

    debian Author: rehanzafarTags: Comments: 0

    Installing Zivios Server On Debian Etch This howto explains installing Zivios Master Service version 0.5.0 on Debian Etch 4.0. Zivios is an n-tiered PHP-5 application, providing identity management, single sign-on, user, group and computer provisioning, as well as remote management of services. It uses MySQL and OpenLDAP as its data store, with OpenLdap being the primary back end for identity management and application integration and MySQL being used for panel specific data.

  • Integrating eAccelerator Into PHP5 And Lighttpd (Fedora 9)

    fedora Author: Falko TimmeTags: , , Comments: 0

    Integrating eAccelerator Into PHP5 And Lighttpd (Fedora 9) This guide explains how to integrate eAccelerator into PHP5 and lighttpd on a Fedora 9 system. From the eAccelerator project page: "eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times."

  • How To Build Red Hat Enterprise IPA RPMs For CentOS 5

    centos Author: jemtallonTags: Comments: 12

    How To Build Red Hat Enterprise IPA RPMs For CentOS 5 FreeIPA has existed for some time as RHE IPA for Red Hat Linux and has been added into Fedora. Still, since it is an extra add-on to RHEL, CentOS hasn't gotten it rebuilt yet. That's a shame because FreeIPA is an easy to configure, easy to manage security information management solution. If, like me, you want to use IPA with CentOS, this tutorial is for you.

  • Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11

    opensuse Author: Falko TimmeTags: , Comments: 2

    Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an OpenSUSE 11 server with PHP5 support (through FastCGI) and MySQL support.

  • Benchmark: Apache2 vs. Lighttpd (Static HTML Files)

    Author: Falko TimmeTags: , Comments: 10

    Benchmark: Apache2 vs. Lighttpd (Static HTML Files) This benchmark shows how Apache2 (version 2.2.3) and lighttpd (version 1.4.13) perform compared to each other when delivering a static HTML file (about 50KB in size). This benchmark was created with the help of ab (Apache benchmark) on a VMware vm (Debian Etch); if you try this yourself, your numbers might differ (depending on your hardware), but the tendency should be the same.

  • Installing Zivios Server On Ubuntu

    ubuntu Author: rehanzafarTags: Comments: 0

    Installing Zivios Server On Ubuntu This howto explains installing Zivios Master Service version 0.5.0. Zivios is an n-tiered PHP-5 application, providing identity management, single sign-on, user, group and computer provisioning, as well as remote management of services. It uses MySQL and OpenLDAP as it's data store, with OpenLdap being the primary back end for identity management and application integration and MySQL being used for panel specific data.

  • How To Manage Apache Resources Limits With mod_slotlimit (Debian Etch)

    apache Author: LucaErcoliTags: , Comments: 0

    How To Manage Apache Resources Limits With mod_slotlimit (Debian Etch) mod_slotlimit is an Apache module that using dynamic slot allocation algorithm and static rules, can manage resources used for each running site.