Index: trunk/server/common/patches/httpd-suexec-scripts.patch
===================================================================
--- trunk/server/common/patches/httpd-suexec-scripts.patch	(revision 1355)
+++ trunk/server/common/patches/httpd-suexec-scripts.patch	(revision 1464)
@@ -73,5 +73,5 @@
  
      /* variable name is */
-@@ -245,9 +250,67 @@
+@@ -245,9 +250,69 @@
      environ = cleanenv;
  }
@@ -108,9 +108,11 @@
 +    "avi",
 +    "il",
-+    "JPG",
 +    "xhtml",
 +    "svg",
 +    "xaml",
 +    "xap",
++    "wav",
++    "mid",
++    "midi",
 +    NULL
 +};
@@ -122,5 +124,5 @@
 +    if (extension == NULL) return 0;
 +    for (p = static_extensions; *p; ++p) {
-+        if (strcmp(extension + 1, *p) == 0) return 1;
++        if (strcasecmp(extension + 1, *p) == 0) return 1;
 +    }
 +    return 0;
