forked from expo/troggle
apache restart
This commit is contained in:
10
README.txt
10
README.txt
@@ -293,8 +293,14 @@ Alias /static/ /home/expo/static/
|
|||||||
Unlike the "runserver" method, apache requires a restart before it will use
|
Unlike the "runserver" method, apache requires a restart before it will use
|
||||||
any changed files:
|
any changed files:
|
||||||
|
|
||||||
apache2ctl stop
|
sudo service apache2 restart
|
||||||
apache2ctl start
|
|
||||||
|
Olly's comments 20 July 2020:
|
||||||
|
olly: looking at /lib/systemd/system/apache2.service suggests so
|
||||||
|
|
||||||
|
olly: ExecStart=/usr/sbin/apachectl start
|
||||||
|
olly: ExecStop=/usr/sbin/apachectl stop
|
||||||
|
olly: ExecReload=/usr/sbin/apachectl graceful
|
||||||
|
|
||||||
Experimental additions
|
Experimental additions
|
||||||
----------------------
|
----------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user