[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r727: Add LANANA virtual hosts.

Jeff Licquia licquia at linuxfoundation.org
Mon Mar 5 18:39:19 UTC 2018


------------------------------------------------------------
revno: 727
committer: Jeff Licquia <licquia at linuxfoundation.org
branch nick: puppet-lsb
timestamp: Mon 2018-03-05 13:39:19 -0500
message:
  Add LANANA virtual hosts.
added:
  modules/apachehttpd/files/vhosts.d/lsb2.linux-foundation.org/lanana.conf
-------------- next part --------------
=== added file 'modules/apachehttpd/files/vhosts.d/lsb2.linux-foundation.org/lanana.conf'
--- a/modules/apachehttpd/files/vhosts.d/lsb2.linux-foundation.org/lanana.conf	1970-01-01 00:00:00 +0000
+++ b/modules/apachehttpd/files/vhosts.d/lsb2.linux-foundation.org/lanana.conf	2018-03-05 18:39:19 +0000
@@ -0,0 +1,70 @@
+<VirtualHost *:80>
+    ServerAdmin webmaster at linuxfoundation.org
+    ServerName www.lanana.org
+    ServerAlias lanana.linuxbase.org
+    ServerAlias lanana.licquia.org
+
+    DocumentRoot /data/www/modules/lanana
+
+    # if not specified, the global error log is used
+    ErrorLog /var/log/apache2/lanana.linuxfoundation.org-error_log
+    CustomLog /var/log/apache2/lanana.linuxfoundation.org-access_log combined
+
+    # don't loose time with IP address lookups
+    HostnameLookups Off
+
+    # needed for named virtual hosts
+    UseCanonicalName Off
+
+    # configures the footer on server-generated documents
+    ServerSignature On
+
+
+    <Directory "/data/www/modules/lanana">
+	Options Indexes FollowSymLinks MultiViews
+	AllowOverride None
+	Order allow,deny
+	Allow from all
+    </Directory>
+
+</VirtualHost>
+
+<VirtualHost *:443>
+    ServerAdmin webmaster at linuxfoundation.org
+    ServerName www.lanana.org
+    ServerAlias lanana.linuxbase.org
+
+    DocumentRoot /data/www/modules/lanana
+
+    # if not specified, the global error log is used
+    ErrorLog /var/log/apache2/lanana.linuxfoundation.org-error_log
+    CustomLog /var/log/apache2/lanana.linuxfoundation.org-access_log combined
+
+    # don't loose time with IP address lookups
+    HostnameLookups Off
+
+    # needed for named virtual hosts
+    UseCanonicalName Off
+
+    # configures the footer on server-generated documents
+    ServerSignature On
+
+
+    <Directory "/data/www/modules/lanana">
+	Options Indexes FollowSymLinks MultiViews
+	AllowOverride None
+	Order allow,deny
+	Allow from all
+    </Directory>
+
+    # SSL stuff.
+	SSLEngine on
+	SSLProtocol all -SSLv2 -SSLv3
+	SSLCipherSuite ALL:!aNULL:!eNULL:!SSLv2:!LOW:!EXP:!MD5:@STRENGTH
+	SSLCertificateFile /etc/apache2/ssl.crt/linuxbase-sf_bundle.pem
+	SSLCertificateKeyFile /etc/apache2/ssl.key/linuxbase.key
+	SSLCertificateChainFile /etc/apache2/ssl.crt/linuxbase-sf_bundle.pem
+	<Files ~ "\.(cgi|shtml|phtml|php3?)$">
+	    SSLOptions +StdEnvVars
+	</Files>
+</VirtualHost>



More information about the lsb-messages mailing list