hi,<br>i have installed xymon xymon-4.2.2-RC1 with rrdtool 1.2.2.Now i am getting error <br clear="all">The requested URL /hobbit was not found on this server when i give  <a href="http://ipaddr/hobbit" target="_blank">http://ipaddr/hobbit</a><br>

I get error,<br>Tried to down BOARDBUSY: Invalid argument<br>i have cgi-bin settings as /home/xymon/cgi-bin .i.e. all default setting stated by xymon configure file.. <br>please help<br clear="all"><br>Contents of /etc/httpd/conf/httpd.conf<br>
<br>ServerTokens OS<br><br>ServerRoot "/etc/httpd"<br><br>PidFile run/httpd.pid<br><br>Timeout 120<br><br>KeepAlive Off<br><br>MaxKeepAliveRequests 100<br><br>KeepAliveTimeout 15<br><br><br><IfModule prefork.c><br>
StartServers 8<br>MinSpareServers 5<br>MaxSpareServers 20<br>ServerLimit 256<br>MaxClients 256<br>MaxRequestsPerChild 4000<br></IfModule><br><br><IfModule worker.c><br><br>MaxClients 150<br>MinSpareThreads 25<br>
MaxSpareThreads 75<br>ThreadsPerChild 25<br>MaxRequestsPerChild 0<br></IfModule><br><br>Listen 80<br>.<br>.<br>.<br>LoadModule mem_cache_module modules/mod_mem_cache.so<br>LoadModule cgi_module modules/mod_cgi.so<br>
<br>Include conf.d/*.conf<br><br><br>User apache<br>Group apache<br><br><br>ServerAdmin root@localhost<br><br><br>UseCanonicalName Off<br><br>DocumentRoot "/var/www/html"<br><br><Directory /><br>Options FollowSymLinks<br>
AllowOverride None<br></Directory><br><br><br><Directory "/var/www/html"><br><br>Options Indexes FollowSymLinks<br><br>AllowOverride None<br><br>Order allow,deny<br>Allow from all<br><br></Directory><br>
<br><IfModule mod_userdir.c><br>UserDir disable<br><br><br></IfModule><br><br><br>DirectoryIndex index.html index.html.var<br><br>AccessFileName .htaccess<br><br><Files ~ "^.ht"><br>Order allow,deny<br>
Deny from all<br></Files><br><br>TypesConfig /etc/mime.types<br><br>DefaultType text/plain<br><br>
<br><IfModule mod_mime_magic.c><br>MIMEMagicFile conf/magic<br></IfModule><br><br>HostnameLookups Off<br><br><br><br>ErrorLog logs/error_log<br><br>LogLevel warn<br><br>LogFormat "%h %l %u %t "%r" %>s %b "%{Referer}i" "%{User-Agent}i"" combined<br>
LogFormat "%h %l %u %t "%r" %>s %b" common<br>LogFormat "%{Referer}i -> %U" referer<br>LogFormat "%{User-agent}i" agent<br><br><br><br><br>CustomLog logs/access_log combined<br>
<br>ServerSignature On<br><br>Alias /icons/ "/var/www/icons/"<br><br><Directory "/var/www/icons"><br>Options Indexes MultiViews<br>AllowOverride None<br>Order allow,deny<br>Allow from all<br></Directory><br>
<br>Alias /xmon/ "/home/xymon/server/www/"<br><Directory "/home/xymon/server/www"><br>Options Indexes FollowSymLinks Includes MultiViews<br>Order allow,deny<br>Allow from all<br></Directory><br>
<br><IfModule mod_dav_fs.c><br>DAVLockDB /var/lib/dav/lockdb<br></IfModule><br><br>ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"<br><br><Directory "/var/www/cgi-bin"><br>AllowOverride None<br>
Options None<br>Order allow,deny<br>Allow from all<br></Directory><br><br>ScriptAlias /xymon-cgi/ "/home/xymon/cgi-bin/"<br><Directory "/home/xymon/cgi-bin"><br>AllowOverride None<br>Options ExecCGI Includes<br>
Order allow,deny<br>Allow from all<br></Directory><br><br>ScriptAlias /xymon-seccgi/ "/home/xymon/cgi-secure/"<br><Directory "/home/xymon/cgi-secure"><br>AllowOverride None<br>Options ExecCGI Includes<br>
Order allow,deny<br>Allow from all<br><br>AuthUserFile /home/xymon/server/etc/hobbitpasswd<br>AuthGroupFile /home/xymon/server/etc/hobbitgroups<br>AuthType Basic<br>AuthName "Xymon Administration"<br></Directory><br>
<br>Alias /error/ "/var/www/error/"<br><br><IfModule mod_negotiation.c><br><IfModule mod_include.c><br><Directory "/var/www/error"><br>AllowOverride None<br>Options IncludesNoExec<br>
AddOutputFilter Includes html<br>AddHandler type-map var<br>Order allow,deny<br>Allow from all<br>LanguagePriority en es de fr<br>ForceLanguagePriority Prefer Fallback<br></Directory><br><br><br></IfModule><br>
</IfModule><br><br>these are the main contents of /etc/httpd/conf/httpd.conf<br>Also i have restarted httpd <br>Please help..<br><br><br>Pankaj<br><br><br><br><br>