<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
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=127.0.0.1 172.24.4.20 --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="172.24.4.20"                        # The IP-address of your server. Use the real one, not 127.0.0.1 .<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='_new'>Téléchargez Messenger, c'est gratuit !</a></body>
</html>