Let me preface this first by saying I am not the greatest with Linux. However I do believe I have done my homework.
Problem is I am trying to get the web page to come up for the first time and the /zabbix gives me a blank screen. I have since updated my php.ini to have it show me the error message.
Warning: require_once(include/config.inc.php) [function.require-once]: failed to open stream: Permission denied in /var/
lock-picking
Fatal error: require_once() [function.require]: Failed opening required 'include/config.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/zabbix/index.php on line 22
I have checked my logs at /var/logs/httpd/error_log and it reports almost the same thing:
[Thu Nov 04 13:25:21 2010] [error] [client 10.200.26.198] PHP Warning: require_once(include/config.inc.php): failed to open stream: Permission denied in /var/www/html/zabbix/index.php on line 22
[Thu Nov 04 13:25:21 2010] [error] [client 10.200.26.198] PHP Fatal error: require_once(): Failed opening required 'include/config.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/zabbix/index.php on line 22
I have read that it seems to be a permissions issue but I can seem to nail it down. I have adjusted the permissions on the files and folders of the zabbix folder to read/write and no change in the results.
I know that PHP is working correctly as I can bring up the info page and I have phpmyadmin installed that can access mysql without any problems.
I am at a complete loss. Any direction would be greatly appreciated.
thanks.
Problem is I am trying to get the web page to come up for the first time and the /zabbix gives me a blank screen. I have since updated my php.ini to have it show me the error message.
Warning: require_once(include/config.inc.php) [function.require-once]: failed to open stream: Permission denied in /var/
lock-picking
Fatal error: require_once() [function.require]: Failed opening required 'include/config.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/zabbix/index.php on line 22
I have checked my logs at /var/logs/httpd/error_log and it reports almost the same thing:
[Thu Nov 04 13:25:21 2010] [error] [client 10.200.26.198] PHP Warning: require_once(include/config.inc.php): failed to open stream: Permission denied in /var/www/html/zabbix/index.php on line 22
[Thu Nov 04 13:25:21 2010] [error] [client 10.200.26.198] PHP Fatal error: require_once(): Failed opening required 'include/config.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/zabbix/index.php on line 22
I have read that it seems to be a permissions issue but I can seem to nail it down. I have adjusted the permissions on the files and folders of the zabbix folder to read/write and no change in the results.
I know that PHP is working correctly as I can bring up the info page and I have phpmyadmin installed that can access mysql without any problems.
I am at a complete loss. Any direction would be greatly appreciated.
thanks.