471
by drtomc
doc/setup/ivle-svn.conf: a non-configured apache config for the svn server |
1 |
NameVirtualHost * |
2 |
ServerAdmin ADMIN@EXAMPLE.COM |
|
3 |
ServerName IVLE.EXAMPLE.COM |
|
4 |
||
5 |
<VirtualHost *> |
|
989
by dcoles
Groups: Added userservice/assign_group call. This allows a user with the |
6 |
<Location /users> |
471
by drtomc
doc/setup/ivle-svn.conf: a non-configured apache config for the svn server |
7 |
DAV svn |
1079
by William Grant
Merge setup-refactor branch. This completely breaks existing installations; |
8 |
SVNParentPath /var/lib/ivle/svn/repositories/users |
9 |
AuthzSVNAccessFile /var/lib/ivle/svn/svn.conf |
|
471
by drtomc
doc/setup/ivle-svn.conf: a non-configured apache config for the svn server |
10 |
Require valid-user |
11 |
AuthType Basic |
|
12 |
AuthName "Subversion repository" |
|
1079
by William Grant
Merge setup-refactor branch. This completely breaks existing installations; |
13 |
AuthUserFile /var/lib/ivle/svn/ivle.auth |
471
by drtomc
doc/setup/ivle-svn.conf: a non-configured apache config for the svn server |
14 |
</Location>
|
989
by dcoles
Groups: Added userservice/assign_group call. This allows a user with the |
15 |
<Location /groups> |
16 |
DAV svn |
|
1079
by William Grant
Merge setup-refactor branch. This completely breaks existing installations; |
17 |
SVNParentPath /var/lib/ivle/svn/repositories/groups |
18 |
AuthzSVNAccessFile /var/lib/ivle/svn/svn-group.conf |
|
989
by dcoles
Groups: Added userservice/assign_group call. This allows a user with the |
19 |
Require valid-user |
20 |
AuthType Basic |
|
21 |
AuthName "Subversion repository" |
|
1079
by William Grant
Merge setup-refactor branch. This completely breaks existing installations; |
22 |
AuthUserFile /var/lib/ivle/svn/ivle.auth |
989
by dcoles
Groups: Added userservice/assign_group call. This allows a user with the |
23 |
</Location>
|
471
by drtomc
doc/setup/ivle-svn.conf: a non-configured apache config for the svn server |
24 |
</VirtualHost>
|