サーバ設定
提供:kuhalaboWiki
- CentOSインストール
- Apacheのインストール
yum -y install httpd
- iptablesの設定
- 設定確認
iptables -L
- 設定
vi /etc/sysconfig//iptables
-A INPUT -p tcp --dport 80 -j ACCEPT
- php, php-mbstringインストール
yum -y install php php-mbstring
- xemacsインストール
yum -y install xemacs
- yumでアップデート
yum update