スキップしてコンテンツを表示

VPS return net::ERR_INTERNET_DISCONNECTED randomly

0

Hi, Suddendy, my VPS (EC2) return often net::ERR_INTERNET_DISCONNECTED, how matter what's behind (Django API, Apache static file..), after 2 or 3 request. I was thinking of the AWS Firewall and an attack on my Domain.. Few hours after we can reach 2 or 3 times before ERR_INTERNET_DISCONNECTED again...

質問済み 2年前336ビュー

3回答
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

エキスパート

回答済み 2年前

  • 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.

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 ...

回答済み 2年前

0

No entry, it seems that's before web server ... That's why i was thinking of AWS Firewall ...

回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