ApacheエラーAH00558の対応
- エラーメッセージ
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
- 対応
Read more about ApacheエラーAH00558の対応
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
Read more about ApacheエラーAH00558の対応
Apacheの接続負荷が高い時などに、リアルタイムに接続状況を確認できます。
環境
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.4 LTS Release: 14.04 Codename: trusty
インストール状況確認
$ sudo a2enmod status
設定ファイル編集 Read more about mod_statusを使用してApacheの接続状況をリアルタイムに確認する。
設定ファイル編集
$ sudo vim /etc/apache2/apache2.conf <Directory /var/www/> #Options Indexes FollowSymLinks Options -Indexes +FollowSymLinks
Apache再起動
$ sudo service apache2 restart