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/000818.html | 110 ++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000818.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000818.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000818.html b/zarb-ml/mageia-sysadm/2010-November/000818.html new file mode 100644 index 000000000..fe77516bb --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000818.html @@ -0,0 +1,110 @@ + + + + [Mageia-sysadm] [417] allow repository http acces from buildsystem nodes + + + + + + + + + +

[Mageia-sysadm] [417] allow repository http acces from buildsystem nodes

+ root at mageia.org + root at mageia.org +
+ Tue Nov 23 08:15:22 CET 2010 +

+
+ +
Revision: 417
+Author:   blino
+Date:     2010-11-23 08:15:22 +0100 (Tue, 23 Nov 2010)
+Log Message:
+-----------
+allow repository http acces from buildsystem nodes
+(hardcoding their IPv6 address since we have no reverse lookup on them)
+
+Modified Paths:
+--------------
+    puppet/modules/buildsystem/templates/vhost_repository.conf
+
+Modified: puppet/modules/buildsystem/templates/vhost_repository.conf
+===================================================================
+--- puppet/modules/buildsystem/templates/vhost_repository.conf	2010-11-23 02:19:39 UTC (rev 416)
++++ puppet/modules/buildsystem/templates/vhost_repository.conf	2010-11-23 07:15:22 UTC (rev 417)
+@@ -1,5 +1,6 @@
+ <%
+ repository_root = "/distrib/bootstrap"
++buildsystem_nodes = "2a02:2178:2:7::3, 2a02:2178:2:7::4"
+ %>
+ 
+ <VirtualHost *:80>
+@@ -9,6 +10,7 @@
+           Order deny,allow
+           Deny from all
+           Allow from localhost, 127.0.0.1
++          Allow from <%= buildsystem_nodes %>
+           Allow from .<%= domain %>
+           Options Indexes FollowSymLinks
+         </Directory>
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101123/6588c1e0/attachment.html>
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+

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