Hi.
I have been following the set up page
to install zabbix. I have got to the part where I run the web interface, but it does not work. I get the Access forbidden! message when accessing http://<myserver>/zabbix
I am using Suse and Apache2.2
So far I have tried;
- Copying to zabbix to the root (htdocs) and accessing it from there
- I've tried accessing /zabbix/index.php directly from my browser, it just wanted me to download it.
- Adding the following to my httpd.conf
<Directory /srv/www/htdocs/>
AllowOverride FileInfo AuthConfig Limit Indexes
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS PROPFIND>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS PROPFIND>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
I have been following the set up page
to install zabbix. I have got to the part where I run the web interface, but it does not work. I get the Access forbidden! message when accessing http://<myserver>/zabbix
I am using Suse and Apache2.2
So far I have tried;
- Copying to zabbix to the root (htdocs) and accessing it from there
- I've tried accessing /zabbix/index.php directly from my browser, it just wanted me to download it.
- Adding the following to my httpd.conf
<Directory /srv/www/htdocs/>
AllowOverride FileInfo AuthConfig Limit Indexes
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS PROPFIND>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS PROPFIND>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
Comment