Xymon Mailing List Archive search

Xymon web interface missing?

list Elliott Barrere
Thu, 20 Dec 2012 16:50:04 +0000
Message-Id: <user-ca0a795d352d@xymon.invalid>

Elliott,

Did you remember to symlink xymon-apache.conf into your
/etc/httpd/conf.d (or /etc/apache2/conf.d) directory?
Thanks for the feedback.  I did copy the file over and restart apache.  No reason it _needs_ to be a symlink, right?
ln -s /path/to/your/xymon-apache.conf /etc/httpd/conf.d

or

ln -s /path/to/your/xymon-apache.conf /etc/apache2/conf.d

And then reload your webserver's configuration?

service httpd reload

or

service apache2 reload