Page 2 of 2

Re: Camera shows no picture. Socket does not exist

Posted: Thu Oct 05, 2017 6:53 pm
by jannnfe
OMG i fixed it, now I have live stream!
I changed this in my /etc/apache2/conf-enabled/zoneminder.conf:
<Directory "/usr/lib/zoneminder/cgi-bin"> to <Directory "/usr/lib/zoneminder/cgi-bin/nph-zms">

Code: Select all

ScriptAlias /zm/cgi-bin "/usr/lib/zoneminder/cgi-bin"
<Directory "/usr/lib/zoneminder/cgi-bin/nph-zms">
    Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
    AllowOverride All
    Require all granted
</Directory>
Thanks anyone for helping me! :D

Re: Camera shows no picture. Socket does not exist

Posted: Mon Oct 09, 2017 8:10 am
by SteveGilvarry
Lol not to look a gift horse in the mouth, but nph-zms is not a directory but an executable file. Good it is working but something is royally borked.