All pastes #2054103 Raw Edit

Miscellany

public text v1 · immutable
#2054103 ·published 2011-05-05 06:13 UTC
rendered paste body
 <Directory /var/vhosts/ordersystem.viptel.dk/js/>
               order allow,deny
               allow from all
       </Directory>
       <Directory /var/vhosts/ordersystem.viptel.dk/css/*>
               order allow,deny
               deny from all
       </Directory>
       <Directory /var/vhosts/ordersystem.viptel.dk/frontend/*>
               order allow,deny
               deny from all
       </Directory>

       <Directory /var/vhosts/ordersystem.viptel.dk/backend/*>
               order deny,allow
              deny from all
               allow from  91.206.90.116     # Viptel
               allow from  217.198.217.182   # Viptel kontor
               allow from  93.165.146.165    # admin-test
               allow from  93.165.146.166    # infoserver
               allow from  91.206.90.114     # ts01.viptel.dk
               allow from  93.165.146.165    # admin-test.telcogate.as
               allow from  80.161.191.70     # relaunch2010.viptel.dk
               allow from  93.165.146.170    # relaunch2010.viptel.dk -vlan120
               allow from  127.0.0.1             # localhost
              allow from  212.130.22.82         # mpls.vipte
       </Directory>