pull/3/head
rekoe 2016-04-27 16:31:04 +08:00
parent 192ebbb420
commit 4d74520852
1 changed files with 7 additions and 1 deletions

View File

@ -59,11 +59,17 @@ apache 用户需要设置可执行shell权限
vim /etc/password vim /etc/password
```
apache:x:48:48:Apache:/var/www:/bin/bash apache:x:48:48:Apache:/var/www:/bin/bash
```
第一次创建项目 会在/data/svn 目录下生成 authz httpd.conf passwd.http 三个文件 其中 需要把 第一次创建项目 会在/data/svn 目录下生成 authz httpd.conf passwd.http 三个文件 其中 需要把
Include /data/svn/httpd.conf 添加在 /etc/httpd/conf/httpd.conf 下 然后重启service httpd restart ```
Include /data/svn/httpd.conf
```
添加在 /etc/httpd/conf/httpd.conf 下 然后重启service httpd restart
## 3、附录 ## 3、附录
Centos安装apache+svn结合的SVN服务器请参考[Centos安装apache+svn结合的SVN服务器](fl.md) Centos安装apache+svn结合的SVN服务器请参考[Centos安装apache+svn结合的SVN服务器](fl.md)