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/000216.html | 94 +++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000216.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000216.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000216.html b/zarb-ml/mageia-sysadm/2010-November/000216.html new file mode 100644 index 000000000..1b8a11819 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000216.html @@ -0,0 +1,94 @@ + + + + [Mageia-sysadm] [103] - add config for mga-mirrors + + + + + + + + + +

[Mageia-sysadm] [103] - add config for mga-mirrors

+ root at mageia.org + root at mageia.org +
+ Thu Nov 4 19:38:47 CET 2010 +

+
+ +
Revision: 103
+Author:   nanardon
+Date:     2010-11-04 19:38:47 +0100 (Thu, 04 Nov 2010)
+Log Message:
+-----------
+- add config for mga-mirrors
+
+Added Paths:
+-----------
+    puppet/modules/mga-mirrors/templates/mirrors_vhost.conf
+
+Added: puppet/modules/mga-mirrors/templates/mirrors_vhost.conf
+===================================================================
+--- puppet/modules/mga-mirrors/templates/mirrors_vhost.conf	                        (rev 0)
++++ puppet/modules/mga-mirrors/templates/mirrors_vhost.conf	2010-11-04 18:38:47 UTC (rev 103)
+@@ -0,0 +1,15 @@
++<VirtualHost *:80>
++        ServerName identity.<%= domain %>
++        # Serve static content directly
++        DocumentRoot  /dev/null
++
++        Alias / /usr/bin/mga_mirrors_fastcgi.pl/
++        FastCgiServer /usr/bin/mga_mirrors_fastcgi.pl -processes 4 -idle-timeout 30
++
++        <Directory <%= catdap_location %>/script>
++                Options +ExecCGI
++                SetHandler fcgid-script
++                Allow from all
++        </Directory>
++</VirtualHost>
++
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101104/b4f04a45/attachment-0001.html>
+
+ + + + + + + +
+

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