Changeset 1419:56cc67124e97
- Timestamp:
- 01/04/10 23:13:42 (2 years ago)
- Branch:
- default
- Children:
- 1420:f6c21ef02573, 1422:51801cfa30f1
- Parents:
- 1418:07f0d9d935ea (diff), 1413:90ddaec5a31a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 3 deleted
- 2 edited
-
configuration/lighttpd/libdodo.org.conf (modified) (2 diffs)
-
configuration/lighttpd/libdodo.org.conf (modified) (1 diff)
-
sources/include/libdodo/dataBaseAccumulator.h (deleted)
-
sources/include/libdodo/dataBaseSqlConstructorEx.h (deleted)
-
sources/src/dataBaseAccumulator.cc (deleted)
Legend:
- Unmodified
- Added
- Removed
-
configuration/lighttpd/libdodo.org.conf
r1411 r1419 1 1 #### 2 2 $HTTP["host"] =~ "^(www\.)?libdodo\.org$" { 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" => 90009 )10 )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 11 ) 12 12 } … … 20 20 "bin-path" => "/var/www/libdodo.org/hg/hg", 21 21 "min-procs" => 1, 22 "max-procs" => 2,22 "max-procs" => 1, 23 23 "idle-timeout" => 20, 24 24 "fix-root-scriptname" => "enable", -
configuration/lighttpd/libdodo.org.conf
r1414 r1419 36 36 #### 37 37 $HTTP["host"] =~ "^issues\.libdodo\.org$" { 38 url.redirect = ( ".*" => "http://libdodo.org/ trac/report" )38 url.redirect = ( ".*" => "http://libdodo.org/report" ) 39 39 } 40 40 ####
Note: See TracChangeset
for help on using the changeset viewer.
