error in apache logs when trying to access zm webgui
Posted: Tue Nov 08, 2011 3:31 pm
Hello i followed the instructions on the centos zoneminder wiki setup
After trying to access the zoneminder UI via the URL i get these errors in apache error_log
i'm trying to undestand why "/var/www/html/zm/<" and not "/var/www/html/zm/"
i have modified functions.php by replacing all short tags (<?) with full tags (<?php) and also enabled short tags in httpd.conf since the original functions.php file was having problems.
After trying to access the zoneminder UI via the URL i get these errors in apache error_log
Code: Select all
Tue Nov 08 17:07:34 2011] [error] [client 192.168.1.2] File does not exist: /var/www/html/zm/<, referer: myurl/zm/
[Tue Nov 08 17:07:34 2011] [error] [client 192.168.1.2] File does not exist: /var/www/html/zm/<, referer: myurl/zm/
[Tue Nov 08 17:07:34 2011] [error] [client 192.168.1.2] File does not exist: /var/www/html/zm/<, referer: myurl/zm/
[Tue Nov 08 17:07:35 2011] [error] [client 192.168.1.2] File does not exist: /var/www/html/zm/<, referer: myurl/zm/
[Tue Nov 08 17:07:37 2011] [error] [client 192.168.1.2] File does not exist: /var/www/html/zm/<, referer: myurl/zm/
[Tue Nov 08 17:07:37 2011] [error] [client 192.168.1.2] File does not exist: /var/www/html/zm/<, referer: myurl/zm/
i have modified functions.php by replacing all short tags (<?) with full tags (<?php) and also enabled short tags in httpd.conf since the original functions.php file was having problems.