Apache2.4中开通HTTP基本认证

 

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

WSGIPassAuthorization On

否则则无法认证

你可能感兴趣的:(Apache2.4中开通HTTP基本认证)