~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/setup/ivle-both.conf

  • Committer: wagrant
  • Date: 2008-07-21 07:03:14 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:922
userdb: Add a migration for the change before we moved to migrations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        #PythonDebug On
22
22
        Options FollowSymLinks
23
23
        PythonOption mod_python.file_session.database_directory /home/informatics/sessions
24
 
        PythonOption mod_python.session.cookie_name ivle
25
24
    </Directory>
26
25
    <Directory "/opt/ivle/www/media">
27
26
        SetHandler None
42
41
 
43
42
<VirtualHost *>
44
43
  ServerName svn.localhost
45
 
  <Location /users>
 
44
  <Location />
46
45
    DAV svn
47
 
    SVNParentPath /home/informatics/repositories/users
 
46
    SVNParentPath /home/informatics/repositories
48
47
    AuthzSVNAccessFile /opt/ivle/svn/svn.conf
49
48
    Require valid-user
50
49
    AuthType Basic
51
50
    AuthName "Subversion repository"
52
51
    AuthUserFile /opt/ivle/svn/ivle.auth
53
52
  </Location>
54
 
  <Location /groups>
55
 
    DAV svn
56
 
    SVNParentPath /home/informatics/repositories/groups
57
 
    AuthzSVNAccessFile /opt/ivle/svn/svn-group.conf
58
 
    Require valid-user
59
 
    AuthType Basic
60
 
    AuthName "Subversion repository"
61
 
    AuthUserFile /opt/ivle/svn/ivle.auth
62
 
  </Location>
63
53
</VirtualHost>
64
54