httpd -Sでエラーの確認をすると、

AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using tanakaakionoiMac.local. Set the 'ServerName' directive globally to suppress this message
VirtualHost configuration:
ServerRoot: "/usr"
Main DocumentRoot: "/Library/WebServer/Documents"
Main ErrorLog: "/private/var/log/apache2/error_log"
Mutex default: dir="/private/var/run/" mechanism=default 
Mutex mpm-accept: using_defaults
PidFile: "/private/var/run/httpd.pid"
Define: DUMP_VHOSTS
Define: DUMP_RUN_CFG
User: name="_www" id=70 not_used
Group: name="_www" id=70 not_used

となり、apacheのhttps.confでServerNameを確認したら

ServerName localhost:80と設定しています。先頭に#はついてません。

localhost:80と設定しているのにどうして、上記のようなエラーが出るのでしょうか。

また、エラーを直さなければ再起動などの処理は出来ないのでしょうか。

お手数おかけしますがご回答頂けると幸いです。

宜しくお願いします。

Server version: Apache/2.4.33 (Unix)
Server built: Apr 3 2018 18:00:56