4.7. Apacheの設定
Last updated
Last updated
Webサーバ(Apache)の設定をします。
[root@xoonips-server ~]#
vi /etc/httpd/conf/httpd.conf
← 設定ファイルの編集
AddDefaultCharset UTF-8
↓
#AddDefaultCharset UTF-8
← コメントにする
Set up for making the web server automatically started when the computer is restarted.
[root@xoonips-server ~]# /etc/init.d/httpd start
← Startup web server.
[root@xoonips-server ~]# chkconfig httpd on
← Set up for automatic startup for web server.
他のコンピュータでブラウザを起動し、アドレスを入力します。
例えばhttp://(OSインストールの時に決めたホスト名)/と入力します。
以下のような画面がブラウザに表示されていればWebサーバの設定は完了です。