Changeset 1419:56cc67124e97


Ignore:
Timestamp:
01/04/10 23:13:42 (2 years ago)
Author:
niam
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.
Message:

branch merge

Files:
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • configuration/lighttpd/libdodo.org.conf

    r1411 r1419  
    11#### 
    22$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" => 9000 
    9                         ) 
    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                ) 
    1111       ) 
    1212} 
     
    2020                        "bin-path" =>  "/var/www/libdodo.org/hg/hg", 
    2121                        "min-procs" => 1, 
    22                         "max-procs" =>  2, 
     22                        "max-procs" =>  1, 
    2323                        "idle-timeout" => 20, 
    2424                        "fix-root-scriptname" => "enable", 
  • configuration/lighttpd/libdodo.org.conf

    r1414 r1419  
    3636#### 
    3737$HTTP["host"] =~ "^issues\.libdodo\.org$" { 
    38         url.redirect = ( ".*" => "http://libdodo.org/trac/report" ) 
     38        url.redirect = ( ".*" => "http://libdodo.org/report" ) 
    3939} 
    4040#### 
Note: See TracChangeset for help on using the changeset viewer.