Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Apache をセットアップし、httpd.conf ファイルを編集して、適切に www にエイリアスを設定し、サーバーが正しい方向を向くようにするにはどうすればよいですか?
ServerName example.comとをお探しServerAlias www.example.comですか? SSL 証明書に関する限り、これら 2 つの名前は異なることに注意してください。
ServerName example.com
ServerAlias www.example.com