【发布时间】:2013-07-24 12:38:34
【问题描述】:
我什么时候启动 apache
sudo /etc/init.d/apache2 start我收到此错误消息
root@h1975757:~# sudo /etc/init.d/apache2 start
* Starting web server apache
apache2: bad user name superkkt
我尝试添加 apache2.conf
User www-data
Group www-data
运气不好
文件envars 包含相同的数据
如何解决这个问题?
root@h1975757:~# uname -a Linux 2.6.32-042stab078.27 #1 SMP Mon Jul 1 20:48:07 MSK 2013 i686 GNU/Linux
【问题讨论】:
-
grep -r superkkt /etc/apache2 -
@Carlos Campderrós,我试过这个,不匹配