Hi there
I'm new to Zabbix and still getting to grips with Linux...I've just done a clean build of Ubuntu 6.10 server and am installing Zabbix. I've got to the test point and when I try to access the web site, it says:
You have chosen to open <blank>
which is a: application/x-httpd-php
from http://zabbix
What should Firefox do with this file?
Same thing happens in IE7, it's trying to download the php file to me...
I've spent a few hours Goggling around, and my best guess is Apache2 isn't loading the php module(s) ?
I've changed apache2.conf and added
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
AddHandler application/x-httpd-php5 .php
but where do I tell it to load the php module? Or am I barking up the wrong tree?
Help! :-)
I'm new to Zabbix and still getting to grips with Linux...I've just done a clean build of Ubuntu 6.10 server and am installing Zabbix. I've got to the test point and when I try to access the web site, it says:
You have chosen to open <blank>
which is a: application/x-httpd-php
from http://zabbix
What should Firefox do with this file?
Same thing happens in IE7, it's trying to download the php file to me...
I've spent a few hours Goggling around, and my best guess is Apache2 isn't loading the php module(s) ?
I've changed apache2.conf and added
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
AddHandler application/x-httpd-php5 .php
but where do I tell it to load the php module? Or am I barking up the wrong tree?
Help! :-)
Comment