On Tue, 2007-07-31 at 09:12 +0100, Richard Lewis wrote:
Make sure you have the apache2 and apache2.2-common packages installed.
Also make sure that php4.load and php5.conf are in /etc/apache2/mods-available/
gahh beaten me to it
Anyway I thought I'd better just add that if the php5.conf and php5.load files are not there then they should be symbolic links to said files in /etc/apache2/mods-available
so after checking they exist there and from the mods-enabled directory do a
sudo ln -s ../mods-available/php5.conf
sudo ln -s ../mods-available/php5.load