From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2011-January/002237.html | 96 ++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/002237.html (limited to 'zarb-ml/mageia-sysadm/2011-January/002237.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/002237.html b/zarb-ml/mageia-sysadm/2011-January/002237.html new file mode 100644 index 000000000..4082b89c1 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002237.html @@ -0,0 +1,96 @@ + + + + [Mageia-sysadm] [854] add AllowOverride All to vhost + + + + + + + + + +

[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
+ -- cgit v1.2.1