i am trying now about two hours to fix this problem. I know there are already alot of topics about this, but none of them is helping me.
I am using python and flask to run my apache2 server.
in this folder is my .wsgi file and my database. /var/www/html/webApp
i gave the whole folder and the data base rights with:
chmod 777 /var/www/html/webApp
chmod 777 /var/www/html/webApp/users.sqlite3
i restarted after these comments the vps and the apache2 server multiple times, but still i am geting this error.
I really hope someone can help me.
regards