CentOS
// displays Apache’s version and build parameters
$ apachectl -V
// restart the server
$ systemctl restart httpd.
Mac
CentOS
// displays Apache’s version and build parameters
$ apachectl -V
// restart the server
$ systemctl restart httpd.
Mac