Changeset 1414:90d39a446bbc


Ignore:
Timestamp:
11/20/09 22:13:30 (2 years ago)
Author:
niam
Branch:
default
Message:

trac standalone configuration

Location:
configuration
Files:
1 added
1 deleted
1 edited

Legend:

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

    r1398 r1414  
    33        server.document-root = "/var/www/libdodo.org" 
    44        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         ) 
     5        proxy.server = ( 
     6                "" => ( "trac" => ( 
     7                        "host" => "127.0.0.1", 
     8                        "port" => 9000 
     9                        ) 
     10                ) 
     11       ) 
    1512} 
    1613#### 
     
    2320                        "bin-path" =>  "/var/www/libdodo.org/hg/hg", 
    2421                        "min-procs" => 1, 
    25                         "max-procs" =>  2, 
     22                        "max-procs" =>  1, 
    2623                        "idle-timeout" => 20, 
    2724                        "fix-root-scriptname" => "enable", 
Note: See TracChangeset for help on using the changeset viewer.