0

Error "AH00558: apache2:

I am getting error AH00558: apache2: Could not reliably determine the server's fully qualified domain name while installing Modsecurity on Ubuntu

Apache Add a comment
nathencooke
asked Mar 16 2021

Answer

0

To fix above error follow below steps\

Open the file

vim /etc/apache2/apache2.conf

In that file add the below line

ServerName localhost

Once completed restart the apache service by using below command

systemctl restart apache2

Add a comment
linuxhelp
asked Mar 16 2021
Post your Answer