pkgsrc/www/drupal8/files/drupal.conf
wen a22a5d38f0 Import drupal-8.4.2 as www/drupal8.
Drupal is a free web Content Management System (CMS) that allows an
individual or a community of users to easily publish, manage and organize a
wide variety of content on a website.

Drupal is ready to go from the moment you download it. It even has an
easy-to-use web installer! The built-in functionality, combined with dozens
of freely available add-on modules, will enable features such as: Content
Management Systems, Blogs, Collaborative authoring environments, Forums,
Peer-to-peer networking, Newsletters, Podcasting, Picture galleries, File
uploads/downloads and much more.
2017-11-04 14:30:39 +00:00

19 lines
376 B
Text

# $NetBSD: drupal.conf,v 1.1 2017/11/04 14:30:39 wen Exp $
#
# Drupal configuration file fragment for Apache
#
# Apache/PHP/Drupal settings:
#
<IfModule mod_alias.c>
Alias /drupal/ "@PREFIX@/@DRUPAL@/"
</IfModule>
<Directory "@PREFIX@/@DRUPAL@">
AllowOverride All
Order allow,deny
Allow from all
# If apache is 2.4 or above, please use:
# Require all granted
</Directory>