Question #465
Submitted by Answiki
on 05/10/2021 at 06:33:52 PM UTC
On Linux, how to restart an Apache server?
Merged questions
Answer
Submitted by Answiki
on 05/10/2021 at 06:40:24 PM UTC
On Linux, there are several ways to restart an Apache server. If your system is based ont the systemctl service manager, use:
sudo systemctl restart apache2
Otherwise :
sudo service apache2 restart
or
sudo service apache2 reload
Answer by Answiki on 05/10/2021 at 06:40:24 PM
On Linux, there are several ways to restart an Apache server. If your system is based ont the systemctl service manager, use:
sudo systemctl restart apache2
Otherwise :
sudo service apache2 restart
or
sudo service apache2 reload
Answer by Answiki on 05/10/2021 at 06:39:27 PM
On Linux, there are several ways to restart an Apache server :
Recommended option if you use the system and service manager systemctl :
sudo systemctl restart apache2
otherwise :
sudo service apache2 reload
or
sudo service apache2 restart
Question by Answiki 05/10/2021 at 06:33:52 PM
On Linux, how to restart an Apache server?
| # | ID | Query | URL | Count |
|---|---|---|---|---|
| 0 | 13509 | alphons | https://en.ans.wiki/465/on-linux-how-to-restart-an-apache-server | 1 |
| 1 | 12907 | en | https://en.ans.wiki/465/on-linux-how-to-restart-an-apache-server | 7 |
Icons proudly provided by Friconix.