On 10/3/05, Jon Dowland <lists@alcopop.org> wrote:
> With apache2, there should be symlinks in /etc/apache2/mods-enabled to
> ../mods-available/php5.{load,conf} and /etc/apache2/mods-available
> should contain the php5.{load,conf} files. These should be owned by
> libapache2-mod-php5 (doing dpkg -S /etc/apache2/mods-enabled/php5.conf
> or dpkg -L libapach2-mod-php5 should clarify this).
>
To enable module
# a2enmod php4
To disable module
#a2dismod php4
shashi