Hi,
I am kicking myself for not knowng this but I'll ask anyway.
Just completed an install of xymon on rhel3, no problems. I choose to use the el3 xymon rpm.
After it installed I tried to access the web page via http://localhost/xymon but I can only see the directories not the web page.
what am I not doing.
Successfull install ---> rpm -ivh xymon-4.2.3-1.rhel3.i386.rpm xymon-client-4.2.3-1.rhel3.i386.rpm warning: xymon-4.2.3-1.rhel3.i386.rpm: V3 DSA signature: NOKEY, key ID 60d204a7 Preparing... ########################################### [100%] Adding user xymon to group adm 1:xymon-client ########################################### [ 50%] 2:xymon ########################################### [100%]
web page for localhost/xymon --->
Index of /xymon
Icon Name Last modified Size Description[DIR] Parent Directory - [DIR] gifs/ 05-Dec-2009 16:28 - [DIR] help/ 05-Dec-2009 16:28 - [DIR] menu/ 05-Dec-2009 16:28 - [DIR] notes/ 26-Feb-2009 03:43 - [DIR] rep/ 26-Feb-2009 03:43 - [DIR] snap/ 26-Feb-2009 03:43 -
cat /etc/httpd/conf.d/hobbit-apache.conf --->
Alias /xymon "/var/lib/xymon/www/" <Directory "/var/lib/xymon/www"> Options Indexes FollowSymLinks Includes MultiViews Order allow,deny Allow from all </Directory>
ScriptAlias /xymon-cgi/ "/usr/lib/xymon/cgi-bin/" <Directory "/usr/lib/xymon/cgi-bin"> AllowOverride None Options ExecCGI Includes Order allow,deny Allow from all </Directory>
ScriptAlias /xymon-seccgi/ "/usr/lib/xymon/cgi-secure/" <Directory "/usr/lib/xymon/cgi-secure"> AllowOverride None Options ExecCGI Includes Order allow,deny Allow from all
AuthUserFile /etc/xymon/hobbitpasswd
AuthGroupFile /etc/xymon/hobbitgroups
AuthType Basic
AuthName "Xymon Administration"
# "valid-user" restricts access to anyone who is logged in.
Require valid-user
# "group admins" restricts access to users who have logged in, AND
# are members of the "admins" group in hobbitgroups.
# Require group admins
</Directory>
I am sure this crops up alot but I can't see the fix.
Thanks