on centos 7; upgraded to version 1.34.16 from 1.30.4 lost web interface
Accessing web interface gives: requested URL /zm/ was not found on this server.
Can someone please help to debug?
no custom edits to zm.conf
zmupdate.pl successful
zm databases seems ok for user 'zmusr'
+---------------------------------------------------------------------------------------------------------------+
| Grants for zmuser@localhost |
+---------------------------------------------------------------------------------------------------------------+
| GRANT USAGE ON *.* TO 'zmuser'@'localhost' IDENTIFIED BY PASSWORD '*C1D2D6FC5C596AFB19FFC4331DF6DAA287749A3E' |
| GRANT ALL PRIVILEGES ON `zm`.* TO 'zmuser'@'localhost' |
+---------------------------------------------------------------------------------------------------------------+
updated to 1.34.16 from 1.30.4 lost web interface
Re: updated to 1.34.16 from 1.30.4 lost web interface
From https://wiki.zoneminder.com/Devuan_Beow ... om_ZM_Repoif localhost/zm says 'page not found' check /etc/apache/conf-available/ which points to /usr/share/zoneminder/www and which may not have the correct permissions (needs apache / www-data user) with 0755 / chown root:www-data
also check that you enabled the conf in apache: a2enconf zoneminder
It is probably something to do with the conf in apache: /etc/apache2/conf-available/zoneminder.conf (debian path).
Also check apache logs.
fastest way to test streams:
ffmpeg -i rtsp://<user>:<pass>@<ipaddress>:554/path ./output.mp4 (if terminal only)
ffplay rtsp://<user>:<pass>@<ipaddress>:554/path (gui)
find paths on ispydb or in zm hcl
If you are new to security software, read:
https://wiki.zoneminder.com/Dummies_Guide
ffmpeg -i rtsp://<user>:<pass>@<ipaddress>:554/path ./output.mp4 (if terminal only)
ffplay rtsp://<user>:<pass>@<ipaddress>:554/path (gui)
find paths on ispydb or in zm hcl
If you are new to security software, read:
https://wiki.zoneminder.com/Dummies_Guide