I'm happy everything is working. The LiveDVD's do not implement lighttpd. My best guess is that you had an older installation that did use lighttpd (which is a good idea to use) and you used the global.conf file from that installation. Since lighttpd is not running, you got your errors (but you should have gotten them from both inside and outside Morgan).
You can check the lighttpd is not running with the command
ps -aux
and look that you do not see: /usr/sbin/lighttpd
Arnie