]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - doc/md/Server-configuration.md
doc: server configuration: fix apache restart command
[github/shaarli/Shaarli.git] / doc / md / Server-configuration.md
index 8eeb10bd34e98064fa266f9437b62187d9120bde..3eeaad70a147099e3cbe321c691d0078f2224fb8 100644 (file)
@@ -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.