Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > updates-src > by-pkgid > 657458e7b165c8c459098efc0c966827 > files > 7

drupal7-7.19-1.fc16.src.rpm

#
# Drupal is an open-source content-management platform.
#

Alias /drupal7 /usr/share/drupal7

<Directory /usr/share/drupal7/>
  <IfModule mod_authz_core.c>
    # Apache 2.4
    Require local
  </IfModule>
  <IfModule !mod_authz_core.c>
    # Apache 2.2
    Order Deny,Allow
    Deny from all
    Allow from 127.0.0.1
    Allow from ::1
  </IfModule>
  #Uncomment the next line if using with SSL/TLS
  #php_flag session.cookie_secure on
</Directory>