root启动apache的问题..

root启动apache的问题..

刚接触这个..但我查找了资料,弄了几个小时还是有问题..所以特来求助

刚编译安装了后..想用root来运行,把httpd.conf的group和user全部改成了root..然后加上了env CFLAGS="-Wall -DBIG_SECURITY_HOLE" ./configure
然后重新编译了,执行了make
但是运行apachectl -k start的时候还是提示的:
Syntax error on line 64 of /usr/local/server/apache/conf/httpd.conf:
Error:\tApache has not been designed to serve pages while\n\trunning as root.  There are known race conditions that\n\twill allow any local user to read any file on the system.\n\tIf you still desire to serve pages as root then\n\tadd -DBIG_SECURITY_HOLE to the CFLAGS env variable\n\tand then rebuild the server.\n\tIt is strongly suggested that you instead modify the User\n\tdirective in your httpd.conf file to list a non-root\n\tuser.\n

不知道是哪里的问题??有人告诉我吗?

安全问题先不讨论的前提下能告诉我吗??
If you still desire to serve pages as root then   add -DBIG_SECURITY_HOLE to the CFLAGS env variable   and then rebuild the server.
添加 -DBIG_SECURITY_HOLE  到 CFLAGS 环境变量
然后重新编译