I have this sort of errors in log, i can add cameras, but none of them are showing preview, and don't work
Asked
Active
Viewed 2,151 times
0
-
I am not able to read anything there - please consider copying the text and posting it either in your question or send it to a pastebin and [edit] your question to provide the link. – guntbert Aug 15 '15 at 19:44
1 Answers
0
Keep the default zone apache.conf without the ScriptAlias.
Stop both zoneminder and apache2.
sudo service apache2 stop sudo service zoneminder stopRemove any stale sockets from
/tmp/zm(default location).sudo rm -vf /tmp/zm/*.*Enable cgi in apache.
sudo a2enmod cgiStart zoneminder.
sudo service zoneminder startStart apache2.
sudo service apache2 start