Xymon Mailing List Archive search

Not Found 404 for http://localhost/hobbit .

list Josh Luthman
Mon, 29 Dec 2008 11:14:07 -0500
Message-Id: <user-af4881afa7a4@xymon.invalid>

You don't have the Alias statement(s) in place.

On 12/29/08, pankaj dorlikar <user-93d3572686c4@xymon.invalid> wrote:
hi,
i ma getting
[Mon Dec 29 20:21:29 2008] [error] [client 192.168.2.44] Directory index
forbidden by Options directive: /var/www/html/
this error also...
please help

---------- Forwarded message ----------
From: Josh Luthman <user-4c45a83f15cb@xymon.invalid>
Date: Sat, Dec 27, 2008 at 7:14 PM
Subject: Re: [hobbit] Not Found 404 for http://localhost/hobbit .
To: user-ae9b8668bcde@xymon.invalid


Try 1.2.3.4/xmon/ including the trailing slash

On 12/27/08, pankaj dorlikar <user-93d3572686c4@xymon.invalid> wrote:
hi,
i have installed xymon xymon-4.2.2-RC1 with rrdtool 1.2.2.Now i am getting
error
The requested URL /hobbit was not found on this server when i give
http://ipaddr/hobbit
I get error,
Tried to down BOARDBUSY: Invalid argument
i have cgi-bin settings as /home/xymon/cgi-bin .i.e. all default setting
stated by xymon configure file..
please help

Contents of /etc/httpd/conf/httpd.conf

ServerTokens OS

ServerRoot "/etc/httpd"

PidFile run/httpd.pid

Timeout 120

KeepAlive Off

MaxKeepAliveRequests 100

KeepAliveTimeout 15


<IfModule prefork.c>
StartServers 8
MinSpareServers 5
MaxSpareServers 20
ServerLimit 256
MaxClients 256
MaxRequestsPerChild 4000
</IfModule>

<IfModule worker.c>

MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
</IfModule>

Listen 80
.
.
.
LoadModule mem_cache_module modules/mod_mem_cache.so
LoadModule cgi_module modules/mod_cgi.so

Include conf.d/*.conf


User apache
Group apache


ServerAdmin root at localhost


UseCanonicalName Off

DocumentRoot "/var/www/html"

<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>


<Directory "/var/www/html">

Options Indexes FollowSymLinks

AllowOverride None

Order allow,deny
Allow from all

</Directory>

<IfModule mod_userdir.c>
UserDir disable


</IfModule>


DirectoryIndex index.html index.html.var

AccessFileName .htaccess

<Files ~ "^.ht">
Order allow,deny
Deny from all
</Files>

TypesConfig /etc/mime.types

DefaultType text/plain


<IfModule mod_mime_magic.c>
MIMEMagicFile conf/magic
</IfModule>

HostnameLookups Off


ErrorLog logs/error_log

LogLevel warn

LogFormat "%h %l %u %t "%r" %>s %b "%{Referer}i" "%{User-Agent}i""
combined
LogFormat "%h %l %u %t "%r" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent


CustomLog logs/access_log combined

ServerSignature On

Alias /icons/ "/var/www/icons/"

<Directory "/var/www/icons">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>

Alias /xmon/ "/home/xymon/server/www/"
<Directory "/home/xymon/server/www">
Options Indexes FollowSymLinks Includes MultiViews
Order allow,deny
Allow from all
</Directory>

<IfModule mod_dav_fs.c>
DAVLockDB /var/lib/dav/lockdb
</IfModule>

ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"

<Directory "/var/www/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>

ScriptAlias /xymon-cgi/ "/home/xymon/cgi-bin/"
<Directory "/home/xymon/cgi-bin">
AllowOverride None
Options ExecCGI Includes
Order allow,deny
Allow from all
</Directory>

ScriptAlias /xymon-seccgi/ "/home/xymon/cgi-secure/"
<Directory "/home/xymon/cgi-secure">
AllowOverride None
Options ExecCGI Includes
Order allow,deny
Allow from all

AuthUserFile /home/xymon/server/etc/hobbitpasswd
AuthGroupFile /home/xymon/server/etc/hobbitgroups
AuthType Basic
AuthName "Xymon Administration"
</Directory>

Alias /error/ "/var/www/error/"

<IfModule mod_negotiation.c>
<IfModule mod_include.c>
<Directory "/var/www/error">
AllowOverride None
Options IncludesNoExec
AddOutputFilter Includes html
AddHandler type-map var
Order allow,deny
Allow from all
LanguagePriority en es de fr
ForceLanguagePriority Prefer Fallback
</Directory>


</IfModule>
</IfModule>

these are the main contents of /etc/httpd/conf/httpd.conf
Also i have restarted httpd
Please help..


Pankaj
--
Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer


--
Pankaj V. Dorlikar
-- 
Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer