Changeset 315


Ignore:
Timestamp:
May 22, 2007, 10:43:43 AM (17 years ago)
Author:
andersk
Message:
Add .xhtml to the list of static extensions.
Location:
server/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • server/common/oursrc/execsys/upd-execsys

    r302 r315  
    6262 il
    6363 JPG
     64 xhtml
    6465);
    6566
  • server/common/patches/httpd-suexec-scripts.patch

    r300 r315  
    11# scripts.mit.edu httpd suexec patch
    2 # Copyright (C) 2006  Jeff Arnold <jbarnold@mit.edu>, Joe Presbrey <presbrey@mit.edu>
     2# Copyright (C) 2006, 2007  Jeff Arnold <jbarnold@mit.edu>, Joe Presbrey <presbrey@mit.edu>, Anders Kaseorg <andersk@mit.edu>
    33#
    44# This program is free software; you can redistribute it and/or
     
    3030 htcacheclean: $(htcacheclean_OBJECTS)
    3131--- httpd-2.2.2/support/suexec.c.old    2006-04-21 21:53:06.000000000 -0400
    32 +++ httpd-2.2.2/support/suexec.c        2007-04-23 03:04:56.000000000 -0400
     32+++ httpd-2.2.2/support/suexec.c        2007-05-22 10:32:04.000000000 -0400
    3333@@ -30,6 +30,8 @@
    3434  *
     
    6464 };
    6565 
    66 @@ -245,6 +250,52 @@
     66@@ -245,6 +250,53 @@
    6767     environ = cleanenv;
    6868 }
     
    100100+    "il",
    101101+    "JPG",
     102+    "xhtml",
    102103+    NULL
    103104+};
Note: See TracChangeset for help on using the changeset viewer.