Apache2 mod_wsgi 403 forbidden error

前端 未结 3 1078
难免孤独
难免孤独 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-18 06:09

    I wrote like below,

        WSGIScriptAlias /hello /home/myself/projects/hello/hello.wsgi
        
        Order allow,deny
        Allow from all
        Require all granted
        
    

    and it works

提交回复
热议问题