Xymon Mailing List Archive search

(TS) Trying to setup xymon on a VoIP asterisk server

list Jeremy Laidman
Fri, 8 May 2015 11:12:17 +1000
Message-Id: <CAAnki7AD-X=user-36f0341eb1f6@xymon.invalid>

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