摘要: Ubuntu10.04上apache2: bad user name ${APACHE_RUN_USER}问题解决1. 安转apache2# sudo apt-get install apache22. 安装完毕后,使用命令“apache2 -k graceful”启动的时候报以下错误apache2: bad user name ${APACHE_RUN_USER}3. 检查/etc/apache2/apache2.conf文件,发现其中需要使用/etc/apache2/envvars文件中的以下几个环境变量export APACHE_RUN_USER=www-dataexport APACH 阅读全文
posted @ 2010-07-02 09:42 程序员天下 阅读(187) 评论(0) 推荐(0) 编辑