摘要:
1. enable apache mod_auth_digest2. 设置Location 阅读全文
posted @ 2015-06-21 00:34
leether
阅读(136)
评论(0)
推荐(0)
摘要:
按照trac官网上的配置始终通不过。仔细看了,原来我们使用的apache版本是2.4的,在2.4中有些directive已经变了。例如:原来的 Allow from all 现在变成了 Require all granted, 将其设置好就可以通过了。 阅读全文
posted @ 2015-06-21 00:13
leether
阅读(233)
评论(0)
推荐(0)