当启动 apache 时,出现一下异常:AH00543: httpd: bad user name daemon 解决方法: #groupadd daemon 或 #useradd -g daemon daemon
注意:创建apache用户及用户组,上述命令换deamon为apache