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 |
989
by dcoles
Groups: Added userservice/assign_group call. This allows a user with the |
8 |
SVNParentPath /home/informatics/repositories/users |
471
by drtomc
doc/setup/ivle-svn.conf: a non-configured apache config for the svn server |
9 |
AuthzSVNAccessFile /opt/ivle/svn/svn.conf |
10 |
Require valid-user |
|
11 |
AuthType Basic |
|
12 |
AuthName "Subversion repository" |
|
13 |
AuthUserFile /opt/ivle/svn/ivle.auth |
|
14 |
</Location>
|
|
989
by dcoles
Groups: Added userservice/assign_group call. This allows a user with the |
15 |
<Location /groups> |
16 |
DAV svn |
|
17 |
SVNParentPath /home/informatics/repositories/groups |
|
18 |
AuthzSVNAccessFile /opt/ivle/svn/svn-group.conf |
|
19 |
Require valid-user |
|
20 |
AuthType Basic |
|
21 |
AuthName "Subversion repository" |
|
22 |
AuthUserFile /opt/ivle/svn/ivle.auth |
|
23 |
</Location>
|
|
471
by drtomc
doc/setup/ivle-svn.conf: a non-configured apache config for the svn server |
24 |
</VirtualHost>
|