I've got a question: When I try to start the webadmin-page of ZoneMinder, I can not start it by doing http://192.68.0.21/zm or http://192.168.0.21/zm/ on my second machine.
I installed the server-version of ZoneMinder CTU and did this steps like Cordel described:
so ZoneMinder should working now.chkconfig --levels 345 httpd on
chkconfig --levels 345 mysqld on
service mysqld start
service httpd start
vi /etc/zm.conf
/usr/lib/zm/bin/zminit
service zm start
When I try to reach the webadmin-pages from my second machine by doing
I get this message:http://192.168.0.21/zm or /zm/
ping is OK!!Not Found
The requested URL /zm/index.php was not found on this server.
This should work or not?root@rosinante:/home# ping 192.168.0.21
PING 192.168.0.21 (192.168.0.21) 56(84) bytes of data.
64 bytes from 192.168.0.21: icmp_seq=1 ttl=64 time=0.043 ms
64 bytes from 192.168.0.21: icmp_seq=2 ttl=64 time=0.042 ms