Changeset 2536 for branches


Ignore:
Timestamp:
Jul 4, 2014, 3:55:50 PM (10 years ago)
Author:
achernya
Message:
Fix /__scripts/icons (Closes: #390)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc20-dev/server/fedora/config/etc/httpd/conf/httpd.conf

    r2531 r2536  
    3939# This file configures systemd module:
    4040LoadModule systemd_module modules/mod_systemd.so
     41
     42# Enable .htaccess files to use the legacy Order By syntax
     43LoadModule access_compat_module modules/mod_access_compat.so
    4144
    4245LoadModule auth_basic_module modules/mod_auth_basic.so
     
    158161
    159162<IfModule mod_autoindex.c>
    160     Alias /__scripts/icons /var/www/icons
    161     <Directory /var/www/icons>
     163    Alias /__scripts/icons /usr/share/httpd/icons/
     164    <Directory /usr/share/httpd/icons/>
    162165        Options Indexes
    163166        AllowOverride None
Note: See TracChangeset for help on using the changeset viewer.