<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 6 December 2013 11:49, Doug Strick <span dir="ltr"><<a href="mailto:douglas.strick@gmail.com" target="_blank">douglas.strick@gmail.com</a>></span> wrote:<br>

<div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">AH01630: client denied by server configuration: /usr/local/xymon/server/www/</div>

</blockquote><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><Directory /><div>    AllowOverride none</div><div>

    Require all denied</div><div></Directory></div></div></div></blockquote><div><br><div></div>> <Directory "/usr/local/xymon/server/www">
<div>>     Options Indexes FollowSymLinks Includes MultiViews</div><div>>     Order allow,deny</div><div>>     Allow from all</div><div>> </Directory></div><br></div></div>I notice that the distro-provided config uses "require all ..." whereas the Xymon config uses "... from all".  From the Apache v2.2 to v2.4 upgrade doco at<br>

<br>  <a href="http://httpd.apache.org/docs/current/upgrading.html#run-time">http://httpd.apache.org/docs/current/upgrading.html#run-time</a><br><br>"In 2.4, such access control is done in the same way as other
      authorization checks, using the new module
      <code class=""><a href="http://httpd.apache.org/docs/current/mod/mod_authz_host.html">mod_authz_host</a></code>.  The old access control idioms
      should be replaced by the new authentication mechanisms,
      although for compatibility with old configurations, the new
      module <code class=""><a href="http://httpd.apache.org/docs/current/mod/mod_access_compat.html">mod_access_compat</a></code> is provided."<br><br></div><div class="gmail_extra">I suspect the "allow from all" is no longer valid, and you need to change this from "allow from all" "require all granted".  Could be that there's a warning in the Apache logs at the time you restarted it.<br>

<br></div><div class="gmail_extra">Alternatively, enable the compatibility module as indicated.<br><br></div><div class="gmail_extra">It looks like the Xymon installer needs to be updated to detect the use of the new authorization module and install in a version of config files that are compatible with Apache v2.4.<br>

</div><div class="gmail_extra"><br>Cheers<br>Jeremy<br><br></div></div>