Hi,
could please somebody help me with webinterface of zabbix. I´m always receiving 403 error regardless what I´m adjusting in the config files.
Using centOS7 and followed this description:
Folderpermissions:
/usr/share/zabbix
/etc/httpd/conf.d/zabbix.conf
content:
Other webserver are running fine on the same machine
Does somebody has any idea why i get this 403 errer?
could please somebody help me with webinterface of zabbix. I´m always receiving 403 error regardless what I´m adjusting in the config files.
Using centOS7 and followed this description:
Folderpermissions:
/usr/share/zabbix
Code:
drwxr-xr-x. 13 apache apache 4096 23. Jan 18:49 zabbix
Code:
-rwxr-xr-x. 1 apache apache 831 10. Feb 17:49 zabbix.conf
Code:
Alias /zabbix /usr/share/zabbix
<Directory "/usr/share/zabbix">
Options FollowSymLinks
AllowOverride None
Require all granted
<IfModule mod_php5.c>
php_value max_execution_time 300
php_value memory_limit 128M
php_value post_max_size 16M
php_value upload_max_filesize 2M
php_value max_input_time 300
php_value always_populate_raw_post_data -1
php_value date.timezone Europe/Berlin
</IfModule>
</Directory>
<Directory "/usr/share/zabbix/conf">
Require all denied
</Directory>
<Directory "/usr/share/zabbix/app">
Require all denied
</Directory>
<Directory "/usr/share/zabbix/include">
Require all denied
</Directory>
<Directory "/usr/share/zabbix/local">
Require all denied
</Directory>
Does somebody has any idea why i get this 403 errer?
Comment