Jim's Stream

lighttpd

lighty uptimes

Hostname jlporter.com ()
Uptime 44 days 23 hours 11 min 4 s
Started at 2009-07-16 23:08:59
absolute (since start)
Requests 12 kreq
Traffic 104.59 Mbyte
average (since start)
Requests 0 req/s
Traffic 28.23 byte/s
average (5s sliding average)
Requests 0 req/s
Traffic 0.00 byte/s

rebooting on Sunday August 30th, 5:18pm for kristincook.com

Drupal fixed up a little more

I fixed up the lua script that provides "clean" urls for drupal on lighty.

Heres the relevant lighttpd.conf section

$HTTP["host"] == "jlporter.com"{ server.document-root = var.basedir+"/blah/"
index-file.names = ( "index.php" )
magnet.attract-physical-path-to = ( "/etc/lighttpd/rewrite_drupal2.lua" )
}

rewrite_drupal2.lua originally obtained from: http://pixel.global-banlist.de/drupal.lua and linked from the lighty wiki: http://redmine.lighttpd.net/wiki/lighttpd
section 3 #26

Syndicate content