[Jrisk-cvs] SF.net SVN: domination-code:[2627] MapStore/README
Brought to you by:
yuranet
|
From: <yu...@us...> - 2025-01-28 10:47:10
|
Revision: 2627
http://sourceforge.net/p/domination/code/2627
Author: yuranet
Date: 2025-01-28 10:47:08 +0000 (Tue, 28 Jan 2025)
Log Message:
-----------
readme update
Modified Paths:
--------------
MapStore/README
Modified: MapStore/README
===================================================================
--- MapStore/README 2025-01-25 13:29:16 UTC (rev 2626)
+++ MapStore/README 2025-01-28 10:47:08 UTC (rev 2627)
@@ -32,3 +32,14 @@
ln -s /usr/local/lib/python2.7/dist-packages/django/contrib/admin/media static/admin
+
+Optional - tell apache2 to restart on errors
+
+$ sudo vim /lib/systemd/system/apache2.service
+change "Restart=on-abort" to "Restart=always" in the [Service] section
+Then run these commends to reload the changes:
+$ sudo systemctl daemon-reload
+$ sudo service apache2 restart
+
+
+
|