Changeset 2797 for trunk/server/common


Ignore:
Timestamp:
Oct 20, 2016, 5:21:27 PM (8 years ago)
Author:
leee
Message:
Complete r2795 and r2796.
Location:
trunk/server/common
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/common/oursrc/execsys/mime.types

    r1877 r2797  
    2626application/dvcs
    2727application/eshop
     28application/font-sfnt           otf ttf
    2829application/http
    2930application/hyperstudio
     
    5051application/ocsp-request
    5152application/ocsp-response
    52 application/octet-stream        bin dms lha lzh exe class so dll img iso il ttf otf
     53application/octet-stream        bin dms lha lzh exe class so dll img iso il
    5354application/ogg                 ogg
    5455application/parityfec
     
    537538application/vnd.ms-powerpoint.slideshow.macroEnabled.12 ppsm
    538539# End MS Office MIME types.
     540application/vnd.ms-fontobject   eot
  • trunk/server/common/oursrc/execsys/upd-execsys

    r1877 r2797  
    107107 ott
    108108 oth
     109 eot
     110 woff
     111 woff2
    109112);
    110113
  • trunk/server/common/patches/httpd-suexec-scripts.patch

    r2774 r2797  
    5252 #include "ap_config.h"
    5353 #include "suexec.h"
    54 @@ -268,9 +272,108 @@ static void clean_env(void)
     54@@ -268,9 +272,111 @@ static void clean_env(void)
    5555     environ = cleanenv;
    5656 }
     
    133133+    "ott",
    134134+    "oth",
     135+    "eot",
     136+    "woff",
     137+    "woff2",
    135138+    NULL
    136139+};
Note: See TracChangeset for help on using the changeset viewer.