[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