Changeset 99504e5
- Timestamp:
- May 25, 2006, 4:33:39 PM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0d63bfd
- Parents:
- e4845ad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
svn_mirroring.txt
re4845ad r99504e5 17 17 Apache httpd.conf file 18 18 <Location /svn/repos> 19 <Limit CHECKOUT DELETE GET PROPFIND PUT OPTIONS REPORT>19 <Limit CHECKOUT DELETE GET MERGE PROPFIND PUT OPTIONS REPORT> 20 20 DAV svn 21 21 SVNParentPath /srv/svn … … 29 29 </Limit> 30 30 RewriteEngine On 31 RewriteCond %{REQUEST_METHOD} !^( GET|PROPFIND|OPTIONS|REPORT)$31 RewriteCond %{REQUEST_METHOD} !^(CHECKOUT|DELETE|GET|MERGE|PROPFIND|PUT|OPTIONS|REPORT)$ 32 32 RewriteRule /svn/repos(.*) http://svn.cross-lfs.org/svn/repos$1 [P] 33 33 ProxyPassReverse http://svn.cross-lfs.org/svn/repos … … 52 52 path = /srv/svn/cross-lfs 53 53 comment = CLFS svn rsync module 54 uid = apache 54 55 read only = no 55 56 list = yes
Note:
See TracChangeset
for help on using the changeset viewer.