apache - client denied by server configuration: /var/www/myapp.wsgi -


i getting error while setting server flask , apache on debian. i've read through similar errors , have changed

order allow,deny allow 

to

options allowoverride require granted 

but still same error. i've checked running applciation current user (not root) in /var/www , worked fine , used browser on localhost , fine.

i succeeded in solving problem changing

  /etc/apache2/sites-available/ispconfig.conf 

and commenting out

deny 

for

<directory /> 

but dont solution. seems giving apache permission root folder. suggestions wrong?! python installation or.... did not use virtualenv tutorials suggested.

also can make more debug info available apache?! using loglevel debug, still don't see more information! how hard apache tell me file has wrong permission!!!


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -