TYPO3 LTS 9: Unterschied zwischen den Versionen
Aus Vosp.info
V (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „ <source lang=bash> apt-get install imagemagick wget bash-completion zip unzip apache2 libapache2-mod-php7.2 php7.2-cli php7.2 php7.2-common php7.2-imap p…“) |
V (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
<source lang=bash> | <source lang=bash> | ||
− | + | apt-get install imagemagick wget bash-completion zip unzip apache2 libapache2-mod-php7.2 php7.2-cli php7.2 php7.2-common php7.2-imap php7.2-intl php7.2-mysql php7.2-readline php7.2-soap php7.2-zip php7.2-zip php7.2-gd php7.2-xml php7.2-gd php7.2-json php7.2-opcache php-imagick php7.2-curl php7.2-mbstring php7.2-bcmath php7.2-gmp php7.2-zip mysql-server | |
+ | a2enmod deflate rewrite headers mime expires | ||
+ | # /etc/php/7.2/apache2/php.ini | ||
+ | max_execution_time = 240 | ||
+ | max_input_vars = 1500 | ||
</source> | </source> |
Version vom 15. November 2018, 11:51 Uhr
apt-get install imagemagick wget bash-completion zip unzip apache2 libapache2-mod-php7.2 php7.2-cli php7.2 php7.2-common php7.2-imap php7.2-intl php7.2-mysql php7.2-readline php7.2-soap php7.2-zip php7.2-zip php7.2-gd php7.2-xml php7.2-gd php7.2-json php7.2-opcache php-imagick php7.2-curl php7.2-mbstring php7.2-bcmath php7.2-gmp php7.2-zip mysql-server
a2enmod deflate rewrite headers mime expires
# /etc/php/7.2/apache2/php.ini
max_execution_time = 240
max_input_vars = 1500