Jeffrey’s Blog

Subversion的用户自助修改口令实现(linux测试通过)

@ 阅读全文 | 2008/07/24 10:42am | Category: 系统管理 | 658 views  

环境: SLES10-SP1+Apache-2.0.63+php-5.2.6+SVN-1.4.6
1. 编辑php模块支持

2. apache原svn配置如下
<location>
DAV svn
SVNParentPath /jeffrey/data/svnroot/repository/
AuthType Basic
AuthName “Subversion repository”
AuthUserFile htpasswd/.htpasswd.users
AuthzSVNAccessFile /jeffrey/data/svnroot/repository/conf/authz
Require valid-user
</location>

3. Continue Reading ...

SLES10-SP1+Apache-2.0.63+SVN-1.4.6安装配置笔记

@ 阅读全文 | 2008/07/23 01:39pm | Category: 系统管理 | 604 views  

1.apache安装
./configure –prefix=/usr/local/apr && make && make install
./configure –prefix=/usr/local/apr-util –with-apr=/usr/local/apr/ && make && make install
./configure –prefix=/jeffrey/app/apache-2.0.63 –enable-so –enable-rewrite –enable-dav –with-apr=/usr/local/apr –with-apr-util=/usr/local/apr-util && make && make install

2. svn
tar jxf Continue Reading ...

京ICP备06038449号