Index: branches/fc20-dev/server/fedora/config/etc/httpd/conf/httpd.conf
===================================================================
--- branches/fc20-dev/server/fedora/config/etc/httpd/conf/httpd.conf	(revision 2584)
+++ branches/fc20-dev/server/fedora/config/etc/httpd/conf/httpd.conf	(revision 2585)
@@ -109,4 +109,10 @@
     AllowOverride None
     Options FollowSymLinks IncludesNoExec
+    # The new syntax wasn't added until 2.4,
+    # so there's simply no way any deployed sites
+    # are already using the new syntax.
+    <IfModule include_module>
+        SSILegacyExprParser on
+    </IfModule>
 </Directory>
 
