Hi,
When I try to save or modify an action the browser receives a reset from apache and in the httpd-error log the follow line is displayed:
[Wed Nov 21 11:15:41 2012] [error] [client x.x.x.x] client denied by server configuration: /usr/local/www/apache22/data, referer: http://x.x.x.x/zabbix/screens.php?si...period=2592000
[Wed Nov 21 11:15:41 2012] [error] [client x.x.x.x] client denied by server configuration: /usr/local/www/apache22/data
[Wed Nov 21 11:15:41 2012] [error] [client x.x.x.x] client denied by server configuration: /usr/local/www/apache22/data
How can I solve this?
The apache configuration for the data folder is:
<Directory "/usr/local/www/apache22/data">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<Directory "/usr/local/www/apache22/data/zabbix">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
When I try to save or modify an action the browser receives a reset from apache and in the httpd-error log the follow line is displayed:
[Wed Nov 21 11:15:41 2012] [error] [client x.x.x.x] client denied by server configuration: /usr/local/www/apache22/data, referer: http://x.x.x.x/zabbix/screens.php?si...period=2592000
[Wed Nov 21 11:15:41 2012] [error] [client x.x.x.x] client denied by server configuration: /usr/local/www/apache22/data
[Wed Nov 21 11:15:41 2012] [error] [client x.x.x.x] client denied by server configuration: /usr/local/www/apache22/data
How can I solve this?
The apache configuration for the data folder is:
<Directory "/usr/local/www/apache22/data">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<Directory "/usr/local/www/apache22/data/zabbix">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Comment