Changeset 315 for server/common
- Timestamp:
- May 22, 2007, 10:43:43 AM (17 years ago)
- Location:
- server/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
server/common/oursrc/execsys/upd-execsys
r302 r315 62 62 il 63 63 JPG 64 xhtml 64 65 ); 65 66 -
server/common/patches/httpd-suexec-scripts.patch
r300 r315 1 1 # 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> 3 3 # 4 4 # This program is free software; you can redistribute it and/or … … 30 30 htcacheclean: $(htcacheclean_OBJECTS) 31 31 --- 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-0 4-23 03:04:56.000000000 -040032 +++ httpd-2.2.2/support/suexec.c 2007-05-22 10:32:04.000000000 -0400 33 33 @@ -30,6 +30,8 @@ 34 34 * … … 64 64 }; 65 65 66 @@ -245,6 +250,5 2@@66 @@ -245,6 +250,53 @@ 67 67 environ = cleanenv; 68 68 } … … 100 100 + "il", 101 101 + "JPG", 102 + "xhtml", 102 103 + NULL 103 104 +};
Note: See TracChangeset
for help on using the changeset viewer.