Changeset 1335:5fd4026dfb37
- Timestamp:
- 09/08/09 19:09:15 (2 years ago)
- Branch:
- default
- Location:
- configuration
- Files:
-
- 2 added
- 2 deleted
- 1 edited
-
cgi/index.cgi (deleted)
-
fcgi/hg (added)
-
fcgi/trac (added)
-
hgweb/hgweb_mod.py.diff (deleted)
-
lighttpd/libdodo.org.conf (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configuration/lighttpd/libdodo.org.conf
r1292 r1335 2 2 $HTTP["host"] =~ "^(www\.)?libdodo\.org$" { 3 3 server.document-root = "/var/www/libdodo.org" 4 index-file.names = ("trac") 4 5 fastcgi.server = ( 5 "/index.pyfcgi" => 6 (( 7 "socket" => "/var/run/lighttpd/lighttpd-libdodo-pyfcgi-" + PID + ".socket", 8 "bin-path" => "/var/www/libdodo.org/index.pyfcgi", 6 "/" => ( "" => ( 7 "socket" => "/var/run/lighttpd/lighttpd-libdodo-trac-" + PID + ".socket", 8 "bin-path" => "/var/www/libdodo.org/trac", 9 9 "min-procs" => 1, 10 10 "max-procs" => 2, … … 26 26 $HTTP["host"] =~ "^hg\.libdodo\.org$" { 27 27 server.document-root = "/var/www/libdodo.org/hg" 28 url.rewrite-once = ( 29 "^([/?].*)?$" => "/index.cgi$1", 28 index-file.names = ("hg") 29 fastcgi.server = ( 30 "/" => ( "" => ( 31 "socket" => "/var/run/lighttpd/lighttpd-libdodo-hg-" + PID + ".socket", 32 "bin-path" => "/var/www/libdodo.org/hg/hg", 33 "min-procs" => 1, 34 "max-procs" => 2, 35 "idle-timeout" => 20, 36 "fix-root-scriptname" => "enable", 37 )) 30 38 ) 31 32 39 $HTTP["querystring"] =~ "cmd=unbundle" { 33 40 auth.require = ( "" => ( … … 41 48 #### 42 49 $HTTP["host"] =~ "^issues\.libdodo\.org$" { 43 url.redirect = ( ".*" => "http://libdodo.org/ index.pyfcgi/report" )50 url.redirect = ( ".*" => "http://libdodo.org/trac/report" ) 44 51 } 45 52 ####
Note: See TracChangeset
for help on using the changeset viewer.
