[Mageia-sysadm] [854] add AllowOverride All to vhost

root at mageia.org root at mageia.org
Wed Jan 19 00:03:47 CET 2011


Revision: 854
Author:   dams
Date:     2011-01-19 00:03:47 +0100 (Wed, 19 Jan 2011)
Log Message:
-----------
add AllowOverride All to vhost

Modified Paths:
--------------
    puppet/modules/blog/templates/01_blogs_vhosts.conf

Modified: puppet/modules/blog/templates/01_blogs_vhosts.conf
===================================================================
--- puppet/modules/blog/templates/01_blogs_vhosts.conf	2011-01-18 22:51:10 UTC (rev 853)
+++ puppet/modules/blog/templates/01_blogs_vhosts.conf	2011-01-18 23:03:47 UTC (rev 854)
@@ -3,7 +3,8 @@
 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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20110119/ad626052/attachment.html>


More information about the Mageia-sysadm mailing list