Main server (vserver:2280)

The server configured in /etc/apache2 is a stock Debian server with the prefork MPM.

mod_suphp & mod_php

All default configurations have been used except the following line has been added in php5.conf:

php_admin_flag engine on

suphp is the default and has a docroot of /home/*, but virtual hosts can be configured to use mod_php by adding the following in the virtual host configuration:

suPHP_Engine off
RemoveHandler .php
php_admin_flag engine on

Wuglug Wiki: Apache/Backus (last edited 2007-04-28 23:34:59 by 137)