Changeset 99504e5


Ignore:
Timestamp:
May 25, 2006, 4:33:39 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0d63bfd
Parents:
e4845ad
Message:

Update to svn_mirroring.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • svn_mirroring.txt

    re4845ad r99504e5  
    1717Apache httpd.conf file
    1818<Location /svn/repos>
    19   <Limit CHECKOUT DELETE GET PROPFIND PUT OPTIONS REPORT>
     19  <Limit CHECKOUT DELETE GET MERGE PROPFIND PUT OPTIONS REPORT>
    2020        DAV svn
    2121        SVNParentPath /srv/svn
     
    2929  </Limit>
    3030   RewriteEngine On
    31    RewriteCond %{REQUEST_METHOD} !^(GET|PROPFIND|OPTIONS|REPORT)$
     31   RewriteCond %{REQUEST_METHOD} !^(CHECKOUT|DELETE|GET|MERGE|PROPFIND|PUT|OPTIONS|REPORT)$   
    3232   RewriteRule /svn/repos(.*) http://svn.cross-lfs.org/svn/repos$1 [P]
    3333   ProxyPassReverse http://svn.cross-lfs.org/svn/repos
     
    5252        path = /srv/svn/cross-lfs
    5353        comment = CLFS svn rsync module
     54        uid = apache
    5455        read only = no
    5556        list = yes
Note: See TracChangeset for help on using the changeset viewer.