Changeset 1398:23fa07f8e318
- Timestamp:
- 11/06/09 18:26:41 (2 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
configuration/lighttpd/libdodo.org.conf (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configuration/lighttpd/libdodo.org.conf
r1336 r1398 3 3 server.document-root = "/var/www/libdodo.org" 4 4 index-file.names = ("trac") 5 fastcgi.server = ( 6 "/trac" => ( "/trac" => ( 5 fastcgi.server = ( 6 "/trac" => ( "/trac" => ( 7 7 "socket" => "/var/run/lighttpd/lighttpd-libdodo-trac-" + PID + ".socket", 8 8 "bin-path" => "/var/www/libdodo.org/trac", … … 11 11 "idle-timeout" => 20, 12 12 "fix-root-scriptname" => "enable", 13 )) 13 )) 14 14 ) 15 $HTTP["url"] =~ "^/.*login" {16 auth.require = (17 "/" => (18 "method" => "basic",19 "realm" => "libdodo Trac",20 "require" => "valid-user"21 ),22 )23 }24 15 } 25 16 #### … … 27 18 server.document-root = "/var/www/libdodo.org/hg" 28 19 index-file.names = ("hg") 29 fastcgi.server = ( 30 "/hg" => ( "hg" => ( 20 fastcgi.server = ( 21 "/hg" => ( "hg" => ( 31 22 "socket" => "/var/run/lighttpd/lighttpd-libdodo-hg-" + PID + ".socket", 32 23 "bin-path" => "/var/www/libdodo.org/hg/hg", … … 35 26 "idle-timeout" => 20, 36 27 "fix-root-scriptname" => "enable", 37 )) 28 )) 38 29 ) 39 30 $HTTP["querystring"] =~ "cmd=unbundle" {
Note: See TracChangeset
for help on using the changeset viewer.
