List loaded Apache2 modules
2010-08-03 by xpheasBASH-Code:
| apache2 -M |
BASH-Code:
| apache2: bad user name ${APACHE_RUN_USER} |
Setting the envvars fixes the problem:
BASH-Code:
| source /etc/apache2/envvars |
« back
2011-03-14 by Arjan | Website
Thanks mate, this was exactly what I was looking for!!