8 May
2015
8 May
'15
1:12 a.m.
On 8 May 2015 at 10:02, Tom Schmitt <dtsmon at gmail.com> 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