[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r639: Switch cert system to lsb2.

Jeff Licquia licquia at linuxfoundation.org
Mon Oct 6 04:04:49 UTC 2014


------------------------------------------------------------
revno: 639
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Mon 2014-10-06 00:04:49 -0400
message:
  Switch cert system to lsb2.
modified:
  modules/apachehttpd/files/vhosts.d/lsb2.linux-foundation.org/000-default.conf
-------------- next part --------------
=== modified file 'modules/apachehttpd/files/vhosts.d/lsb2.linux-foundation.org/000-default.conf'
--- a/modules/apachehttpd/files/vhosts.d/lsb2.linux-foundation.org/000-default.conf	2014-07-31 14:05:00 +0000
+++ b/modules/apachehttpd/files/vhosts.d/lsb2.linux-foundation.org/000-default.conf	2014-10-06 04:04:49 +0000
@@ -231,13 +231,16 @@
 
 	# lsb-cert
 
-	ProxyPass /lsb-cert http://vm1.linuxbase.org/lsb-cert
-	ProxyPassReverse /lsb-cert http://vm1.linuxbase.org/lsb-cert
+	Alias /lsb-cert /srv/www/modules/lsb-cert
 
-	<Location /lsb-cert>
+	<Directory /srv/www/modules/lsb-cert>
+		Options FollowSymLinks Indexes
+		AllowOverride None
 		Order allow,deny
 		Allow from all
-	</Location>
+		php_value upload_max_filesize 200M
+		php_value post_max_size 200M
+	</Directory>
 
     # prdb
 



More information about the lsb-messages mailing list