由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - 请教SVN和Apache的配置
相关主题
大家都怎么在Windows 上用Apache运行PHP?【工作机会】Sr.PHP Developer & Sr.Front End Developer若干
友人写过在线交易网站吗?怎么设置可以看到CODE?
Apache + SSL on Windows ?this is one of the ways Re: 怎么设置可以看到CODE?
SSL session的问题IIS如何associate exe file
自建 的购物网站问题请教怎样建立credit card place order?
How to use this htpasswd ?Urgent! Session Var timeout with SSL enabled
SVN sever怎么增加安全性?问个关于SSL的傻问题
帮朋友发一个网站制作的兼职web security question
相关话题的讨论汇总
话题: svn话题: 配置话题: location话题: require
进入BuildingWeb版参与讨论
1 (共1页)
c***c
发帖数: 21374
1
我SVN的配置是这样的

DAV svn
SVNParentPath /var/www/svn/
# Limit write permission to list of valid users.

# Require SSL connection for password protection.
# SSLRequireSSL
AuthType Basic
AuthName "Authorization Realm"
AuthUserFile /usr/local/share/.htpasswd
Require valid-user


我现在可以通过web的方式http://myserver/repos/myproject/去浏览
但是以这种方式去浏览的时候所有文件都不是可执行状态,比如我访问index.php,会
得到源文件,而index.php不会执行
怎么样修改配置才可以正常访问http://myserver/re
c***c
发帖数: 21374
2
自己re一把
找到方法了,很简单,就是用hooks/post_commit脚本,里面加上svn path/to/checkou
t/directory就可以了

【在 c***c 的大作中提到】
: 我SVN的配置是这样的
:
: DAV svn
: SVNParentPath /var/www/svn/
: # Limit write permission to list of valid users.
:
: # Require SSL connection for password protection.
: # SSLRequireSSL
: AuthType Basic
: AuthName "Authorization Realm"

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
web security question自建 的购物网站问题
[转载] 一个土问题How to use this htpasswd ?
[转载]国外空间乱码显示问题的解决SVN sever怎么增加安全性?
新手一问帮朋友发一个网站制作的兼职
大家都怎么在Windows 上用Apache运行PHP?【工作机会】Sr.PHP Developer & Sr.Front End Developer若干
友人写过在线交易网站吗?怎么设置可以看到CODE?
Apache + SSL on Windows ?this is one of the ways Re: 怎么设置可以看到CODE?
SSL session的问题IIS如何associate exe file
相关话题的讨论汇总
话题: svn话题: 配置话题: location话题: require