aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorDamien Lallement <dams@mageia.org>2011-01-18 23:03:47 +0000
committerDamien Lallement <dams@mageia.org>2011-01-18 23:03:47 +0000
commit5daaa191848a133f5d356ec590b0d3c788731191 (patch)
tree6a16f2a35f0d16c0f59bbb1feecd05ae5f952a23 /modules
parent0af4c791ea4ab02fa080c5d9a231db6fd57695bd (diff)
downloadpuppet-5daaa191848a133f5d356ec590b0d3c788731191.tar
puppet-5daaa191848a133f5d356ec590b0d3c788731191.tar.gz
puppet-5daaa191848a133f5d356ec590b0d3c788731191.tar.bz2
puppet-5daaa191848a133f5d356ec590b0d3c788731191.tar.xz
puppet-5daaa191848a133f5d356ec590b0d3c788731191.zip
add AllowOverride All to vhost
Diffstat (limited to 'modules')
-rw-r--r--modules/blog/templates/01_blogs_vhosts.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/blog/templates/01_blogs_vhosts.conf b/modules/blog/templates/01_blogs_vhosts.conf
index a617d760..dae15b40 100644
--- a/modules/blog/templates/01_blogs_vhosts.conf
+++ b/modules/blog/templates/01_blogs_vhosts.conf
@@ -3,7 +3,8 @@ ServerName blog-test.mageia.org
DocumentRoot /var/www/html/blog.mageia.org/
<Directory /var/www/html/blog.mageia.org/>
Order deny,allow
- Allow from all
+ Allow from All
+ AllowOverride All
Options FollowSymlinks
Options +Indexes
</Directory>