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/000987.html | 86 +++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000987.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000987.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000987.html b/zarb-ml/mageia-sysadm/2010-November/000987.html new file mode 100644 index 000000000..e09be3474 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000987.html @@ -0,0 +1,86 @@ + + + + [Mageia-sysadm] [482] - use ssl for epoll ( for security reason ) + + + + + + + + + +

[Mageia-sysadm] [482] - use ssl for epoll ( for security reason )

+ root at mageia.org + root at mageia.org +
+ Tue Nov 30 18:24:51 CET 2010 +

+
+ +
Revision: 482
+Author:   misc
+Date:     2010-11-30 18:24:51 +0100 (Tue, 30 Nov 2010)
+Log Message:
+-----------
+- use ssl for epoll ( for security reason )
+
+Modified Paths:
+--------------
+    puppet/modules/epoll/manifests/init.pp
+
+Modified: puppet/modules/epoll/manifests/init.pp
+===================================================================
+--- puppet/modules/epoll/manifests/init.pp	2010-11-26 16:57:31 UTC (rev 481)
++++ puppet/modules/epoll/manifests/init.pp	2010-11-30 17:24:51 UTC (rev 482)
+@@ -8,8 +8,11 @@
+     
+     apache::vhost_catalyst_app { $vhost:
+         script => "/usr/bin/epoll_fastcgi.pl", 
++        use_ssl => true, 
+         require => Package['Epoll']
+     }
++
++    apache::vhost_redirect_ssl { $vhost: }
+      
+     $password = extlookup("epoll_password",'x')
+  
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101130/006f404a/attachment.html>
+
+ + + +
+

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