20 Dec
2012
20 Dec
'12
4:50 p.m.
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