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 --- .../20101207/b46704c6/attachment-0001.html | 77 ++++++++++++++++++++++ .../attachments/20101207/b46704c6/attachment.html | 77 ++++++++++++++++++++++ 2 files changed, 154 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/attachments/20101207/b46704c6/attachment-0001.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20101207/b46704c6/attachment.html (limited to 'zarb-ml/mageia-sysadm/attachments/20101207/b46704c6') diff --git a/zarb-ml/mageia-sysadm/attachments/20101207/b46704c6/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101207/b46704c6/attachment-0001.html new file mode 100644 index 000000000..d800670d1 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101207/b46704c6/attachment-0001.html @@ -0,0 +1,77 @@ + + + +[534] - simplify the cgi path using custom fact + + + + +
+
+
Revision
534
+
Author
misc
+
Date
2010-12-07 03:40:34 +0100 (Tue, 07 Dec 2010)
+
+ +

Log Message

+
- simplify the cgi path using custom fact
+ +

Modified Paths

+ + +
+
+Modified: puppet/modules/sympa/templates/vhost_ml.conf
+===================================================================
+--- puppet/modules/sympa/templates/vhost_ml.conf	2010-12-07 02:40:33 UTC (rev 533)
++++ puppet/modules/sympa/templates/vhost_ml.conf	2010-12-07 02:40:34 UTC (rev 534)
+@@ -1,7 +1,7 @@
+ <VirtualHost *:80>
+ 	ServerName ml.<%= domain %>
+ <%-
+-path_cgi_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/sympa/cgi"
++path_cgi_directory = lib_dir + "/sympa/cgi"
+ -%>
+ 	DocumentRoot <%= path_cgi_directory %>
+  	<Location />
+
+
+ + + \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101207/b46704c6/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101207/b46704c6/attachment.html new file mode 100644 index 000000000..d800670d1 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101207/b46704c6/attachment.html @@ -0,0 +1,77 @@ + + + +[534] - simplify the cgi path using custom fact + + + + +
+
+
Revision
534
+
Author
misc
+
Date
2010-12-07 03:40:34 +0100 (Tue, 07 Dec 2010)
+
+ +

Log Message

+
- simplify the cgi path using custom fact
+ +

Modified Paths

+ + +
+
+Modified: puppet/modules/sympa/templates/vhost_ml.conf
+===================================================================
+--- puppet/modules/sympa/templates/vhost_ml.conf	2010-12-07 02:40:33 UTC (rev 533)
++++ puppet/modules/sympa/templates/vhost_ml.conf	2010-12-07 02:40:34 UTC (rev 534)
+@@ -1,7 +1,7 @@
+ <VirtualHost *:80>
+ 	ServerName ml.<%= domain %>
+ <%-
+-path_cgi_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/sympa/cgi"
++path_cgi_directory = lib_dir + "/sympa/cgi"
+ -%>
+ 	DocumentRoot <%= path_cgi_directory %>
+  	<Location />
+
+
+ + + \ No newline at end of file -- cgit v1.2.1