Broken pipe

Forum for questions and support relating to the 1.25.x releases only.
Locked
sipi
Posts: 132
Joined: Wed Feb 14, 2007 5:18 pm

Broken pipe

Post by sipi »

Hi, I recently updated my zm and I have an other problem latest zm 1.25. It is an small zm config with three cams. When I would like to see Monitor image or Montage view I get an error message in log, for example:

zms 4436 ERR Unable to send stream frame: Broken pipe zm_monitor.cpp 3379

but zm can show image or images. This is an permanent error message.

I find here http://www.zoneminder.com/forums/viewto ... 8754#48754

that I need to modify apache zm.conf and insert Options Indexes FollowSymLinks but it has include.

Here is my apache zm.conf

<VirtualHost *:8080>
DocumentRoot /srv/www/htdocs

<Directory /srv/www/htdocs/zm>
php_admin_flag short_open_tag On
Options Indexes FollowSymLinks
</Directory>
</VirtualHost>

Can someone help, what can fix it?

Thanks
sipi
Posts: 132
Joined: Wed Feb 14, 2007 5:18 pm

Re: Broken pipe

Post by sipi »

Has nobody idea?
Locked