l__sl 发表于 2007-04-30 10:46

apache2一些错误-和解决方法

Digest: generating secret for digest authent
ication ...
(2)No such file or directory: Digest: error ge
nerating secret: No such file or directory
Configuration Failed
查找资料,把httpd.conf中
#LoadModule auth_digest_module modules/mod_auth_digest.so注释掉以后运行正常
(22)Invalid argument: setgid: unable to set g
roup id to Group 4294967295
(22)Invalid argument: setgid: unable to set g
roup id to Group 4294967295
(22)Invalid argument: setgid: unable to set g
roup id to Group 4294967295
(22)Invalid argument: setgid: unable to set g
roup id to Group 4294967295
(22)Invalid argument: setgid: unable to set g
roup id to Group 4294967295
Apache/2.0.53 (Unix) DAV/2 configured -- res
uming normal operations
Child 838 returned a Fatal error...\nApache i
s exiting!
先檢查一下 httpd.conf 與 httpd.conf 檔案所 "Include" 引入的檔案內,User 與 Group 配置設定。
==

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/1102/showart_289519.html
页: [1]
查看完整版本: apache2一些错误-和解决方法