Created
December 12, 2013 07:24
-
-
Save randika/7924336 to your computer and use it in GitHub Desktop.
PHP extension Mcrypt in Ubuntu 13.10 (Nginx, PHP-FPM)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Make symbolic link to ini files in mods-available | |
sudo ln -s /etc/php5/conf.d/mcrypt.ini /etc/php5/mods-available/mcrypt.ini | |
Enable mods | |
sudo php5enmod mcrypt | |
Restart FPM | |
sudo service php5-fpm restart | |
sudo service nginx restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment