LoginSignup
3
2

More than 5 years have passed since last update.

php5-fpmのphp5-mcryptを設定する (Ubuntu 14.04)

Posted at

Nginxとphp-fpmを正確にインストールしたことが必須です。

php5-mcryptをインストール

apt-get install php5-mcrypt

シンボリックリンクを作成

ln -s /etc/php5/conf.d/mcrypt.ini /etc/php5/mods-available/mcrypt.ini

有効にする

php5enmod mcrypt

php-fpmを再起動

service php5-fpm restart

Nginxを再起動

service nginx restart

終わり!

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2