<div dir="ltr">Leon<div><br></div><div>Check your Apache error log for clues.</div><div><br></div><div>Chances are, your Xymon installation is putting the index.html file in a different place to where Apache is looking for it. Your config suggests you should find index.html in /usr/lib/xymon/server/www/.</div><div><br></div><div>Cheers</div><div>Jeremy</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 11 Jun 2019 at 19:32, Leon Swanepoel <<a href="mailto:ljswan@mweb.co.za">ljswan@mweb.co.za</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Good day,<br>
<br>
When I go to the URL <ip address>/xymon/xymon.html, I get the error<br>
below.<br>
<br>
The requested URL /xymon/xymon.html was not found on this server.<br>
<br>
Here is my config file.<br>
<br>
/etc/apache2/sites-available/xymon.conf<br>
<br>
<VirtualHost *:80><br>
    ServerAdmin webmaster@localhost<br>
    DocumentRoot /usr/lib/xymon/server/www/ <br>
    ErrorLog ${APACHE_LOG_DIR}/error.log<br>
    CustomLog ${APACHE_LOG_DIR}/access.log combined<br>
<br>
Alias /xymon/  "/usr/lib/xymon/server/www/"<br>
<Directory "/usr/lib/xymon/server/www/"><br>
    AllowOverride all<br>
    Options Indexes FollowSymLinks Includes MultiViews<br>
    Order allow,deny<br>
    Allow from all<br>
</Directory><br>
<br>
ScriptAlias /xymon-cgi/ "/usr/lib/xymon/cgi-bin/"<br>
<Directory "/usr/lib/xymon/cgi-bin"><br>
    AllowOverride None<br>
    Options ExecCGI Includes<br>
    Order allow,deny<br>
    Allow from all<br>
</Directory><br>
<br>
ScriptAlias /xymon-seccgi/ "/usr/lib/xymon/cgi-secure/"<br>
<Directory "/usr/lib/xymon/cgi-secure"><br>
    AllowOverride None<br>
    Options ExecCGI Includes<br>
    Order allow,deny<br>
    Allow from all<br>
<br>
    # Password file where users with access to these scripts are kept.<br>
    # Create it with "htpasswd -c /usr/lib/xymon/server/etc/xymonpasswd<br>
USERNAME"<br>
    # Add more users / change passwords with<br>
"htpasswd /usr/lib/xymon/server/etc/xymonpasswd USERNAME"<br>
<br>
    AuthUserFile /usr/lib/xymon/server/etc/xymonpasswd<br>
    AuthType Basic<br>
    AuthName "Xymon Administration"<br>
    Require valid-user<br>
</Directory><br>
<br>
Any ideas?<br>
<br>
Thank You,<br>
Leon<br>
<br>
_______________________________________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com" target="_blank">Xymon@xymon.com</a><br>
<a href="http://lists.xymon.com/mailman/listinfo/xymon" rel="noreferrer" target="_blank">http://lists.xymon.com/mailman/listinfo/xymon</a><br>
</blockquote></div>