[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Re: Need help. Hobbit installed, but web access fails.
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Re: Need help. Hobbit installed, but web access fails.
- From: Ming Qian <childpsych.columbia (at) gmail.com>
- Date: Fri, 29 Jan 2010 16:27:34 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=/PpeckYgE7+5d/TSEDRckeANMGZ4cpVX6mABOkPft0Q=; b=Bw2ZzmtMV69LrBWYIFS/+ojSSx6SlPdlVfVGXoFTOZdP57bTb9qdQqBgVbXNXxxgyQ 7YykgDlL4KCzkD7wEJzqfKQc1ZFnyQqdolqY2wg0MnMgwbZOSe5IuOiB4O9ziUz8829w wKuNPEkBMWjRBedteiclYiFHr5F/fovFyKY4U=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=SVHtwH9T8BXPBGbT1K08979e+vPveTktCbLcxIBK+RUATOYMx0wZbygqmLN+bsvtvN e+mjWdYiFzexXXFXsDWU0VePgiO9tp/ogXLoB7H4eTjAfb6knazV57ZQe5AJdI2PXAMb cTWb8YV/OygAl+GyJPIJA0qAHceNeaFU+dXXc=
- References: <d181f9821001291242n249145bajf0696e45c2a49ea8 (at) mail.gmail.com> <d181f9821001291308y14d9d261pd768378ce7c68718 (at) mail.gmail.com> <961092e11001291318h7d6adfb9k61a195ac95c8ea3b (at) mail.gmail.com>
[root (at) pons /etc/httpd]# namei -m /home/xymon
f: /home/xymon
drwxr-xr-x /
drwxr-xr-x home
drwxr-xr-x xymon
Thank you.
Bruce
On Fri, Jan 29, 2010 at 4:18 PM, Josh Luthman
<josh (at) imaginenetworksllc.com>wrote:
> Show us namei -m /home/xymon
>
>
> Josh Luthman
> Office: 937-552-2340
> Direct: 937-552-2343
> 1100 Wayne St
> Suite 1337
> Troy, OH 45373
>
> "The secret to creativity is knowing how to hide your sources."
> --- Albert Einstein
>
>
> On Fri, Jan 29, 2010 at 4:08 PM, Ming Qian <qianm (at) childpsych.columbia.edu>wrote:
>
>> By the way,
>>
>> there is a php website in the directory: /var/www/html/php_site
>> and it works.
>>
>> I am confused.
>> I appreciate your help.
>>
>> Bruce
>>
>>
>>
>> On Fri, Jan 29, 2010 at 3:42 PM, Ming Qian <qianm (at) childpsych.columbia.edu
>> > wrote:
>>
>>> Dear All,
>>>
>>> I installed xymon on my redhat linux. The installation is successful, but
>>> the web access failed.
>>>
>>> Here is information:
>>>
>>>
>>> [root (at) pons /home]# ll | grep xymon
>>> drwxr-xr-x 8 xymon xymon 4096 Jan 28 16:44 xymon
>>> [root (at) pons /home]# cd xymon/
>>> [root (at) pons /home/xymon]# ll
>>> total 40
>>> drwxr-xr-x 2 xymon xymon 4096 Jan 28 16:39 cgi-bin
>>> drwxr-xr-x 2 xymon xymon 4096 Jan 28 16:39 cgi-secure
>>> drwxr-xr-x 7 xymon root 4096 Jan 28 16:39 client
>>> drwxr-xr-x 10 xymon xymon 4096 Jan 28 16:39 data
>>> drwxr-xr-x 9 xymon xymon 4096 Jan 28 16:39 server
>>>
>>>
>>> [root (at) pons /home/xymon]# uname -a
>>> Linux pons 2.6.9-67.0.4.ELsmp #1 SMP Fri Jan 18 05:00:00 EST 2008 x86_64
>>> x86_64 x86_64 GNU/Linux
>>>
>>>
>>> [root (at) pons /etc/httpd/conf.d]# pwd
>>> /etc/httpd/conf.d
>>> [root (at) pons /etc/httpd/conf.d]# ls
>>> hobbit-apache.conf perl.conf php.conf python.conf README ssl.conf
>>> webalizer.conf welcome.conf
>>> [root (at) pons /etc/httpd/conf.d]#
>>>
>>>
>>> # This file is for Apache 1.3.x and Apache 2.0.x
>>> #
>>> # Add this to your Apache configuration, it makes
>>> # the Xymon webpages and cgi-scripts available in the
>>> # "/xymon" and "/xymon-cgi" URLs.
>>>
>>>
>>> # NB: The "Alias" line below must NOT be used if you have
>>> # the Xymon webfiles as the root URL. In that case,
>>> # you should instead set this:
>>> #
>>> #DocumentRoot "/home/xymon/server/www"
>>>
>>> Alias /xymon/ "/home/xymon/server/www/"
>>> <Directory "/home/xymon/server/www">
>>> Options Indexes FollowSymLinks Includes MultiViews
>>> 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
>>>
>>> # Password file where users with access to these scripts are kept.
>>> # Create it with "htpasswd -c /home/xymon/server/etc/hobbitpasswd
>>> USERNAME"
>>> # Add more users / change passwords with "htpasswd
>>> /home/xymon/server/etc/hobbitpasswd USERNAME"
>>> #
>>> # You can also use a group file to restrict admin access to members
>>> of a
>>> # group, instead of anyone who is logged in. In that case you must
>>> setup
>>> # the "hobbitgroups" file, and change the "Require" settings to
>>> require
>>> # a specific group membership. See the Apache docs for more details.
>>>
>>> AuthUserFile /home/xymon/server/etc/hobbitpasswd
>>> AuthGroupFile /home/xymon/server/etc/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>
>>>
>>>
>>>
>>>
>>> And,
>>>
>>> the httpd log shows:
>>>
>>> [Fri Jan 29 15:01:20 2010] [error] [client 192.168.71.55] File does not
>>> exist: /var/www/html/xymon
>>>
>>>
>>>
>>>
>>>
>>> Thanks a lot,
>>> Best,
>>> Ming
>>>
>>>
>>
>