On 5/25/06, Jim Gifford <maillist@xxxxxxxxx> wrote:
I'm trying to force mod_proxy to send all the subversion writes to a specific server. What gets me is an error in my debug log.
Here is my config for this setup <Location /svn/repos> <Limit GET PROPFIND OPTIONS REPORT> DAV svn SVNParentPath /srv/svn SVNIndexXSLT /svnindex.xsl AuthzSVNAccessFile /etc/svn/svn_auths Satisfy Any Require valid-user AuthType Basic AuthName "Subversion Repository" AuthUserFile /etc/svn/svn_users </Limit> <LimitExcept GET PROPFIND OPTIONS REPORT> ProxyPass http://svn.cross-lfs.org/svn/repos ProxyPassReverse http://svn.cross-lfs.org/svn/repos </LimitExcept> </Location>
I haven't checked the code, but I doubt <Limit> can be used in that way. It works only for auth directives. You can, however, accomplish this by using the proxy [P] flag of mod_rewrite. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx