Configuration section of admin page fails

#1
Configuration section fails within WebAdmin console with following message :

/usr/local/lsws/conf/httpd_config.xml is not a valid file.

Error logs show :

2008-02-20 16:54:20.519 [NOTICE] [<IPAddress>:50182-4#_AdminVHost:lsapi] [STDERR] PHP Warning: is_file() [<a href='function.is-file'>function.is-file</a>]: Stat failed for /usr/local/lsws/conf/httpd_config.xml (errno=13 - Permission denied) in /usr/local/lsws/admin/html.3.3.4/classes/XmlTreeBuilder.php on line 13
2008-02-20 16:54:20.519 [NOTICE] [<IPAddress>:50182-4#_AdminVHost:lsapi] [STDERR] /usr/local/lsws/conf/httpd_config.xml is not a valid file.

Permissions for these files are given below (system is FreeBSD 6.3) :

-rw------- 1 www wheel 7684 Feb 20 15:56 httpd_config.xml
-rw-r--r-- 1 www wheel 3393 Feb 14 16:17 XmlTreeBuilder.php

What is wierd about this is that the vhosts defined in this file work!

Any ideas?
 
Top