Set up for a web server, Apache.
[root@xoonips-server ~]# vi /etc/httpd/conf/httpd.conf | ← Edit config files. |
---|---|
AddDefaultCharset UTF-8 | |
↓ | |
#AddDefaultCharset UTF-8 | ← Make it as comment. |
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. |
Startup the browser of another computer and enter the address.
For example: http://(The host name decided when having installed the OS.)/
The setup will be successfully completed if the screen appears as follows: