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/2010-November/000993.html | 92 +++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000993.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000993.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000993.html b/zarb-ml/mageia-sysadm/2010-November/000993.html new file mode 100644 index 000000000..4a09b1eab --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000993.html @@ -0,0 +1,92 @@ + + + + [Mageia-sysadm] [488] enable SNI and use one certificate per vhost for catalyst application + + + + + + + + + +

[Mageia-sysadm] [488] enable SNI and use one certificate per vhost for catalyst application

+ root at mageia.org + root at mageia.org +
+ Tue Nov 30 20:21:48 CET 2010 +

+
+ +
Revision: 488
+Author:   misc
+Date:     2010-11-30 20:21:48 +0100 (Tue, 30 Nov 2010)
+Log Message:
+-----------
+enable SNI and use one certificate per vhost for catalyst application
+
+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-30 19:21:47 UTC (rev 487)
++++ puppet/modules/apache/templates/vhost_catalyst_app.conf	2010-11-30 19:21:48 UTC (rev 488)
+@@ -8,14 +8,12 @@
+ <VirtualHost *:<%= port %>>
+ <% if use_ssl then %>
+         SSLEngine on
+-        #TODO deploy SNI later 
+-        SSLCertificateFile /etc/ssl/apache/apache.pem
+-        SSLCertificateKeyFile /etc/ssl/apache/apache.pem
++        SSLCertificateFile /etc/ssl/apache/<%= name %>.pem
++        SSLCertificateKeyFile /etc/ssl/apache/<%= name %>.pem
+ <% end %>
+         ServerName <%= name %>
+         # Serve static content directly
+         DocumentRoot  /dev/null
+-# header 
+ 
+ <% if location then %>
+         Alias /static <%= location %>/root/static
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101130/d0062c3a/attachment.html>
+
+ + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1