On Jan 10, 2008 8:42 AM, Josh Luthman <josh at imaginenetworksllc.com> wrote:
Also be sure you're requesting /hobbit/
Going back to the original email, I'd say it's not an Apache problem. After all, Apache *is* handing out a directory listing, which is correct behaviour when there's no index.html file in the directory... Which there isn't. There also isnt a bb.html or a bb2.html, both of which appear in server/www when the page generator runs.
So, probably Hobbit isn't running properly.
My "ps -ef | grep hobbit" shows this (I've edited off the uninteresting process ids and run times):
/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 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 10.134.13.133 --store-clientlogs=!msgs hobbitd_channel --channel=stachg --log=/var/log/hobbit/history.log hobbitd_history hobbitd_channel --channel=clichg --log=/var/log/hobbit/hostdata.log hobbitd_hostdata hobbitd_channel --channel=page --log=/var/log/hobbit/page.log hobbitd_alert --checkpoint-file=/home/hobbit/server/tmp/alert.chk --checkpoint-interval=600 hobbitd_channel --channel=status --log=/var/log/hobbit/rrd-status.loghobbitd_rrd --rrddir=/home/hobbit/data/rrd hobbitd_channel --channel=data --log=/var/log/hobbit/rrd-data.loghobbitd_rrd --rrddir=/home/hobbit/data/rrd hobbitd_channel --channel=client --log=/var/log/hobbit/clientdata.log hobbitd_client hobbitd_rrd --rrddir=/home/hobbit/data/rrd hobbitd_history hobbitd_client hobbitd_rrd --rrddir=/home/hobbit/data/rrd hobbitd_alert --checkpoint-file=/home/hobbit/server/tmp/alert.chk --checkpoint-interval=600 hobbitd_hostdata
Ralph Mitchell