<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
    <title></title>
  </head>

  <body>
    <p style="margin: 0px;"><span>It shows:</span></p>

    <p style="margin: 0px;"><span><br />
    </span></p>

    <p style="margin: 0px;">egrep: /etc/httpd/*.conf: No such file or directory<br />
    /etc/httpd/conf.d/squid.conf:ScriptAlias /Squid/cgi-bin/cachemgr.cgi /usr/lib/squid/cachemgr.cgi<br />
    /etc/httpd/conf.d/xymon-apache.conf:    Options Indexes FollowSymLinks Includes MultiViews<br />
    /etc/httpd/conf.d/xymon-apache.conf:ScriptAlias /opt/xymon/xymon-cgi/ "/opt/xymon/cgi-bin/"<br />
    /etc/httpd/conf.d/xymon-apache.conf:    Options ExecCGI Includes<br />
    /etc/httpd/conf.d/xymon-apache.conf:ScriptAlias /opt/xymon/xymon-seccgi/ "/opt/xymon/cgi-secure/"<br />
    /etc/httpd/conf.d/xymon-apache.conf:    Options ExecCGI Includes<br />
    /etc/httpd/conf/httpd.conf:LoadModule authn_alias_module modules/mod_authn_alias.so<br />
    /etc/httpd/conf/httpd.conf:LoadModule include_module modules/mod_include.so<br />
    /etc/httpd/conf/httpd.conf:LoadModule vhost_alias_module modules/mod_vhost_alias.so<br />
    /etc/httpd/conf/httpd.conf:LoadModule alias_module modules/mod_alias.so<br />
    /etc/httpd/conf/httpd.conf:ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"<br />
    /etc/httpd/conf/httpd.conf:AddOutputFilter INCLUDES .shtml<br />
    /etc/httpd/conf/httpd.conf:<IfModule mod_include.c><br />
    /etc/httpd/conf/httpd.conf:        Options IncludesNoExec<br />
    /etc/httpd/conf/httpd.conf:        AddOutputFilter Includes html<br />
    /etc/httpd/conf/httpd.conf:    Options Indexes FollowSymLinks Includes MultiViews<br />
    /etc/httpd/conf/httpd.conf:ScriptAlias /opt/xymon/xymon-cgi/ "/opt/xymon/cgi-bin/"<br />
    /etc/httpd/conf/httpd.conf:    Options ExecCGI Includes<br />
    /etc/httpd/conf/httpd.conf:ScriptAlias /opt/xymon/xymon-seccgi/ "/opt/xymon/cgi-secure/"<br />
    /etc/httpd/conf/httpd.conf:    Options ExecCGI Includes<br />
    <br />
    </p>

    <p> </p>

    <div style="margin: 5px 0px 5px 0px; font-family: monospace;">
      On October 14, 2011 at 2:58 AM Jeremy Laidman <jlaidman@rebel-it.com.au> wrote:<br />
      <br />
      > On Tue, Oct 11, 2011 at 8:55 PM, Yanni<br />
      > <y.goudetsidis@mail.cryst.bbk.ac.uk> wrote:<br />
      > > Why is it looking in /var/www/html/xymon where there is indeed no such file<br />
      > > (xymon). It should look inside<br />
      > ><br />
      > > /opt/xymon/server/www/. I am not sure but I think the problem is somewhere<br />
      > > in apache.<br />
      ><br />
      > Yes, this looks like an Apache "Alias" problem.  What does this show:<br />
      ><br />
      >  egrep -i '^[^#].*(include|alias)' /etc/httpd/*.conf /etc/httpd/*/*.conf<br />
      ><br />
      > Cheers<br />
      > Jeremy
    </div>
  </body>
</html>