移行元作業 リポジトリの確認 # yum repolist 読み込んだプラグイン:fastestmirror Loading mirror speeds from cached hostfile * base: ftp.iij.ad.jp * epel: ftp.iij.ad.jp * extras: ftp.iij.ad.jp …
タグ: CentOS6
Apache 2.2系(CentOS6)とApache2.4系(CentOS7)のSSL証明書設定の違い
大きな違い Apache2.4系ではSSLCertificateChainFileがない。 ※クロスルート証明書を設定すると、不特定多数のユーザからのアクセスを望む場合は、ユーザのクライアント環境が古い場合にアクセスできない場合があります。 証明書の設定の違い Apache2.2系(2.2~2.4.7) SSLCertificateKeyFile – 秘密鍵 …
サイボウズ Office10 ConoHa ディスク追加 CentOS6
ルートディスク50GBでは予想通り容量が足りなくなり、追加で200GBの”デバイス:/dev/vdb”をConoHaコンソールから追加し、マウントしました。 # fdisk -l WARNING: GPT (GUID Partition Table) detected on ‘/dev/vda’! The util fdisk doesn’t s …
SSL証明書適用 Apache2.2系 CentOS6
秘密鍵の作成 # cd /etc/httpd/conf/ssl # openssl md5 * > rand.dat # openssl genrsa -rand rand.dat -des3 2048 > 20170328-sslexample.com_r1.key 441 semi-random bytes loaded Generating RSA private …
PHPでセッションにRedisを使う CentOS6
# yum –enablerepo=epel install php-pecl-redis Installed: php-pecl-redis.x86_64 0:2.2.8-1.el6 Dependency Installed: php-cli.x86_64 0:5.3.3-48.el6_8 php-common.x86_64 0:5.3.3-48.el6_8 php-pear.n …
PHPでRedisを扱えるようにする CentOS6
# yum –enablerepo=epel install php-pecl-redis Installed: php-pecl-redis.x86_64 0:2.2.8-1.el6 Dependency Installed: php-cli.x86_64 0:5.3.3-48.el6_8 php-common.x86_64 0:5.3.3-48.el6_8 p …
Redisインストールから冗長化構成, Redis Sentinelによるフェイルオーバー CentOS6
# yum update EPEL # yum install epel-release Installed: epel-release.noarch 0:6-8 Remi # rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm Retrieving http://rpms.famil …