Hi, I figured out a solution [1].
Zoneminder refers to mootools files under /javascript, which translates to /usr/share/zoneminder/javascript, when Debian actually installs these into /usr/share/javascript. Putting an alias into apache2 config (/etc/apache2/apache2.conf) for /javascript -> /usr/share/javascript will fix the problem. Alias /javascript /usr/share/javascript <Directory /usr/share/javascript> Order allow,deny Allow from all </Directory> 1. http://www.zoneminder.com/forums/viewtopic.php?p=76241&sid=a6bc0302bfe84f994d1213a2ddb7b1ce#p76241 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org