diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-December/001225.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-December/001225.html | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-December/001225.html b/zarb-ml/mageia-sysadm/2010-December/001225.html new file mode 100644 index 000000000..446182507 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-December/001225.html @@ -0,0 +1,86 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [622] force ssl for transifex, to protect login + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B622%5D%20force%20ssl%20for%20transifex%2C%20to%20protect%20login&In-Reply-To=%3C20101215031153.AD471401B2%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="001224.html"> + <LINK REL="Next" HREF="001226.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [622] force ssl for transifex, to protect login</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B622%5D%20force%20ssl%20for%20transifex%2C%20to%20protect%20login&In-Reply-To=%3C20101215031153.AD471401B2%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [622] force ssl for transifex, to protect login">root at mageia.org + </A><BR> + <I>Wed Dec 15 04:11:53 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="001224.html">[Mageia-sysadm] [621] add ssl support to django deployment class +</A></li> + <LI>Next message: <A HREF="001226.html">[Mageia-sysadm] [623] - add transifex to dns +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1225">[ date ]</a> + <a href="thread.html#1225">[ thread ]</a> + <a href="subject.html#1225">[ subject ]</a> + <a href="author.html#1225">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 622 +Author: misc +Date: 2010-12-15 04:11:53 +0100 (Wed, 15 Dec 2010) +Log Message: +----------- +force ssl for transifex, to protect login + +Modified Paths: +-------------- + puppet/modules/transifex/manifests/init.pp + +Modified: puppet/modules/transifex/manifests/init.pp +=================================================================== +--- puppet/modules/transifex/manifests/init.pp 2010-12-15 03:11:52 UTC (rev 621) ++++ puppet/modules/transifex/manifests/init.pp 2010-12-15 03:11:53 UTC (rev 622) +@@ -63,6 +63,10 @@ + + apache::vhost_django_app { "transifex.$domain": + module => "transifex", ++ use_ssl => true, + module_path => ["/usr/share/transifex","/usr/share"] +- } ++ } ++ ++ apache::vhost_redirect_ssl { "transifex.$domain": } ++ + } +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20101215/c13a7a87/attachment.html> +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="001224.html">[Mageia-sysadm] [621] add ssl support to django deployment class +</A></li> + <LI>Next message: <A HREF="001226.html">[Mageia-sysadm] [623] - add transifex to dns +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1225">[ date ]</a> + <a href="thread.html#1225">[ thread ]</a> + <a href="subject.html#1225">[ subject ]</a> + <a href="author.html#1225">[ 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> |