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/000797.html | 123 ++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000797.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000797.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000797.html b/zarb-ml/mageia-sysadm/2010-November/000797.html new file mode 100644 index 000000000..e4a51cc3b --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000797.html @@ -0,0 +1,123 @@ + + + + [Mageia-sysadm] [403] add repository vhost for main BS node + + + + + + + + + +

[Mageia-sysadm] [403] add repository vhost for main BS node

+ root at mageia.org + root at mageia.org +
+ Tue Nov 23 00:29:04 CET 2010 +

+
+ +
Revision: 403
+Author:   blino
+Date:     2010-11-23 00:29:03 +0100 (Tue, 23 Nov 2010)
+Log Message:
+-----------
+add repository vhost for main BS node
+
+Modified Paths:
+--------------
+    puppet/modules/buildsystem/manifests/init.pp
+
+Added Paths:
+-----------
+    puppet/modules/buildsystem/templates/vhost_repository.conf
+
+Modified: puppet/modules/buildsystem/manifests/init.pp
+===================================================================
+--- puppet/modules/buildsystem/manifests/init.pp	2010-11-22 16:12:51 UTC (rev 402)
++++ puppet/modules/buildsystem/manifests/init.pp	2010-11-22 23:29:03 UTC (rev 403)
+@@ -26,6 +26,12 @@
+         package { $package_list:
+             ensure => "installed"
+         }
++
++        include apache
++        apache::vhost_other_app { "repository.$domain":
++            vhost_file => "buildsystem/vhost_bugs.conf",
++        }
++
+     }
+ 
+     class buildnode inherits base {
+
+Added: puppet/modules/buildsystem/templates/vhost_repository.conf
+===================================================================
+--- puppet/modules/buildsystem/templates/vhost_repository.conf	                        (rev 0)
++++ puppet/modules/buildsystem/templates/vhost_repository.conf	2010-11-22 23:29:03 UTC (rev 403)
+@@ -0,0 +1,15 @@
++<%
++repository_root = "/distrib/bootstrap"
++%>
++
++<VirtualHost *:80>
++        ServerName repository.<%= domain %>
++        DocumentRoot <%= repository_root %>
++        <Directory  <%= repository_root %>>
++          Order deny,allow
++          Deny from all
++          Allow from localhost, 127.0.0.1
++          Allow from .<%= domain %>
++          Options Indexes FollowSymLinks
++        </Directory>
++</VirtualHost>
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101123/fc8d6161/attachment.html>
+
+ + + + + + + + + + + + + + +
+

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