Symptoms
Confixx 3.3.3 fails to install on Debian Lenny (5.0)Resolution
Before the Confixx installation on Debian Lenny (5.0), you need to check apache configuration first.
Open apache config file /etc/apache2/apache2.conf
If it contains such lines:
PidFile ${APACHE_PID_FILE}
User ${APACHE_RUN_USER}
Group ${APACHE_RUN_GROUP}
then replace them with
PidFile /var/run/apache2.pid
User www-data
Group www-data
Save the changes and restart apache.
Now you can install Confixx.