web方式修改svn密码

原帖:http://www.iusesvn.com/bbs/viewthread.php?tid=20

之前的Apache22Passwd版本有个小bug,用现在的浏览器会显示空白页。这个版本Apache22Passwdfix.rar修复了。(改了一个字节)

Apache2.2开启cgi的步骤:

1.httpd.conf

<Directory "D:/Apache Group/Apache2/cgi-bin">
    AllowOverride None
    Options ExecCGI
    Order allow,deny
    Allow from all
</Directory>
AddHandler cgi-script .cgi 

2.需要将apache的bin目录下 libapr-1.dll、libapriconv-1.dll、libaprutil-1.dll

到cgi-bin的目。

如果出现500的错。

apache error.log里:[Thu Oct 10 13:38:38 2013] [error] [client xx] Premature end of script headers: Apache22Passwd.cgi

请检查上面的配置。

原文地址:https://www.cnblogs.com/greatqn/p/3361290.html