diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000337.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-November/000337.html | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000337.html b/zarb-ml/mageia-sysadm/2010-November/000337.html new file mode 100644 index 000000000..507c26761 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000337.html @@ -0,0 +1,93 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [199] - fix syntax error in the template ( TODO add a check in pre-commit ) + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B199%5D%20-%20fix%20syntax%20error%20in%20the%20template%20%28%20TODO%20add%0A%09a%20check%20in%20pre-commit%20%29&In-Reply-To=%3C20101108004709.2F16F3FC0D%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="000336.html"> + <LINK REL="Next" HREF="000338.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [199] - fix syntax error in the template ( TODO add a check in pre-commit )</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B199%5D%20-%20fix%20syntax%20error%20in%20the%20template%20%28%20TODO%20add%0A%09a%20check%20in%20pre-commit%20%29&In-Reply-To=%3C20101108004709.2F16F3FC0D%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [199] - fix syntax error in the template ( TODO add a check in pre-commit )">root at mageia.org + </A><BR> + <I>Mon Nov 8 01:47:09 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="000336.html">[Mageia-sysadm] [198] - forgot to give the script ( I didn' t found how to make sure that puppet read my mind ) +</A></li> + <LI>Next message: <A HREF="000338.html">[Mageia-sysadm] [200] - fix template here too +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#337">[ date ]</a> + <a href="thread.html#337">[ thread ]</a> + <a href="subject.html#337">[ subject ]</a> + <a href="author.html#337">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 199 +Author: misc +Date: 2010-11-08 01:47:08 +0100 (Mon, 08 Nov 2010) +Log Message: +----------- +- fix syntax error in the template ( TODO add a check in pre-commit ) + +Modified Paths: +-------------- + puppet/modules/apache/templates/vhost_catalyst_app.conf + +Modified: puppet/modules/apache/templates/vhost_catalyst_app.conf +=================================================================== +--- puppet/modules/apache/templates/vhost_catalyst_app.conf 2010-11-08 00:44:13 UTC (rev 198) ++++ puppet/modules/apache/templates/vhost_catalyst_app.conf 2010-11-08 00:47:08 UTC (rev 199) +@@ -17,7 +17,7 @@ + DocumentRoot /dev/null + <% if location then %> + Alias /static <%= location %>/root/static +-<% endif %> ++<% end %> + Alias / <%= script %>/ + FastCgiServer <%= script %> -processes <%= process %> -idle-timeout 30 + +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20101108/43d83843/attachment.html> +</PRE> + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000336.html">[Mageia-sysadm] [198] - forgot to give the script ( I didn' t found how to make sure that puppet read my mind ) +</A></li> + <LI>Next message: <A HREF="000338.html">[Mageia-sysadm] [200] - fix template here too +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#337">[ date ]</a> + <a href="thread.html#337">[ thread ]</a> + <a href="subject.html#337">[ subject ]</a> + <a href="author.html#337">[ 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> |