-
Published Question
Hi,
I have hosted my website according to your website guidance. And my website is working after hosting but when I try to access my media directory, I get this [Errno 13] Permission denied: /var/www/mysite2/media/
I ...
Accepted Answer:
Hi there @akshaykoshti401,
I would recommend starting with checking your Nginx error log:
command,bash
sudo tail -100 /var/log/nginx/error.log
It is possible that the Nginx user does not have read permissions for the...
2
•
•
By
akshaykoshti401
Django
Apache
Ubuntu 20.04
MySQL
Python
-
Published Question
I got main problem in my project,actually Django db.sqlite3 database is not connected with apache server. that's why when i open my site.I got this error
OperationalError at /
attempt to write a readonly database
So p...
1
•
•
By
akshaykoshti401
Apache
Databases
Ubuntu 20.04
Django
-
Published Question
I was hosting django app on apache server with db.sqlite3 database,
when i complete my hosting according your website guidance.
and when i open mysite then i got this error..
OperationalError at /
attempt to write a...
1
•
•
By
akshaykoshti401
Apache
Databases
Django
-
Published Question
firstly i was facing this error
operatonal error randomly database write
but when i fixed this error by these commands
chmod 664 ~/myproject/db.sqlite3
sudo chown :www-data ~/myproject/db.sqlite3
sudo chown :www-data ...
1
•
•
By
akshaykoshti401
Apache
Databases
Django
-
Published Question
I host my django app on apache server in ubuntu 20.04
when i open my site it gives me this error
OperationalError at /
attempt to write a readonly database
please help me
1
•
•
By
akshaykoshti401
Apache
Databases
Django
-
Published Question
I am getting loading page after hosting django app on ubuntu 20.04
i got this error
Gateway Timeout
The gateway did not receive a timely response from the upstream server or application.
Apache/2.4.41 (Ubuntu) Server...
1
•
•
By
akshaykoshti401
Apache
DigitalOcean
Django