Index: /trunk/server/common/oursrc/execsys/mime.types
===================================================================
--- /trunk/server/common/oursrc/execsys/mime.types	(revision 2796)
+++ /trunk/server/common/oursrc/execsys/mime.types	(revision 2797)
@@ -26,4 +26,5 @@
 application/dvcs
 application/eshop
+application/font-sfnt		otf ttf
 application/http
 application/hyperstudio
@@ -50,5 +51,5 @@
 application/ocsp-request
 application/ocsp-response
-application/octet-stream	bin dms lha lzh exe class so dll img iso il ttf otf
+application/octet-stream	bin dms lha lzh exe class so dll img iso il
 application/ogg			ogg
 application/parityfec
@@ -537,2 +538,3 @@
 application/vnd.ms-powerpoint.slideshow.macroEnabled.12	ppsm
 # End MS Office MIME types.
+application/vnd.ms-fontobject	eot
Index: /trunk/server/common/oursrc/execsys/upd-execsys
===================================================================
--- /trunk/server/common/oursrc/execsys/upd-execsys	(revision 2796)
+++ /trunk/server/common/oursrc/execsys/upd-execsys	(revision 2797)
@@ -107,4 +107,7 @@
  ott
  oth
+ eot
+ woff
+ woff2
 );
 
Index: /trunk/server/common/patches/httpd-suexec-scripts.patch
===================================================================
--- /trunk/server/common/patches/httpd-suexec-scripts.patch	(revision 2796)
+++ /trunk/server/common/patches/httpd-suexec-scripts.patch	(revision 2797)
@@ -52,5 +52,5 @@
  #include "ap_config.h"
  #include "suexec.h"
-@@ -268,9 +272,108 @@ static void clean_env(void)
+@@ -268,9 +272,111 @@ static void clean_env(void)
      environ = cleanenv;
  }
@@ -133,4 +133,7 @@
 +    "ott",
 +    "oth",
++    "eot",
++    "woff",
++    "woff2",
 +    NULL
 +};
