]> git.donarmstrong.com Git - dak.git/commitdiff
[mhy] Remove malo and add poulenc/porpora
authorJoerg Jaspert <joerg@debian.org>
Fri, 30 Jul 2010 02:11:12 +0000 (04:11 +0200)
committerJoerg Jaspert <joerg@debian.org>
Fri, 30 Jul 2010 02:11:12 +0000 (04:11 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/apache.conf-incoming

index c019bf5e4bdeae29d2b442249b6a2858c8fbac19..a9f775ca55c842e607b5edd63acf69c565fd36bf 100644 (file)
@@ -1,6 +1,7 @@
 <VirtualHost *:80>
   ServerName incoming.debian.org
   DocumentRoot /srv/incoming.debian.org/public
+
   # deny by default
   <Directory />
     Order allow,deny
   # powerpc
     # static-72-66-115-54.washdc.fios.verizon.net
     allow from 72.66.115.54
-    # malo
-    allow from 140.211.166.27
     # praetorius
     allow from 130.239.18.121
     # purcell
     allow from 82.195.75.69
     allow from 2001:41b8:202:deb:20a:95ff:fe6c:3c02
+    # poulenc
+    allow from 144.32.168.77
+    # porpora
+    allow from 144.32.168.78
   # s390
     # debian01.zseries
     allow from 195.243.109.161
 # dynamics use password auth
     AuthType Basic
     AuthName "incoming.debian.org"
-    # We do not like passwords, unless for good reason.
     AuthUserFile /srv/incoming.debian.org/htpasswd
     require valid-user
     satisfy any