Search found 2 matches

by ykulyev
Tue Sep 15, 2009 8:53 am
Forum: ZoneMinder 1.24.x
Topic: Gentoo: ZM 1.24.2 no image/video streaming out of the box
Replies: 1
Views: 1412

Gentoo: ZM 1.24.2 no image/video streaming out of the box

After installation of ZM from ports there was problem with image/video streaming via http. Events were created and saved in /var/www/zoneminder/htdocs/events but I could not see it from neither Mozilla nor from Opera. It was solved by editing file: /etc/apache2/vhosts.d/default_vhost.include ...
by ykulyev
Tue Sep 15, 2009 8:43 am
Forum: ZoneMinder 1.24.x
Topic: problem with zms-*.sock
Replies: 5
Views: 9824

problem with zms-*.sock

I have installed new zoneminder 1.24.2 from ports on Gentoo. There was no image/video streaming from Apache2 I had to edit file /etc/apache2/vhosts.d/default_vhost.include DocumentRoot "/var/www/zoneminder/htdocs" ScriptAlias /cgi-bin/ "/var/www/zoneminder/cgi-bin/" <Directory> all 'localhost ...