Changeset 9ba102b
- Timestamp:
- May 25, 2006, 8:56:04 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 20c2c29
- Parents:
- 88684c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
svn_mirroring.txt
r88684c8 r9ba102b 28 28 AuthUserFile /etc/svn/svn_users 29 29 </Limit> 30 RewriteEngine On 31 RewriteCond %{REQUEST_METHOD} !^(CHECKOUT|DELETE|GET|MERGE|PROPFIND|PUT|OPTIONS|REPORT)$ 32 RewriteRule /svn/repos(.*) http://svn.cross-lfs.org/svn/repos$1 [P] 33 ProxyPassReverse http://svn.cross-lfs.org/svn/repos 30 <LimitExcept CHECKOUT GET MERGE PROFIND PUT OPTIONS REPORT> 31 ProxyPass http://svn.cross-lfs.org/svn/repos 32 ProxyPassReverse http://svn.cross-lfs.org/svn/repos 33 </LimitExcept> 34 </Location> 34 35 </Location> 35 36 … … 52 53 path = /srv/svn/cross-lfs 53 54 comment = CLFS svn rsync module 54 uid = apache55 55 read only = no 56 56 list = yes 57 uid = apache 57 58 hosts allow = 209.172.44.8 58 59 secrets file = /etc/rsyncd.secrets
Note:
See TracChangeset
for help on using the changeset viewer.