<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
here is what i change the alias in the apache.conf<BR> <BR> Alias /hobbit/  '/var/lib/hobbit/www/'<BR> <Directory '/var/lib/hobbit/www/'><BR>  Options Indexes FollowSymLinks Includes MultiViews<BR>        Order allow,deny<BR>            Allow from all<BR>            </Directory><BR> ScriptAlias /hobbit-cgi/ '/usr/hobbit/lib/cgi-bin/'<BR> <Directory '/usr/hobbit/lib/cgi-bin'><BR>    AllowOverride None<BR>        Options ExecCGI Includes<BR>            Order allow,deny<BR>                Allow from all<BR>                </Directory><BR> ScriptAlias /hobbit-seccgi/ '/usr/hobbit/lib/cgi-secure/'<BR> <Directory '/usr/hobbit/lib/cgi-secure'><BR>    AllowOverride None<BR>        Options ExecCGI Includes<BR>            Order allow,deny<BR>                Allow from all<BR># Password file where users with access to these scripts are kept.<BR>    # Create it with 'htpasswd -c /usr/local/hobbit/server/etc/hobbitpasswd USERNAME'<BR>        # Add more users / change passwords with 'htpasswd /usr/local/hobbit/server/etc/hobbitpasswd USERNAME'<BR>            AuthUserFile /usr/local/hobbit/server/etc/hobbitpasswd<BR>                AuthType Basic<BR>                    AuthName 'Hobbit Administration'<BR>                        Require valid-user<BR>                        </Directory><BR> <BR>and you will see what i see in the pictures.<BR> <BR>Is it better to uninstall and install it again ?<BR> <BR> How do you unistall hobbit because i wasn't really understand how to configure it?<BR>
Please help<BR><BR><BR> <BR><BR>

