conohaのサーバ centosを借りて apache(httpd)を使えるようにする apache httpd
conohaのサーバ centosを借りて apache(httpd)を使えるようにする
1. httpd インストールする
dnf -y install httpd
2. httpd 有効にする
systemctl enable httpd
systemctl status httpd
systemctl start httpd
3. Firewalld 有効に
Fi
2024-03-24 15:42:26
apacheログにメッセージ AH00558: apache2: Could not reliably determine the server's fully q apache apache
webサイトににアクセスできない。
apacheログに以下のメッセージ
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using xxxxx Set the 'ServerName' directive globally to suppress this mess
2022-12-7 01:46:12