[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r636: Fix HTTPS references to test.linuxbase.org, file perms.

Jeff Licquia licquia at linuxfoundation.org
Sun Oct 5 03:30:42 UTC 2014


------------------------------------------------------------
revno: 636
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Sat 2014-10-04 23:30:42 -0400
message:
  Fix HTTPS references to test.linuxbase.org, file perms.
modified:
  modules/apachehttpd/files/vhosts.d/lsb2.linux-foundation.org/test.conf
-------------- next part --------------
=== modified file 'modules/apachehttpd/files/vhosts.d/lsb2.linux-foundation.org/test.conf'
--- a/modules/apachehttpd/files/vhosts.d/lsb2.linux-foundation.org/test.conf	2014-10-05 02:49:32 +0000
+++ b/modules/apachehttpd/files/vhosts.d/lsb2.linux-foundation.org/test.conf	2014-10-05 03:30:42 +0000
@@ -42,12 +42,12 @@
     </IfModule>
 
 
-#    <Directory "/srv/www/vhosts/linuxbase.org">
-#	Options Indexes FollowSymLinks
-#	AllowOverride None
-#	Order allow,deny
-#	Allow from all
-#    </Directory>
+     <Directory "/srv/www/vhosts/linuxbase.org">
+	Options Indexes FollowSymLinks
+	AllowOverride None
+	Order allow,deny
+	Allow from all
+     </Directory>
 
     RewriteEngine on
 
@@ -145,11 +145,10 @@
 
 	#  General setup for the virtual host
 	DocumentRoot "/srv/www/vhosts/linuxbase.org"
-	ServerName www.linuxbase.org
-	ServerAlias linuxbase.org
+	ServerName test.linuxbase.org
 	ServerAdmin webmaster at linuxbase.org
-	ErrorLog /var/log/apache2/linuxbase.org-error_log
-	CustomLog /var/log/apache2/linuxbase.org-access_log combined
+	ErrorLog /var/log/apache2/test.linuxbase.org-error_log
+	CustomLog /var/log/apache2/test.linuxbase.org-access_log combined
 
 	<Directory "/srv/www/vhosts/linuxbase.org">
 		Options Indexes FollowSymLinks



More information about the lsb-messages mailing list