Changeset 495

Show
Ignore:
Timestamp:
07/31/2005 01:17:52 PM (3 years ago)
Author:
jan
Message:

disable range-requests for acrobat and add 2 new mimetypes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/lighttpd-1.3.x/doc/lighttpd.conf

    r458 r495  
    8282  ".asc"          =>      "text/plain", 
    8383  ".c"            =>      "text/plain", 
     84  ".cpp"          =>      "text/plain", 
     85  ".log"          =>      "text/plain", 
    8486  ".conf"         =>      "text/plain", 
    8587  ".text"         =>      "text/plain", 
     
    118120url.access-deny             = ( "~", ".inc" ) 
    119121 
    120  
     122$HTTP["url"] =~ "\.pdf$" { 
     123  server.range-requests = "disable" 
     124} 
    121125 
    122126######### Options that are good to be but not neccesary to be changed ####### 
     
    229233#                                 "method"  => "digest", 
    230234#                                 "realm"   => "download archiv", 
    231 #                                 "require" => "group=www|user=jan|host=192.168.2.10" 
     235#                                 "require" => "user=jan" 
    232236#                               ), 
    233237#                               "/server-info" => 
     
    235239#                                 "method"  => "digest", 
    236240#                                 "realm"   => "download archiv", 
    237 #                                 "require" => "group=www|user=jan|host=192.168.2.10" 
     241#                                 "require" => "valid-user" 
    238242#                               ) 
    239243#                             )