<HR>
<BR>
<BR>Date: Fri, 18 Jul 2008 14:31:27 -0400<BR>From: josh@imaginenetworksllc.com<BR>To: hobbit@hswn.dk<BR>Subject: Re: [hobbit] can't view the home page in the webbrowser<BR><BR><BR><BR>
<DIV dir=ltr>What do you see when you go to <A href="http://host/hobbit/" target=_blank>http://host/hobbit/</A><BR><BR clear=all>Josh Luthman<BR>Office: 937-552-2340<BR>Direct: 937-552-2343<BR>1100 Wayne St<BR>Suite 1337<BR>Troy, OH 45373<BR><BR>Those who don't understand UNIX are condemned to reinvent it, poorly.<BR>--- Henry Spencer <BR><BR>
<DIV class=EC_gmail_quote>On Fri, Jul 18, 2008 at 2:26 PM, Hubbard, Greg L <<A href="mailto:greg.hubbard@eds.com">greg.hubbard@eds.com</A>> wrote:<BR>
<BLOCKQUOTE class=EC_gmail_quote style="PADDING-LEFT: 1ex">
<DIV>
<DIV dir=ltr align=left><SPAN><FONT face=Arial color=#0000ff>I am not very good with Apache, but I think the Alias and Directory settings need to match...  Check what you have for /hobbit/</FONT></SPAN></DIV><BR>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
<DIV lang=en-us dir=ltr align=left>
<HR>
<FONT face=Tahoma><B>From:</B> taihia MAITERE [mailto:<A href="mailto:taihiamaitere@hotmail.com">taihiamaitere@hotmail.com</A>] <BR><B>Sent:</B> Friday, July 18, 2008 1:10 PM<BR><B>To:</B> Forum hobbit<BR><B>Subject:</B> [hobbit] can't view the home page in the webbrowser<BR></FONT><BR></DIV>
<DIV>
<DIV></DIV>
<DIV class=EC_Wj3C7c>
<DIV></DIV>Hi ererybody can somebody check my config please<BR>because i can't see hobbit homepage in the webbrowser:<BR><BR>svr-supervision2:/etc/apache# ps afx|grep hobbit|grep -v grep<BR> 1755 ?        Ss     0:00 /home/hobbit/server/bin/hobbitlaunch --config=/home/hobbit/server/etc/hobbitlaunch.cfg --env=/home/hobbit/server/etc/hobbitserver.cfg --log=/var/log/hobbit/hobbitlaunch.log --pidfile=/var/log/hobbit/hobbitlaunch.pid<BR> 1756 ?        S      0:00  \_ hobbitd --pidfile=/var/log/hobbit/hobbitd.pid --restart=/home/hobbit/server/tmp/hobbitd.chk --checkpoint-file=/home/hobbit/server/tmp/hobbitd.chk --checkpoint-interval=600 --log=/var/log/hobbit/hobbitd.log --admin-senders=<A href="http://127.0.0.1/" target=_blank>127.0.0.1</A> <A href="http://172.24.4.20/" target=_blank>172.24.4.20</A> --store-clientlogs=!msgs<BR> 1759 ?        S      0:00  \_ hobbitd_channel --channel=stachg --log=/var/log/hobbit/history.log hobbitd_history<BR> 1761 ?        S      0:00  |   \_ hobbitd_history<BR> 1760 ?        S      0:00  \_ hobbitd_channel --channel=clichg --log=/var/log/hobbit/hostdata.log hobbitd_hostdata<BR> 1762 ?        S      0:00  |   \_ hobbitd_hostdata<BR> 1763 ?        S      0:00  \_ hobbitd_channel --channel=page --log=/var/log/hobbit/page.log hobbitd_alert --checkpoint-file=/home/hobbit/server/tmp/alert.chk --checkpoint-interval=600<BR> 1765 ?        S      0:00  |   \_ hobbitd_alert --checkpoint-file=/home/hobbit/server/tmp/alert.chk --checkpoint-interval=600<BR> 1764 ?        S      0:00  \_ hobbitd_channel --channel=status --log=/var/log/hobbit/rrd-status.log hobbitd_rrd --rrddir=/home/hobbit/data/rrd<BR> 1766 ?        S      0:00  |   \_ hobbitd_rrd --rrddir=/home/hobbit/data/rrd<BR> 1767 ?        S      0:00  \_ hobbitd_channel --channel=data --log=/var/log/hobbit/rrd-data.log hobbitd_rrd --rrddir=/home/hobbit/data/rrd<BR> 1770 ?        S      0:00  |   \_ hobbitd_rrd --rrddir=/home/hobbit/data/rrd<BR> 1768 ?        S      0:00  \_ hobbitd_channel --channel=client --log=/var/log/hobbit/clientdata.log hobbitd_client<BR> 1775 ?        S      0:00      \_ hobbitd_client<BR>17136 ?        S      0:00 sh -c vmstat 300 2 1>/home/hobbit/client/tmp/hobbit_vmstat.svr-supervision2.17119 2>&1; mv /home/hobbit/client/tmp/hobbit_vmstat.svr-supervision2.17119 /home/hobbit/client/tmp/hobbit_vmstat.svr-supervision2<BR><BR>apache config .<BR><BR># DocumentRoot: The directory out of which you will serve your<BR># documents. By default, all requests are taken from this directory, but<BR># symbolic links and aliases may be used to point to other locations.<BR>#<BR><BR>#DocumentRoot /home/hobbit/server/www<BR><BR>Alias /hobbit/  '/home/hobbit/server/www/'<BR><Directory '/usr/local/hobbit/server/www/'><BR>    Options Indexes FollowSymLinks Includes MultiViews<BR>        Order allow,deny<BR>            Allow from all<BR>            </Directory><BR><BR>ScriptAlias /hobbit-cgi/ '/usr/hobbit/lib/cgi-bin/'<BR><Directory '/usr/hobbit/lib/cgi-bin'><BR>    AllowOverride None<BR>        Options ExecCGI Includes<BR>            Order allow,deny<BR>                Allow from all<BR>                </Directory><BR><BR>ScriptAlias /hobbit-seccgi/ '/usr/hobbit/lib/cgi-secure/'<BR><Directory '/usr/hobbit/lib/cgi-secure'><BR>    AllowOverride None<BR>        Options ExecCGI Includes<BR>            Order allow,deny<BR>                Allow from all<BR><BR># Password file where users with access to these scripts are kept.<BR>    # Create it with 'htpasswd -c /usr/local/hobbit/server/etc/hobbitpasswd USERNAME'<BR>        # Add more users / change passwords with 'htpasswd /usr/local/hobbit/server/etc/hobbitpasswd USERNAME'<BR><BR>            AuthUserFile /usr/local/hobbit/server/etc/hobbitpasswd<BR>                AuthType Basic<BR>                    AuthName 'Hobbit Administration'<BR>                        Require valid-user<BR>                        </Directory><BR><BR><BR><BR>#ach directory to which Apache has access, can be configured with respect<BR># to which services and features are allowed and/or disabled in that<BR># directory (and its subdirectories).<BR>#<BR># First, we configure the 'default' to be a very restrictive set of<BR># permissions.<BR>#<BR><Directory /><BR>    Options SymLinksIfOwnerMatch<BR>    AllowOverride None<BR></Directory><BR><BR>#<BR># Note that from this point forward you must specifically allow<BR># particular features to be enabled - so if something's not working as<BR># you might expect, make sure that you have specifically enabled it<BR># below.<BR>#<BR><BR><BR><BR><BR>hobbit config.<BR><BR># NB : Even though it might look like a shell-script, it is NOT.<BR>#<BR>BBSERVERROOT='/home/hobbit'             # Where Hobbit is installed - holds the server and bbvar sub-dirs.<BR>BBSERVERLOGS='/var/log/hobbit'          # Directory for server logs. The hobbit user must have write-access here.<BR>HOBBITCLIENTHOME='/home/hobbit/client'    # BBHOME directory for the client<BR><BR><BR>BBSERVERHOSTNAME='svr-supervision2'             # The hostname of your server<BR>BBSERVERIP='<A href="http://172.24.4.20/" target=_blank>172.24.4.20</A>'                        # The IP-address of your server. Use the real one, not <A href="http://127.0.0.1/" target=_blank>127.0.0.1</A> .<BR>BBSERVEROS='linux'                      # The operating system of your server. linux,freebsd,solaris,hpux,aix,osf<BR><BR>BBSERVERWWWNAME='svr-supervision2'              # The name used for this hosts' webserver<BR>BBSERVERWWWURL='/supervision-hobbit'            # The top URL for the Hobbit webpages<BR>BBSERVERCGIURL='/hobbit-cgi'            # The URL for the Hobbit CGI scripts.<BR>BBSERVERSECURECGIURL='/hobbit-sccgi'    # The URL for the secured Hobbit CGI scripts.<BR><BR># BBLOCATION='foo'                      # The network location, makes bbtest-net test only hosts with NET:foo<BR>                                        # You only need to set this if you have multiple network test servers with<BR>                                        # a shared bb-hosts file.<BR><BR># Make sure the path includes the directories where you have fping, mail and (optionally) ntpdate installed,<BR># as well as the BBHOME/bin directory where all of the Hobbit programs reside.<BR>PATH='/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/home/hobbit/server/bin'<BR><BR># Some systems need extra settings e.g. to locate run-time libraries.<BR># You can add these extra settings here:<BR><BR><BR>Can somebody help , i really hobbit works thank you.<BR><BR>
<HR>
Appelez vos amis de PC à PC -- C'EST GRATUIT <A href="http://get.live.com/messenger/overview" target=_blank>Téléchargez Messenger, c'est gratuit !</A> </DIV></DIV></BLOCKQUOTE></DIV></BLOCKQUOTE></DIV><BR></DIV><br /><hr />Appelez vos amis de PC à PC -- C'EST GRATUIT <a href='http://get.live.com/messenger/overview' target='_new'>Téléchargez Messenger, c'est gratuit !</a></body>
</html>