From ea1fd087802ba3da863e08997914dbf3deb325a2 Mon Sep 17 00:00:00 2001 From: unbroken75 Date: Sun, 22 Sep 2024 16:15:27 +0200 Subject: [PATCH] Update debian.rst --- docs/installationguide/debian.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installationguide/debian.rst b/docs/installationguide/debian.rst index 082ee2b2b..64da98ca1 100644 --- a/docs/installationguide/debian.rst +++ b/docs/installationguide/debian.rst @@ -200,9 +200,11 @@ To make sure zoneminder can read the configuration file, run the following comma :: sudo a2enconf zoneminder + sudo a2enmod cgi sudo systemctl reload apache2.service sudo systemctl restart zoneminder.service sudo systemctl status zoneminder.service + sudo systemctl enable zoneminder.service # start zoneminder automatically at boot If the zoneminder.service show to be active and without any errors, you should be able to access zoneminder at ``http://yourhostname/zm``