3 Risposte
- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
0
Hello.
Could you please share the specific domain settings and security group settings?
Are there any logs output to the Django application log or Apache error log?
If you are unable to access it with Django, it may be because communication is not allowed with "ALLOWED_HOSTS" in settings.py.
https://docs.djangoproject.com/en/5.0/ref/settings/#allowed-hosts
0
On the Django or Apache side, everything was fine for one year.. There was no recent modification when the ERR_INTERNET_DISCONNECTED response appear ...
con risposta 2 anni fa
0
No entry, it seems that's before web server ... That's why i was thinking of AWS Firewall ...
con risposta 2 anni fa

Are there any logs output to the Django application log or Apache error log? Also, isn't the load on EC2 high?
If it is not blocked by AWS WAF, security groups, or network ACLs, AWS will not block it. By the way, does the problem only occur from a specific access source? For example, if the problem does not occur when accessing from a different ISP, there may be a problem with the ISP you are using.