Re: Camera shows no picture. Socket does not exist
Posted: Thu Oct 05, 2017 6:53 pm
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">
Thanks anyone for helping me! 
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>
