Changeset 1336:ba25c9f7ad69


Ignore:
Timestamp:
09/08/09 19:24:03 (2 years ago)
Author:
niam
Branch:
default
Children:
1337:57059df95f00, 1341:45518f10f065
Message:

configuration: proper lighttpd statements for fcgi

File:
1 edited

Legend:

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

    r1335 r1336  
    44        index-file.names = ("trac") 
    55        fastcgi.server = (  
    6                 "/" => ( "" => (   
     6                "/trac" => ( "/trac" => (   
    77                        "socket" =>  "/var/run/lighttpd/lighttpd-libdodo-trac-" + PID + ".socket", 
    88                        "bin-path" =>  "/var/www/libdodo.org/trac", 
     
    2828        index-file.names = ("hg") 
    2929        fastcgi.server = (  
    30                 "/" => ( "" => (   
     30                "/hg" => ( "hg" => (   
    3131                        "socket" =>  "/var/run/lighttpd/lighttpd-libdodo-hg-" + PID + ".socket", 
    3232                        "bin-path" =>  "/var/www/libdodo.org/hg/hg", 
Note: See TracChangeset for help on using the changeset viewer.