[SOLVED] No image in zone setup window
Posted: Sat Feb 26, 2011 7:06 pm
I'm running Zoneminder on Fedora 14 64-bit, installed via yum. I can view cameras fine, but when I go to the zone setup window there is no image. I've narrowed down the problem to that the image is created properly as /data/zm/images/Zones5.jpg, but the source of the zone window expects the /data/zm/images/Zones5.jpg?1298745312. Here's the line from the page's source (line 282, brackets removed so it'll show up):
The number after the ? changes each time. How can this be fixed? Thanks.
EDIT: Looks like the above isn't my problem, it's Apache blocking the images from being sent from the directory they are in. Does anyone know what I should add to the config file to allow content from a certain directory?
Code: Select all
img name="zoneImage" id="zoneImage" src="/data/zm/images/Zones5.jpg?1298748223" width="320" height="240" alt="Zone Image"/
EDIT: Looks like the above isn't my problem, it's Apache blocking the images from being sent from the directory they are in. Does anyone know what I should add to the config file to allow content from a certain directory?