首页 > 技术文章 > Apache2.4中开通HTTP基本认证

maplye 2016-04-06 23:03 原文

 

Apache2.4中开通HTTP基本认证,需要在Apache的配置文件中增加如下代码

WSGIPassAuthorization On

否则则无法认证

推荐阅读