[[PageOutline(2-5,Contents,pullout)]] = Proxy DAV = A dav proxy with control access using trac permissions. == Description == A simple plugin that provides access trougth dav (work like a proxy) at the repositories of the project. You can handle permission of PULL (get repo) or PUSH (put repo) from Admin. == Bugs/Feature Requests == Existing bugs and feature requests for ProxyDavPlugin are [report:9?COMPONENT=ProxyDavPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=ProxyDavPlugin&owner=castorinop new ticket]. == Download == Download the zipped source from [download:proxydavplugin here]. == Source == You can check out ProxyDavPlugin from [http://trac-hacks.org/svn/proxydavplugin here] using Subversion, or [source:proxydavplugin browse the source] with Trac. == Example == === Enable a dav repository === * edit /etc/httpd/conf.d/gitdav.conf {{{ Alias /git /var/www/repo_git Dav On Order allow,deny Allow from 127.0.0.0/8 }}} === Configure Plugin === * enable ProxyDavPlugin on Admin | Plugins * add on trac.ini {{{ #!ini [proxydav] url = http://127.0.0.1/git }}} == Recent Changes == [[ChangeLog(proxydavplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:castorinop] [[BR]] '''Maintainer:''' [wiki:castorinop] [[BR]] '''Contributors:'''