On 8 May 2015 at 10:02, Tom Schmitt <user-6bdb181ad4fe@xymon.invalid> wrote:
File does not exist: /var/www/html/xymon
The web server is looking for web pages in /var/www/html/xymon/. But the
config file shows:
<Directory "/home/xymon/server/www">
Options Indexes FollowSymLinks Includes MultiViews
Order allow,deny
Allow from all
</Directory>
The log suggests that you're URL is not hitting the "Alias", which is:
Alias /xymon/ "/home/xymon/server/www/"
Hmm. Have you tried appending a trailing slash in your browser?
Cheers
Jeremy