- 締切済み
Apacheの再インストール
Apache を勉強中の者です 環境設定を間違えて 記述してしまったので フォルダごと削除しました。 (間違えた箇所 Network Domain, Server Name, Administrator's Email Address の3箇所です) 質問 1 フォルダごと削除した後 もう一度インストール しなおしていたら 以下のダイアログボックスでの選択肢 が 2つあり(Repair と Remove)どちらを選択 してインストールすればいいのでしょうか? Apache httpd Server - Installation Wizard Program Maintenance Modify, repair, or remove the program. Repair Repair installation errors in the program. This option fixes missing or corrupt files, shortcuts, and registry entries. Remove Remove Apache httpd server from your computer. 質問 2 Network Domain, Server Name, Administrator's Email Address の内容を変更したい場合 httpd.conf ファイルの何行目のどの部分を 変更したらいいのでしょうか? また Administrator's Email Address にはフリーメールのアドレスでも 構わないのでしょうか? どなたか ご存知の方いましたらご教授ください おねがいします
- みんなの回答 (1)
- 専門家の回答
みんなの回答
- juna
- ベストアンサー率42% (8/19)
質問1は読めばわかると思います #勉強するならこれぐらい... 質問2に関して Server NameがServerNameを編集するものなら The ServerName directive sets the hostname of the server; this is used when creating redirection URLs. If it is not specified, then the server attempts to deduce it from its own IP address; however this may not work reliably, or may not return the preferred hostname. For example: ServerName www.example.com would be used if the canonical (main) name of the actual machine were simple.example.com. Administrator's Email AddressがもしServerAdminがServerAdminを編集するものなら The ServerAdmin sets the e-mail address that the server includes in any error messages it returns to the client. It may be worth setting up a dedicated address for this, e.g. ServerAdmin www-admin@foo.bar.com as users do not always mention that they are talking about the server! Network Domainに関しては知りません 何行目かは分かりません