~ubuntu-branches/ubuntu/saucy/apache2/saucy

« back to all changes in this revision

Viewing changes to debian/config-mods/userdir.conf

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-10-13 19:46:10 UTC
  • Revision ID: james.westby@ubuntu.com-20041013194610-ccvqcz8vflh5zqrm
Tags: 2.0.50-12ubuntu4
Security Release. Patch from upstream for the following:
CAN-2004-0885SSLCypherSuite can be bypassed during renegotiation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<IfModule mod_userdir.c>
 
2
        UserDir public_html
 
3
        UserDir disabled root
 
4
        
 
5
        <Directory /home/*/public_html>
 
6
                AllowOverride FileInfo AuthConfig Limit
 
7
                Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
 
8
        </Directory>
 
9
</IfModule>