Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dav_svn.load « mods-available « apache2 « multiple_vhosts « debian_apache_2_4 « testdata « tests « certbot-apache - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e41e1581a27f6ab80f2fd3803ecba0da1030c74b (plain)
1
2
3
4
5
6
7
# Depends: dav
<IfModule !mod_dav_svn.c>
    <IfModule !mod_dav.c>
        Include mods-enabled/dav.load
    </IfModule>
    LoadModule dav_svn_module /usr/lib/apache2/modules/mod_dav_svn.so
</IfModule>