Home : unix

Apache 2

How to set up a Apache 2 - biased towards Ubuntu 7.10.

/etc/apache2/httpd.conf

ServerName picasso.nummo.strangled.net

/etc/apache2/ports.conf

Ensure the following line is set:
Listen 8282

Enable user's public_html

ln -s /etc/apache2/mods-available/userdir.conf /etc/apache2/mods-enabled
ln -s /etc/apache2/mods-available/userdir.load /etc/apache2/mods-enabled

Author:  Mark Carter
Created: 12-Oct-2007
Updated: 13-Oct-2007