<div dir="ltr">That got me a little further.  Now I just get a directory listing instead of a 403.  The xymon web console still won't load.  Below is what's in the access logs when I hit /xymon/.  Also found mod_access_compat is in the configs and being loaded so not sure why the original config didn't work.  I've also noticed some of the directories of xymon are empty like /usr/local/xymon/server/www/html.  Is that normal?<div>
<br></div><div><font face="courier new, monospace">00-base.conf:LoadModule access_compat_module modules/mod_access_compat.so<br></font><div><font face="courier new, monospace"><br></font></div><div><div><font face="courier new, monospace">10.33.98.24 - - [06/Dec/2013:08:37:06 -0800] "GET /xymon/ HTTP/1.1" 200 2336 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36"</font></div>
<div><font face="courier new, monospace">10.33.98.24 - - [06/Dec/2013:08:37:07 -0800] "GET /icons/back.gif HTTP/1.1" 200 216 "<a href="http://buildsystem.xyz.net/xymon/">http://buildsystem.xyz.net/xymon/</a>" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36"</font></div>
<div><font face="courier new, monospace">10.33.98.24 - - [06/Dec/2013:08:37:07 -0800] "GET /icons/blank.gif HTTP/1.1" 200 148 "<a href="http://buildsystem.xyz.net/xymon/">http://buildsystem.xyz.net/xymon/</a>" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36"</font></div>
<div><font face="courier new, monospace">10.33.98.24 - - [06/Dec/2013:08:37:07 -0800] "GET /icons/folder.gif HTTP/1.1" 200 225 "<a href="http://buildsystem.xyz.net/xymon/">http://buildsystem.xyz.net/xymon/</a>" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36"</font></div>
<div><font face="courier new, monospace">10.33.98.24 - - [06/Dec/2013:08:37:07 -0800] "GET /favicon.ico HTTP/1.1" 404 209 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36"</font></div>
</div></div><div><font face="courier new, monospace"><br></font></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Dec 5, 2013 at 10:41 PM, Jeremy Laidman <span dir="ltr"><<a href="mailto:jlaidman@rebel-it.com.au" target="_blank">jlaidman@rebel-it.com.au</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div class="im">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></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 class="im"><div>    AllowOverride none</div>
<div>

    Require all denied</div><div></Directory></div></div></div></div></blockquote><div><br><div class="im"><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></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" target="_blank">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><a href="http://httpd.apache.org/docs/current/mod/mod_authz_host.html" target="_blank">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><a href="http://httpd.apache.org/docs/current/mod/mod_access_compat.html" target="_blank">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<span class="HOEnZb"><font color="#888888"><br>Jeremy<br><br></font></span></div></div>
</blockquote></div><br></div>