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

« back to all changes in this revision

Viewing changes to platform/config/svn-apache.conf

  • Committer: drtomc
  • Date: 2007-12-05 21:24:33 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:5
Fix a bunch of glitches that Ivo and I found yesterday.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
LoadModule authz_svn_module /usr/lib/apache2/modules/mod_authz_svn.so
9
9
 
10
10
Listen 8088
11
 
ErrorLog /var/informatics/logs/error
 
11
ErrorLog /home/informatics/logs/error
12
12
LogLevel debug
13
 
PidFile /var/informatics/svn-apache.pid
 
13
PidFile /home/informatics/svn-apache.pid
14
14
 
15
15
ServerName svn.informatics.unimelb.edu.au
16
 
DocumentRoot /var/informatics/httpdocs
 
16
DocumentRoot /home/informatics/www
17
17
 
18
18
<Location />
19
19
    DAV svn
20
 
    SVNParentPath /var/informatics/svn
 
20
    SVNParentPath /home/informatics/svn
21
21
    AuthType Digest
22
22
    AuthName "informatics"
23
23
    AuthDigestProvider file
24
 
    AuthUserFile /var/informatics/conf/digest
 
24
    AuthUserFile /home/informatics/conf/digest
25
25
    AuthBasicAuthoritative On
26
 
    AuthzSVNAccessFile /var/informatics/conf/svn-authz
 
26
    AuthzSVNAccessFile /home/informatics/conf/svn-authz
27
27
    Require valid-user
28
28
</Location>