|
Tuesday, 31 August 2010 12:32 |
|
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth
Management) On Fedora 13
This document describes how to install a PureFTPd server that uses
virtual users from a MySQL database instead of real system users. This
is much more performant and allows to have thousands of ftp users on a
single machine. In addition to that I will show the use of quota and
upload/download bandwidth limits with this setup. Passwords will be
stored encrypted as MD5 strings in the database. Read more: |
|
Monday, 30 August 2010 14:09 |
|
Integrating XCache Into PHP5 (Fedora 13/CentOS 5.5 & Apache2)
This guide explains how to integrate XCache into PHP5
on a Fedora 13 or CentOS 5.5 system (with Apache2). From the XCache
project page: "XCache is a fast, stable PHP opcode cacher that has
been tested and is now running on production servers under high load."
It's similar to other PHP opcode cachers, such as eAccelerator and APC. Read more: |