Changeset 1411:c4e7d7b15215
- Timestamp:
- 12/09/09 21:03:35 (2 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
configuration/lighttpd/libdodo.org.conf (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configuration/lighttpd/libdodo.org.conf
r1398 r1411 1 1 #### 2 2 $HTTP["host"] =~ "^(www\.)?libdodo\.org$" { 3 server.document-root = "/var/www/libdodo.org" 4 index-file.names = ("trac") 5 fastcgi.server = ( 6 "/trac" => ( "/trac" => ( 7 "socket" => "/var/run/lighttpd/lighttpd-libdodo-trac-" + PID + ".socket", 8 "bin-path" => "/var/www/libdodo.org/trac", 9 "min-procs" => 1, 10 "max-procs" => 2, 11 "idle-timeout" => 20, 12 "fix-root-scriptname" => "enable", 13 )) 14 ) 3 server.document-root = "/var/www/libdodo.org" 4 index-file.names = ("trac") 5 proxy.server = ( 6 "" => ( "trac" => ( 7 "host" => "127.0.0.1", 8 "port" => 9000 9 ) 10 ) 11 ) 15 12 } 16 13 #### … … 39 36 #### 40 37 $HTTP["host"] =~ "^issues\.libdodo\.org$" { 41 url.redirect = ( ".*" => "http://libdodo.org/ trac/report" )38 url.redirect = ( ".*" => "http://libdodo.org/report" ) 42 39 } 43 40 ####
Note: See TracChangeset
for help on using the changeset viewer.
