Ad Widget

Collapse

client denied by server configuration (when saving an action)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Cueva
    Junior Member
    • Aug 2006
    • 10

    #1

    client denied by server configuration (when saving an action)

    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>
  • Cueva
    Junior Member
    • Aug 2006
    • 10

    #2
    Problem is solved. It wasn't apache or zabbix. It was our firewall that what blocking this traffic with its ips.

    Comment

    Working...