Commit 94d4cc3e authored by Owain Jones's avatar Owain Jones
Browse files

increase memory allowed for APC, add phpize package to install script

parent 6cd3d448
......@@ -64,7 +64,7 @@ systemctl enable mongod
yum install -y MySQL-python python-sqlalchemy
# Install PHP
yum install -y php php-fpm php-apc php-pdo php-mcrypt php-mbstring php-pecl-runkit phpmyadmin
yum install -y php php-fpm php-apc php-pdo php-mcrypt php-mbstring php-pecl-runkit phpmyadmin phpize
# We install normal PHP *then* replace with php7 packages because phpmyadmin
# wants original PHP, by replacing with php7 after the phpMA package doesn't
......
cgi.fix_pathinfo=0
cgi.fix_pathinfo = 0
date.timezone = 'UTC'
apc.shm_size = 256M
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment