Comment 5 for bug 1159361

Revision history for this message
Bill Adams (gofish) wrote :

After much head-banging, I got the live steam to work.

1) Keep the default zone apache.conf without the ScriptAlias.

2) Stop both zoneminder and apache2
sudo service apache2 stop
sudo service zoneminder stop

2) Remove any stale sockets from /tmp/zm (default location):
sudo rm -vf /tmp/zm/*.*

3) Start zoneminder
sudo service zoneminder start

4) Start apache2
sudo service apache2 start

I think the start order right after install leaves it in a funny state. Or it could be dumb luck on my part and my "fix" was not a real fix at all.