Changeset 9ba102b


Ignore:
Timestamp:
May 25, 2006, 8:56:04 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:
20c2c29
Parents:
88684c8
Message:

Testing modifying of a document

File:
1 edited

Legend:

Unmodified
Added
Removed
  • svn_mirroring.txt

    r88684c8 r9ba102b  
    2828        AuthUserFile /etc/svn/svn_users
    2929  </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>
    3435</Location>
    3536
     
    5253        path = /srv/svn/cross-lfs
    5354        comment = CLFS svn rsync module
    54         uid = apache
    5555        read only = no
    5656        list = yes
     57        uid = apache
    5758        hosts allow = 209.172.44.8
    5859        secrets file = /etc/rsyncd.secrets
Note: See TracChangeset for help on using the changeset viewer.