Apache2 status 出現 www-browser not found 修復

查看 Apache2 的 status 狀態時, 出現 www-browser not found 的錯誤情形, 要怎麼解決呢?

Apache2 status 出現 www-browser not found 修復

Apache2 status 出現的錯誤訊息如下述:

  • $ apache2ctl status

    /usr/sbin/apache2ctl: 87: ulimit: error setting limit (Operation not permitted)
    /usr/sbin/apache2ctl: 99: /usr/sbin/apache2ctl: www-browser: not found
    'www-browser -dump http://localhost:80/server-status' failed.
    Maybe you need to install a package providing www-browser or you
    need to adjust the APACHE_LYNX variable in /etc/apache2/envvars

  • $ sudo apache2ctl status # 或 sudo /usr/sbin/apache2ctl status

    /usr/sbin/apache2ctl: 99: /usr/sbin/apache2ctl: www-browser: not found
    'www-browser -dump http://localhost:80/server-status' failed.
    Maybe you need to install a package providing www-browser or you
    need to adjust the APACHE_LYNX variable in /etc/apache2/envvars

解法

  1. 找到 www-browser, 安裝 www-browser 即可.
  2. sudo apt-get install w3m
  3. apache2ctl status # 或 sudo /usr/sbin/apache2ctl status

相關網頁

作者: Tsung

對新奇的事物都很有興趣, 喜歡簡單的東西, 過簡單的生活.

發表迴響

這個網站採用 Akismet 服務減少垃圾留言。進一步了解 Akismet 如何處理網站訪客的留言資料