Apache2 mod_wsgi 403 forbidden error

前端 未结 3 1076
难免孤独
难免孤独 2021-01-18 05:09

I had it configured right, but then I decided to reinstall my Debian (switching from wheezy to jessie version by the way). Here\'s the problem:

I have a python mod_w

3条回答
  •  心在旅途
    2021-01-18 05:46

    Replace Allow from all with Require all granted.

    Reference for Apache module mod_authz_core

提交回复
热议问题