• Linux启动apache失败怎么办


    1. (20014)Internal error (specific information not available): AH00058: Error retrieving pid file logs/httpd.pid
    2. [root@localhost conf]# /usr/local/apache2/bin/apachectl -k restart
      1. (20014)Internal error: AH00058: Error retrieving pid file logs/httpd.pid
      2.    
      3. AH00059: Remove it before continuing if it is corrupted.
      4.    
      5.    
      6. 由于不正当关闭服务造成的问题,删除 httpd.pid
      7.    
      8.    
      9. [root@localhost logs]# /usr/local/apache2/bin/apachectl -k restart
      10. (20014)Internal error: AH00058: Error retrieving pid file logs/httpd.pid
      11. AH00059: Remove it before continuing if it is corrupted.
      12. [root@localhost logs]# ls
      13. access_log error_log httpd.pid
      14. [root@localhost logs]# rm -f httpd.pid
      15. [root@localhost logs]# /usr/local/apache2/bin/apachectl -k restart
      16. httpd not running, trying to start
      17. [root@localhost logs]# netstat -ant
      18. Active Internet connections (servers and established)
      19. Proto Recv-Q Send-Q Local Address Foreign Address State
      20. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
      21. tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN
      22. tcp 0 48 192.168.5.41:22 192.168.5.61:50394 ESTABLISHED
      23. tcp 0 0 :::80 :::* LISTEN
      24. tcp 0 0 :::22 :::* LISTEN
      25. [root@localhost logs]#
  • 相关阅读:
    页面制作 Chapter 3--HTML
    页面制作 Chapter 2--开发、调试工具
    页面制作 Chapter 1--PhotoShop切图笔记
    打开AzureRay园子的大门,欢迎大家串门哟~
    自定义Console.log
    简单事件模型,JS防止单个函数异步重复调用
    C# 调用Restful 请求
    各类开源License说明
    面试JS
    gitignore
  • 原文地址:https://www.cnblogs.com/lovebing/p/6557783.html
Copyright © 2020-2023  润新知