HOWTO Apache2 with subversion SVN and DAV

来源:互联网 发布:淘宝优惠券转化无线 编辑:程序博客网 时间:2024/04/28 23:06

Introduction

This document serves to explain to one howto add subversion and DAV support to Apache2.

For information on how to use the subversion CLI client and server see HOWTO Subversion

Enabling DAV and SVN

Define the use of the DAV and SVN modules for apache2 at startup. For authentication, you'll also probably want SSL.

File: /etc/conf.d/apache2

 APACHE2_OPTS="-D SVN -D DAV -D SSL"

see all
原创粉丝点击