Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 2962889ae41ea47c4adddfde25f00b32 > files > 13

perl-Test-AutoBuild-1.2.2-13.fc15.i686.rpm

# Allow read only access to autobuild status pages

<VirtualHost *:80>
  ServerName builder.example.com
  
  DocumentRoot /var/lib/builder/public_html

  <Location />

    Options Indexes MultiViews
    AllowOverride None

    <Limit GET>
      Order allow,deny
      Allow from all
    </Limit>
  
    <LimitExcept GET>
      Order deny,allow
      Deny from all
    </LimitExcept>

  </Location>
</VirtualHost>