I was trying to configure rtorrent along with lighttpd so that i could run rutorrent but seems like lighttpd is not behaving well here.Also has anyone being able to run rutorrent along with lighttpd and is it better than transmission ?
$this->bbcode_second_pass_code('', '[root@DINJO /etc/lighttpd]$ rc.d start lighttpd
:: Checking configuration (error in /etc/lighttpd/lighttpd.conf) [FAIL]
[root@DINJO /etc/lighttpd]$ cat /etc/lighttpd/lighttpd.conf
# This is a minimal example config
# See /usr/share/doc/lighttpd
# and http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ConfigurationOptions
server.port = 80
server.username = "http"
server.groupname = "http"
server.document-root = "/srv/http"
server.errorlog = "/var/log/lighttpd/error.log"
dir-listing.activate = "enable"
index-file.names = ( "index.html" )
mimetype.assign = ( ".html" => "text/html", ".txt" => "text/plain", ".jpg" => "image/jpeg", ".png" => "image/png", "" => "application/octet-stream" )
')