Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
redhat:web-server-redhat:php-redhat [2017/09/11 21:23] – [Installation von Apache 2.4 mit PHP-FPM 7.0] michael | redhat:web-server-redhat:php-redhat [2017/12/06 11:10] (current) – [Konfiguration von PHP 7.0] michael | ||
---|---|---|---|
Line 2: | Line 2: | ||
Für die Implementierung von php, werden wir hier vor allem nur anschauen, wie man php über die php-fpm (FastCGI) ermöglicht und dies im aktiven System umsetzt. | Für die Implementierung von php, werden wir hier vor allem nur anschauen, wie man php über die php-fpm (FastCGI) ermöglicht und dies im aktiven System umsetzt. | ||
+ | {{: | ||
- | <WRAP center round box 100%> | + | <WRAP center round tip 100%> |
- | **Warum wir für Apache 2.4 <wrap em> | + | ==== Warum NICHT mod_php .. ==== |
- | * The mod_php approach is the slowest possible way to serve php content in Apache httpd; it also is the least efficient, using the most memory | ||
- | * mod_php is not thread-safe, | ||
- | **Warum php-fpm?** | + | |
+ | * '' | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Warum php-fpm? | ||
- | * All 4 collections (rh-php70, rh-php56, php55, & php54) include the separate php-fpm service which can serve PHP content back to Apache httpd | + | * '' |
- | * This option should be seriously considered as it provides a faster, more scalable setup that is thread-safe | + | * ''< |
</ | </ | ||
Line 51: | Line 55: | ||
- | **Weiteres:** | + | <WRAP center round box 100%> |
- | * '' | + | '' |
+ | * '' | ||
+ | * '' | ||
+ | </ | ||
---- | ---- | ||
Line 58: | Line 66: | ||
===== Konfiguration von PHP 7.0 ===== | ===== Konfiguration von PHP 7.0 ===== | ||
+ | |||
+ | <WRAP center box 100%> | ||
==== Zusätzliche php-Erweiterungen installieren ==== | ==== Zusätzliche php-Erweiterungen installieren ==== | ||
Line 64: | Line 74: | ||
</ | </ | ||
+ | <sxh bash; gutter: false> | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | # yum install .. | ||
+ | </ | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <WRAP center | ||
==== Setzen der korrekten Timezone ==== | ==== Setzen der korrekten Timezone ==== | ||
Line 72: | Line 95: | ||
</ | </ | ||
- | <file nsis php.ini> | + | <sxh bash;> |
- | # line 878: uncomment and add your timezone | + | .. |
- | date.timezone = " | + | ; line 878: uncomment and add your timezone |
- | </file> | + | date.timezone = " |
+ | .. | ||
+ | </sxh> | ||
- | ==== Erhöhen des PHP upload limite ==== | + | ''< |
+ | </ | ||
+ | <WRAP center box 100%> | ||
+ | ==== Erhöhen des PHP upload limite ==== | ||
+ | < | ||
+ | # sed -e ' | ||
+ | # sed -e ' | ||
+ | # sed -e ' | ||
+ | # sed -e ' | ||
+ | </ | ||
+ | </ | ||
- | ---- | ||
- | ===== Testen der fertigen PHP-FPM Installation ===== | ||
- | < | ||
- | vim / | ||
- | </ | ||
- | <file php php_info.php> | + | ---- |
- | <?php | + | |
- | phpinfo(); | + | |
- | ?> | + | |
- | </ | + | |
+ | ===== Weiterfolgende Installationen ===== | ||
+ | * '' | ||
+ | * '' |