14 Oct
2011
14 Oct
'11
12:58 a.m.
On Tue, Oct 11, 2011 at 8:55 PM, Yanni <y.goudetsidis at mail.cryst.bbk.ac.uk> 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