doc: server configuration: fix apache restart command
This commit is contained in:
parent
19489e92d7
commit
083b28021a
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ sudo a2enmod headers
|
||||||
# sudo a2enmod version
|
# sudo a2enmod version
|
||||||
|
|
||||||
# restart the apache service
|
# 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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue