diff --git a/distros/redhat/readme/README.Fedora b/distros/redhat/readme/README.Fedora index 6e169a039..626d74df1 100644 --- a/distros/redhat/readme/README.Fedora +++ b/distros/redhat/readme/README.Fedora @@ -151,7 +151,8 @@ Upgrades sudo zmupdate.pl --user=root --pass= --version= -5. Now start zoneminder: +5. Now restart the web server then start zoneminder: + sudo systemctl restart httpd sudo systemctl start zoneminder diff --git a/distros/redhat/readme/README.Redhat6 b/distros/redhat/readme/README.Redhat6 index 2026b94cb..a913f7d76 100644 --- a/distros/redhat/readme/README.Redhat6 +++ b/distros/redhat/readme/README.Redhat6 @@ -150,7 +150,8 @@ Upgrades sudo zmupdate.pl --user=root --pass= --version= -5. Now start zoneminder: +5. Now restart the web server then start zoneminder: + sudo service httpd restart sudo service zoneminder start diff --git a/distros/redhat/readme/README.Redhat7 b/distros/redhat/readme/README.Redhat7 index 540b1cb8a..fd3b87cc4 100644 --- a/distros/redhat/readme/README.Redhat7 +++ b/distros/redhat/readme/README.Redhat7 @@ -142,7 +142,9 @@ Upgrades sudo zmupdate.pl --user=root --pass= --version= -5. Now start zoneminder: +5. Now restart the web server then start zoneminder: + sudo systemctl restart httpd sudo systemctl start zoneminder + diff --git a/distros/redhat/readme/README.https b/distros/redhat/readme/README.https index f808432f0..7e4132a4a 100644 --- a/distros/redhat/readme/README.https +++ b/distros/redhat/readme/README.https @@ -23,3 +23,7 @@ here are a couple of considerations you may want to take. directives found in /etc/httpd/conf.d/zoneminder.conf. You should also comment out the HTTP -> HTTPS Rewrite rule. +3. Install a fully signed certificate from letsencrypt. See the Letsencrypt + site for more information. https://letsencrypt.org/ + This service is totally free! +