1 # relevant part of lighttpd configuration file
2 # merge with you lighttpd config
4 # use it as a base for lighttpd 1.0.0 and above
6 # $Id: lighttpd.conf,v 1.7 2004/11/03 22:26:05 weigon Exp $
8 ############ Options you really have to take care of ####################
23 $HTTP["host"] =~ "^dev\.kyberia\.cz$" {
25 "^/robots.txt" => "/robots.txt",
26 "^/([_~-].*|.*\.ico|http-bind)(/?.*)" => "/$1$2",
27 "^/(.*)" => "/nodes.php/$1"
32 $HTTP["url"] =~ "^/http-bind/" {
33 proxy.server = ( "" =>
36 "host" => "127.0.0.1",
43 evhost.path-pattern = "/srv/http/%0/%3/"