Changeset 1336:ba25c9f7ad69
- Timestamp:
- 09/08/09 19:24:03 (2 years ago)
- Branch:
- default
- Children:
- 1337:57059df95f00, 1341:45518f10f065
- File:
-
- 1 edited
-
configuration/lighttpd/libdodo.org.conf (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configuration/lighttpd/libdodo.org.conf
r1335 r1336 4 4 index-file.names = ("trac") 5 5 fastcgi.server = ( 6 "/ " => ( "" => (6 "/trac" => ( "/trac" => ( 7 7 "socket" => "/var/run/lighttpd/lighttpd-libdodo-trac-" + PID + ".socket", 8 8 "bin-path" => "/var/www/libdodo.org/trac", … … 28 28 index-file.names = ("hg") 29 29 fastcgi.server = ( 30 "/ " => ( "" => (30 "/hg" => ( "hg" => ( 31 31 "socket" => "/var/run/lighttpd/lighttpd-libdodo-hg-" + PID + ".socket", 32 32 "bin-path" => "/var/www/libdodo.org/hg/hg",
Note: See TracChangeset
for help on using the changeset viewer.
