Xymon Digest, Vol 8, Issue 20
On Tue, Oct 11, 2011 at 8:55 PM, Yanni <user-04b379562e0f@xymon.invalid> wrote:
Why is it looking in /var/www/html/xymon where there is indeed no such file (xymon). It should look inside /opt/xymon/server/www/. I am not sure but I think the problem is somewhere in apache.
Yes, this looks like an Apache "Alias" problem. What does this show: egrep -i '^[^#].*(include|alias)' /etc/httpd/*.conf /etc/httpd/*/*.conf Cheers Jeremy