1827328 Members
5872 Online
109962 Solutions
New Discussion

Hobbit on RH linux 9

 
Hunki
Super Advisor

Hobbit on RH linux 9


I completed the installation for hobbit on my RH Linux 9 server.But once I open the page , it gives me "Object not found!" error. The apache server is running and also the hobbit process.

I did the installation as according to this document :
http://hobbitmon.sourceforge.net/docs/install.html

Is this there something more here that is left.Also for adding the hobbit stuff to the
httpd.conf file , i did the following :
cat /home/hobbit/server/etc/hobbit-apache.conf >> /etc/httpd/conf/httpd.conf

Is this correct.

Thanks to all nice samaritans

Hunki
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: Hobbit on RH linux 9

Shalom Hunki,

We're not Smaritans, we work for points. :=)

tail -f /etc/httpd/logs/error_log

Try and access hobbit.

Post the error.

Service httpd restart

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Hunki
Super Advisor

Re: Hobbit on RH linux 9

Attaching httpd.conf, after changing my hobbit home to /var/www/html/hobbit, I am getting the Forbidden Error:-

Forbidden
You don't have permission to access /hobbit/ on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.


--------------------------------------------------------------------------------

Apache/2.0.40 Server at 10.160.145.221 Port 80

Here is the tail of the error.log file :
Thu Jun 15 11:21:45 2006] [error] [client 10.160.145.134] (13)Permission denied: access to /hobbit/ denied
[Thu Jun 15 11:21:45 2006] [error] [client 10.160.145.134] Directory index forbidden by rule: /var/www/html/
[Thu Jun 15 11:21:46 2006] [error] [client 10.160.145.134] (13)Permission denied: access to /hobbit/ denied
[Thu Jun 15 11:21:46 2006] [error] [client 10.160.145.134] Directory index forbidden by rule: /var/www/html/
[Thu Jun 15 11:23:05 2006] [error] [client 127.0.0.1] Directory index forbidden by rule: /var/www/html/
[Thu Jun 15 11:28:05 2006] [error] [client 127.0.0.1] Directory index forbidden by rule: /var/www/html/
[Thu Jun 15 11:33:05 2006] [error] [client 127.0.0.1] Directory index forbidden by rule: /var/www/html/
[Thu Jun 15 11:38:05 2006] [error] [client 127.0.0.1] Directory index forbidden by rule: /var/www/html/
[Thu Jun 15 11:39:34 2006] [error] [client 10.160.145.134] Directory index forbidden by rule: /var/www/html/
[Thu Jun 15 11:39:40 2006] [error] [client 10.160.145.134] (13)Permission denied: access to /hobbit/ denied
Hunki
Super Advisor

Re: Hobbit on RH linux 9

Hi Steven,

I even copied the hobbit.conf file to /etc/httpd/conf directory :

[root@localhost conf]# ls -tlr *conf
-rw-r--r-- 1 root root 34928 Jun 15 11:56 httpd.conf
-rw-r--r-- 1 hobbit hobbit 2037 Jun 15 13:18 hobbit-apache.conf
[root@localhost conf]#

But no luck.

I am attaching the error log also.

Thanks.
Hunki
Super Advisor

Re: Hobbit on RH linux 9

The problem was with permission on the /hobbit directory.