Bad Request Your browser sent a request that this server could not understand. Additionally, a 400 Bad Request error was encountered while trying to use an ErrorDocument to handle the request.
Apache 2.4.25以降では、ホスト名に_
(アンダースコア)を使うことはできない。
ホスト名に_
(アンダースコア)が含まれていると、400 Bad Requestになるようです。
解決方法は、ホスト名に_
(アンダースコア)を使わないようにする。