How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 11.3
This tutorial describes how you can install Apache2 with mod_fcgid
and PHP5 on OpenSUSE 11.3. mod_fcgid is a compatible alternative to the
older mod_fastcgi.
It lets you execute PHP scripts with the permissions of their owners
instead of the Apache user.
Installing Liferay 6.0.5 Community Edition Bundled With Tomcat On
Ubuntu 10.04
Liferay Portal is an enterprise web platform for building business
solutions that deliver immediate results and long-term value. Get the
benefits of packaged applications and an enterprise application
framework in a single solution.
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.
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.
Mandriva 2010.1 Spring Samba Standalone Server With tdbsam Backend
This tutorial explains the installation of a Samba fileserver on
Mandriva 2010.1 Spring and how to configure it to share files over the
SMB protocol as well as how to add users. Samba is configured as a
standalone server, not as a domain controller. In the resulting setup,
every user has his own home directory accessible via the SMB protocol
and all users have a shared directory with read-/write access.
Integrating APC (Alternative PHP Cache) Into PHP5 (Fedora 13 &
Apache2)
This guide explains how to integrate APC
(Alternative PHP Cache) into PHP5 on a Fedora 13 system (with Apache2).
APC is a free and open PHP opcode cacher for caching and optimizing PHP
intermediate code. It's similar to other PHP opcode cachers,
such as eAccelerator and XCache.