Both sides previous revision Previous revision Next revision | Previous revision |
redhat:web-server-redhat:php-redhat [2017/09/15 21:09] – [Erhöhen des PHP upload limite] michael | redhat:web-server-redhat:php-redhat [2017/12/06 11:10] (current) – [Konfiguration von PHP 7.0] michael |
---|
.. | .. |
; line 878: uncomment and add your timezone | ; line 878: uncomment and add your timezone |
date.timezone = "Europe/Zuerich" | date.timezone = "Europe/Zurich" |
.. | .. |
</sxh> | </sxh> |
| |
''<wrap em>ODER Automatisiert setzen:</wrap>'' <code># sed -e 's/;date.timezone =/date.timezone = "Europe\/Zuerich"/' -i /etc/opt/rh/rh-php70/php.ini</code> | ''<wrap em>ODER Automatisiert setzen:</wrap>'' <code># sed -e 's/;date.timezone =/date.timezone = "Europe\/Zurich"/' -i /etc/opt/rh/rh-php70/php.ini</code> |
| |
</WRAP> | </WRAP> |
| |
<WRAP center round box 60%> | <WRAP center box 100%> |
==== Erhöhen des PHP upload limite ==== | ==== Erhöhen des PHP upload limite ==== |
| |
<code># sed -e 's/max_execution_time = 30/max_execution_time = 7200/' -i /etc/opt/rh/rh-php56/php.ini</code> | <code># sed -e 's/max_execution_time = 30/max_execution_time = 7200/' -i /etc/opt/rh/rh-php56/php.ini |
# sed -e 's/max_input_time = 60/max_input_time = 7200/' -i /etc/opt/rh/rh-php56/php.ini | # sed -e 's/max_input_time = 60/max_input_time = 7200/' -i /etc/opt/rh/rh-php70/php.ini |
# sed -e 's/memory_limit = 128M/memory_limit = 5000M/' -i /etc/opt/rh/rh-php56/php.ini | # sed -e 's/memory_limit = 128M/memory_limit = 5000M/' -i /etc/opt/rh/rh-php70/php.ini |
# sed -e 's/post_max_size = 8M/post_max_size = 5000M/' -i /etc/opt/rh/rh-php56/php.ini | # sed -e 's/post_max_size = 8M/post_max_size = 5000M/' -i /etc/opt/rh/rh-php70/php.ini |
# sed -e 's/upload_max_filesize = 2M/upload_max_filesize = 5000M/' -i /etc/opt/rh/rh-php56/php.ini | # sed -e 's/upload_max_filesize = 2M/upload_max_filesize = 5000M/' -i /etc/opt/rh/rh-php70/php.ini |
| </code> |
| |
</code> | |
</WRAP> | </WRAP> |
| |
===== Weiterfolgende Installationen ===== | ===== Weiterfolgende Installationen ===== |
| |
==== Installation von Mariadb ==== | * ''[[redhat:database-redhat:start|Datenbanken unter Redhat / CentOS]]'' |
| * ''[[redhat:database-redhat:phpmyadmin-redhat|Einrichten von phpMyAdmin unter Redhat / CentOS 7]]'' |
| |
| |
==== Installation von phpMyAdmin ==== | |
Unter folgendem Link, wird alles wichtige dazu beschrieben: | |
* [[redhat:database-redhat:phpmyadmin-redhat|Einrichten von phpMyAdmin unter Redhat / CentOS 7]] | |