Changeset 495
- Timestamp:
- 07/31/2005 01:17:52 PM (3 years ago)
- Files:
-
- 1 modified
-
branches/lighttpd-1.3.x/doc/lighttpd.conf (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.3.x/doc/lighttpd.conf
r458 r495 82 82 ".asc" => "text/plain", 83 83 ".c" => "text/plain", 84 ".cpp" => "text/plain", 85 ".log" => "text/plain", 84 86 ".conf" => "text/plain", 85 87 ".text" => "text/plain", … … 118 120 url.access-deny = ( "~", ".inc" ) 119 121 120 122 $HTTP["url"] =~ "\.pdf$" { 123 server.range-requests = "disable" 124 } 121 125 122 126 ######### Options that are good to be but not neccesary to be changed ####### … … 229 233 # "method" => "digest", 230 234 # "realm" => "download archiv", 231 # "require" => " group=www|user=jan|host=192.168.2.10"235 # "require" => "user=jan" 232 236 # ), 233 237 # "/server-info" => … … 235 239 # "method" => "digest", 236 240 # "realm" => "download archiv", 237 # "require" => " group=www|user=jan|host=192.168.2.10"241 # "require" => "valid-user" 238 242 # ) 239 243 # )

