From: nodiscc Date: Sun, 16 Aug 2020 17:16:19 +0000 (+0200) Subject: doc: server configuration: fix apache restart command X-Git-Tag: v0.12.0-beta-1~16^2~5 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=083b28021a34120778c203c85be6461a426cfa44 doc: server configuration: fix apache restart command --- diff --git a/doc/md/Server-configuration.md b/doc/md/Server-configuration.md index 8eeb10bd..3eeaad70 100644 --- a/doc/md/Server-configuration.md +++ b/doc/md/Server-configuration.md @@ -216,7 +216,7 @@ sudo a2enmod headers # sudo a2enmod version # restart the apache service -systemctl restart apache +sudo systemctl restart apache2 ``` See [How to install the Apache web server](https://www.digitalocean.com/community/tutorials/how-to-install-the-apache-web-server-on-debian-10) for a complete guide.