diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/002237.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-January/002237.html | 96 |
1 files changed, 96 insertions, 0 deletions
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 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [854] add AllowOverride All to vhost + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B854%5D%20add%20AllowOverride%20All%20to%20vhost&In-Reply-To=%3C20110118230347.5AB2242978%40valstar.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002236.html"> + <LINK REL="Next" HREF="002242.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [854] add AllowOverride All to vhost</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B854%5D%20add%20AllowOverride%20All%20to%20vhost&In-Reply-To=%3C20110118230347.5AB2242978%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [854] add AllowOverride All to vhost">root at mageia.org + </A><BR> + <I>Wed Jan 19 00:03:47 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="002236.html">[Mageia-sysadm] Puppet Report for champagne.mageia.org +</A></li> + <LI>Next message: <A HREF="002242.html">[Mageia-sysadm] [854] add AllowOverride All to vhost +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2237">[ date ]</a> + <a href="thread.html#2237">[ thread ]</a> + <a href="subject.html#2237">[ subject ]</a> + <a href="author.html#2237">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>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> +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002236.html">[Mageia-sysadm] Puppet Report for champagne.mageia.org +</A></li> + <LI>Next message: <A HREF="002242.html">[Mageia-sysadm] [854] add AllowOverride All to vhost +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2237">[ date ]</a> + <a href="thread.html#2237">[ thread ]</a> + <a href="subject.html#2237">[ subject ]</a> + <a href="author.html#2237">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |