Index: branches/fc20-dev/server/fedora/config/etc/httpd/conf/httpd.conf
===================================================================
--- branches/fc20-dev/server/fedora/config/etc/httpd/conf/httpd.conf	(revision 2535)
+++ branches/fc20-dev/server/fedora/config/etc/httpd/conf/httpd.conf	(revision 2536)
@@ -39,4 +39,7 @@
 # This file configures systemd module:
 LoadModule systemd_module modules/mod_systemd.so
+
+# Enable .htaccess files to use the legacy Order By syntax
+LoadModule access_compat_module modules/mod_access_compat.so
 
 LoadModule auth_basic_module modules/mod_auth_basic.so
@@ -158,6 +161,6 @@
 
 <IfModule mod_autoindex.c>
-    Alias /__scripts/icons /var/www/icons
-    <Directory /var/www/icons>
+    Alias /__scripts/icons /usr/share/httpd/icons/
+    <Directory /usr/share/httpd/icons/>
         Options Indexes
         AllowOverride None
