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/000240.html | 90 +++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000240.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000240.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000240.html b/zarb-ml/mageia-sysadm/2010-November/000240.html new file mode 100644 index 000000000..d9c839750 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000240.html @@ -0,0 +1,90 @@ + + + + [Mageia-sysadm] [124] - add a class for mod_fastcgi + + + + + + + + + +

[Mageia-sysadm] [124] - add a class for mod_fastcgi

+ root at mageia.org + root at mageia.org +
+ Fri Nov 5 02:08:22 CET 2010 +

+
+ +
Revision: 124
+Author:   misc
+Date:     2010-11-05 02:08:21 +0100 (Fri, 05 Nov 2010)
+Log Message:
+-----------
+- add a class for mod_fastcgi
+
+Modified Paths:
+--------------
+    puppet/modules/apache/manifests/init.pp
+
+Modified: puppet/modules/apache/manifests/init.pp
+===================================================================
+--- puppet/modules/apache/manifests/init.pp	2010-11-05 01:04:35 UTC (rev 123)
++++ puppet/modules/apache/manifests/init.pp	2010-11-05 01:08:21 UTC (rev 124)
+@@ -42,6 +42,11 @@
+         }
+     }
+ 
++    class mod_fastcgi inherits base {
++        package { "apache-mod_fastcgi":
++            ensure => installed
++        }
++    }
+ 
+     class mod_wsgi inherits base {
+         package { "apache-mod_wsgi":
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101105/d6b2fdfd/attachment.html>
+
+ + + + + + + +
+

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