[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r402: Add SSL definitions for IRC web locations.

Jeff Licquia licquia at linuxfoundation.org
Wed Feb 27 20:27:12 UTC 2013


------------------------------------------------------------
revno: 402
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Wed 2013-02-27 15:27:12 -0500
message:
  Add SSL definitions for IRC web locations.
modified:
  modules/apachehttpd/files/vhosts.d/lsb1.linux-foundation.org/000-default.conf
-------------- next part --------------
=== modified file 'modules/apachehttpd/files/vhosts.d/lsb1.linux-foundation.org/000-default.conf'
--- a/modules/apachehttpd/files/vhosts.d/lsb1.linux-foundation.org/000-default.conf	2013-02-27 18:48:58 +0000
+++ b/modules/apachehttpd/files/vhosts.d/lsb1.linux-foundation.org/000-default.conf	2013-02-27 20:27:12 +0000
@@ -177,6 +177,7 @@
     RewriteCond %{REQUEST_URI} !^/prdb
     RewriteCond %{REQUEST_URI} !^/maintenance.html
     RewriteCond %{REQUEST_URI} !^/spec
+    RewriteCond %{REQUEST_URI} !^/irc
     RewriteCond %{REQUEST_URI} !^/robots.txt
     RewriteRule ^(.*)$ https://www.linuxfoundation.org/collaborate/workgroups/lsb
 
@@ -234,6 +235,8 @@
 		Allow from all
 	</Location>
 
+    # prdb
+
     Alias /prdb /srv/www/modules/prdb 
     <Directory "/srv/www/modules/prdb/">
         Options FollowSymLinks -Indexes
@@ -248,6 +251,25 @@
        </FilesMatch>
    </Directory>
 
+    # irc
+
+    Alias /irc/lsb-meeting /opt/supybot/config/lsb-meeting
+    Alias /irc/logs /opt/supybot/config/logs/ChannelLogger/freenode
+
+    <Directory /opt/supybot/config/lsb-meeting>
+       Options +FollowSymLinks
+       AllowOverride All
+       order allow,deny
+       allow from all
+    </Directory>
+
+    <Directory /opt/supybot/config/logs/ChannelLogger/freenode>
+       Options +FollowSymLinks
+       AllowOverride All
+       order allow,deny
+       allow from all
+    </Directory>
+
    SetEnv BZR_HOME /var/lib/wwwrun
 
 	#   SSL Engine Switch:



More information about the lsb-messages mailing list