[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Fwd: [hobbit] Not Found 404 for http://localhost/hobbit .
- To: hobbit (at) hswn.dk
- Subject: Fwd: [hobbit] Not Found 404 for http://localhost/hobbit .
- From: "pankaj dorlikar" <pankaj.dorlikar (at) gmail.com>
- Date: Mon, 29 Dec 2008 21:18:05 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=A5vEKfsKc6Dy1jxniuIrFzCTJxnpJxNDdK61xhEhpoI=; b=Ml2Wi91zHLUJdGTQre2CqU3OjaRjbGmGCNROVaZ1XgV6S8hxJS7gMD5P9nCjiNyCZ6 zzlO79bohnB+UIJlm3y3fR8A1zUd87xkk8GWWRNnN0qlShsQ/HsG+dMDtUGa8TGDU7y2 aHqQXHqyk6fi42TMomo3czlrhUOFTj8g3kJqU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=BamBdcMglwS3O388SFzZhoTWNLGDOvXE/KI9dLcTGw1Klj8yhFW5EoR0j8Y5T+5j3t dYMmNJSh0yWpanAJ4okd0OURd9tSuZtEHDh2HhNRAc1OL371aVnYUJ61FNucQ3EiRmA+ 2jioZCitQMInzb7rVWZJ4FeKTEnvsDFTORx9c=
- References: <74c599800812262323j733b9db8se56e8d45a6656d32 (at) mail.gmail.com> <961092e10812270544q544efcc8o20e3ce2b4c6c188a (at) mail.gmail.com>
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 <josh (at) imaginenetworksllc.com>
Date: Sat, Dec 27, 2008 at 7:14 PM
Subject: Re: [hobbit] Not Found 404 for http://localhost/hobbit .
To: hobbit (at) hswn.dk
Try 1.2.3.4/xmon/ including the trailing slash
On 12/27/08, pankaj dorlikar <pankaj.dorlikar (at) gmail.com> 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: 937-552-2340
Direct: 937-552-2343
1100 Wayne St
Suite 1337
Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer
To unsubscribe from the hobbit list, send an e-mail to
hobbit-unsubscribe (at) hswn.dk
--
Pankaj V. Dorlikar