zyk198500 发表于 2015-8-1 12:27:24

apache Digest: generating secret for digest authentication ...

  今天在Linux服务器上启动apache,结果发现启动不起来,打开log看,如下:
   Digest: generating secret for digest authentication ...
Digest: done
pid file /home/xxxx/xxxx/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
(13)Permission denied: could not create /home/xxxx/xxxx/logs/httpd.pid
httpd: could not log pid to file /home/xxxx/xxxx/logs/httpd.pid
  大致的意思是,pid文件权限不够,那就给他权限,最后,apache正常启动。原因待查。
页: [1]
查看完整版本: apache Digest: generating secret for digest authentication ...