xmxm76 发表于 2018-11-17 13:04:48

apache 对目录下的文件开启文本浏览模式

  AddType text/plain                      .asc .txt .html .htm .php .js .css#这一句哦
  DAV svn
  Require valid-user
  SVNParentPath /data/xxx/
  SVNListParentPath On
  SVNAdvertiseV2Protocol Off
  AuthType Basic
  AuthName "Control System"
  AuthUserFile /data/htpasswd
  AuthzSVNAccessFile /data/authz
  

页: [1]
查看完整版本: apache 对目录下的文件开启文本浏览模式