タグ: CentOS6

Linux

Apache 2.2系(CentOS6)とApache2.4系(CentOS7)のSSL証明書設定の違い

  大きな違い Apache2.4系ではSSLCertificateChainFileがない。 ※クロスルート証明書を設定すると、不特定多数のユーザからのアクセスを望む場合は、ユーザのクライアント環境が古い場合にアクセスできない場合があります。   証明書の設定の違い Apache2.2系(2.2~2.4.7) SSLCertificateKeyFile – 秘密鍵 …

Linux

サイボウズ 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 …

Linux

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 …