http://www.zoneminder.com/forums/viewtopic.php?t=7108
http://www.zoneminder.com/forums/viewtopic.php?t=7123
I have run the yum update command, but got this error - Cannot find a valid baseurl for repo: ctu-updates-released - So if there was an update that affects the solution, I don't have it (there was a note in one of the threads that said there may be such an update).
This is the line I added to /etc/fstab, and the drive contains the directories /zm/events
Code: Select all
/dev/hdc1 /mnt/data ext3 defaults 0 0:
Code: Select all
Alias /zm/events "/mnt/data/zm/events/"
<Directory "/mnt/data/zm/events">
Options MultiViews FollowSymLinks Indexes
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Or do I do both?you'll have to move the files to the new directory then link to it.
mv /var/www/html/zm/events /data/zm/events
ln -s /var/www/html/zm/events /data/zm/events
Thanks in advance!