Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2017-11-06 21:55:44 +0300
committernachoparker <nacho@ownyourbits.com>2017-11-09 19:04:31 +0300
commit7e2abc9133f9f6f22b7db15e9b47e9ec75da9865 (patch)
treefc3a49c0ab0401781f607399525d58e9234d20f1 /lamp.sh
parent9fbdb3e357814f9f8398d229c4ed834f233bf023 (diff)
added redisv0.33.0
Diffstat (limited to 'lamp.sh')
-rw-r--r--lamp.sh13
1 files changed, 1 insertions, 12 deletions
diff --git a/lamp.sh b/lamp.sh
index 73079c7f..e78c9562 100644
--- a/lamp.sh
+++ b/lamp.sh
@@ -32,7 +32,7 @@ install()
$APTINSTALL apt-utils
$APTINSTALL cron
$APTINSTALL apache2
- $APTINSTALL php7.0 php7.0-curl php7.0-gd php7.0-fpm php7.0-cli php7.0-opcache php7.0-mbstring php7.0-xml php7.0-zip php7.0-APC php7.0-fileinfo php7.0-mcrypt
+ $APTINSTALL php7.0 php7.0-curl php7.0-gd php7.0-fpm php7.0-cli php7.0-opcache php7.0-mbstring php7.0-xml php7.0-zip php7.0-fileinfo php7.0-mcrypt
mkdir -p /run/php
# Randomize mariaDB password
@@ -74,17 +74,6 @@ EOF
# CONFIGURE PHP7
##########################################
- cat > /etc/php/7.0/mods-available/apcu.ini <<EOF
-extension=apcu.so
-apc.enable_cli=0
-apc.shm_size=256M
-apc.ttl=7200
-apc.gc_ttl=3600
-apc.entries_hint=4096
-apc.slam_defense=1
-apc.serializer=igbinary
-EOF
-
cat > /etc/php/7.0/mods-available/opcache.ini <<EOF
zend_extension=opcache.so
opcache.enable=1