Thanks in advance.
ERROR CODE is :
Code: Select all
[Mon Aug 13 14:17:50 2012] [error] [client 10.10.32.75] PHP Warning: include(./include/auth.php): failed to open stream: Permission denied in /usr/share/cacti/index.php on line 25
[Mon Aug 13 14:17:50 2012] [error] [client 10.10.32.75] PHP Warning: include(): Failed opening './include/auth.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /usr/share/cacti/index.php on line 25
[Mon Aug 13 14:17:50 2012] [error] [client 10.10.32.75] PHP Warning: include(./include/top_header.php): failed to open stream: Permission denied in /usr/share/cacti/index.php on line 26
[Mon Aug 13 14:17:50 2012] [error] [client 10.10.32.75] PHP Warning: include(): Failed opening './include/top_header.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /usr/share/cacti/index.php on line 26
[Mon Aug 13 14:17:50 2012] [error] [client 10.10.32.75] PHP Fatal error: Call to undefined function api_plugin_hook() in /usr/share/cacti/index.php on line 28
Code: Select all
-rw-r--r--. 1 apache root 6.1K Jul 9 2010 about.php
-rw-r--r--. 1 apache root 5.1K Jun 5 2010 auth_changepassword.php
-rw-r--r--. 1 apache root 14K Jul 9 2010 auth_login.php
-rw-r--r--. 1 apache root 228K Aug 20 2011 cacati_backup.sql
drw-r--r--. 2 apache root 4.0K Aug 8 01:54 cache
-rw-r--r--. 1 apache root 173K Jul 9 2010 cacti.sql
-rw-r--r--. 1 apache root 22K Jul 9 2010 cdef.php
drw-r--r--. 2 apache root 4.0K Aug 8 16:01 cli
-rw-r--r--. 1 apache root 20K Jul 9 2010 cmd.php
-rw-r--r--. 1 apache root 6.9K Jul 9 2010 color.php
-rw-r--r--. 1 apache root 25K Jul 9 2010 data_input.php
-rw-r--r--. 1 apache root 35K Jul 9 2010 data_queries.php
-rw-r--r--. 1 apache root 510 Jul 27 2010 data_source_deactivate.patch
-rw-r--r--. 1 apache root 58K Jul 9 2010 data_sources.php
Code: Select all
Alias /cacti /usr/share/cacti
<DirectoryMatch /usr/share/cacti >
Options +FollowSymLinks
order allow,deny
Allow from all
<IfModule mod_php4.c>
AddType application/x-httpd-php .php
php_flag magic_quotes_gpc Off
php_flag short_open_tag On
php_flag register_globals Off
php_flag register_argc_argv On
php_flag track_vars On
# this setting is necessary for some locales
php_value mbstring.func_overload 0
php_value include_path .
DirectoryIndex index.php
</IfModule>
</DirectoryMatch>