開発情報
サクラ VPSサーバ設定の流れ
2011-10-22 開発情報
1)OS再インストール (CENTOS) root パスワード再設定(VPS OS INSTALL時) HOSTNAME 再設定 hostname newhost.enterdb.comroot パスワード再設定(VPS OS INSTALL時) HOSTNAME 再設定 hostname newhost.enterdb.com 2)IPTABLES 適用 /etc/sysconfig/iptables ルールを作成 service iptables start chkconfig –levels 235 iptables on/etc/sysconfig/iptables ルールを作成 service iptables start chkconfig –levels 235 iptables on 3) REMI REPOのINSTALL (PHP5.3, MYSQL5.5 設置するため) $ wget http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm $ wget http://rpms.famillecollet.com/el5.x86_64/remi-release-5-8.el5.remi.noarch.rpm rpm -Uvh *$ wget …