July 2019
Beginner to intermediate
302 pages
9h 38m
English
Restart the Apache server service using the following command:
$ sudo systemctl restart apache2.service
Open http://127.0.0.1/ in the browser to see the application's home page. Any errors that come up can be seen at /var/log/apache2/error_log (this path may differ, depending on the OS that you are using).