OS: Cent OS 6.3
Apache: 2.2.15
PHP: 5.3.3
MySQL: 5.1.67
Hey all, just got Zabbix 2.0 set up using the instructions at https://www.zabbix.com/documentation...lation/install
I'm at the point where the program has been compiled and installed, and the service is running AOK. At this point I need to install the Zabbix web interface. However, when copying the files over and accessing the URL, I get the following error when loading http://<server_ip>/zabbix:
The default Apache setup site loads when I access http://<server_ip>, so I know it's running. I've already chowned the entire /var/www/html/zabbix/ directory to be root:root, and the permissions are set at 664. I've also modified the Apache conf file to recognize index.php as a potential home page. However, the error persists.
Is there another configuration that I'm missing somewhere?
Apache: 2.2.15
PHP: 5.3.3
MySQL: 5.1.67
Hey all, just got Zabbix 2.0 set up using the instructions at https://www.zabbix.com/documentation...lation/install
I'm at the point where the program has been compiled and installed, and the service is running AOK. At this point I need to install the Zabbix web interface. However, when copying the files over and accessing the URL, I get the following error when loading http://<server_ip>/zabbix:
Code:
Forbidden You don't have permission to access /zabbix/ on this server. Apache/2.2.15 (CentOS) Server at <server_ip> Port 80
Is there another configuration that I'm missing somewhere?
Comment