2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-21 23:01:52 +00:00

apache restart

This commit is contained in:
Philip Sargent 2020-07-21 02:48:41 +01:00
parent 92de606bc6
commit 190514597b

View File

@ -293,8 +293,14 @@ Alias /static/ /home/expo/static/
Unlike the "runserver" method, apache requires a restart before it will use
any changed files:
apache2ctl stop
apache2ctl start
sudo service apache2 restart
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
----------------------