Add the ServerName directive in Apache2.Conf so that warning is not generated even if the configuration is correct -
#This is to avoid Apache Error AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.20.0.5. Set the 'ServerName' directive globally to suppress this message
ServerName localhost
Add the ServerName directive in Apache2.Conf so that warning is not generated even if the configuration is correct -