My sqlite db file is this: unable to open database file i chowned all folders until my dbfile to root. but i am still getting this error. but i remember that while creating my django project on server, i created a superuser, and now if i do ls -l i see that the user is that superuser. how is it possible to tell apache that this superuser should have that right to write/read the db file? or how to solve the problem, i am not apache/linux guru..
My sqlite db file is this: unable to open database file i chowned all
Share
Execute
chown www-data:www-data directoryon the directory you want apache to be able to write to.