Skip to content

Commit

Permalink
devel. add rh-php56 and rh-php71
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchietti committed Mar 20, 2018
1 parent e56963a commit 3f32c69
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions developer-manual/en/modules
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ nethserver-cups
nethserver-hotsync
nethserver-subscription
nethserver-yum-cron
nethserver-rh-php71-php-fpm
nethserver-rh-php56-php-fpm
15 changes: 15 additions & 0 deletions developer-manual/en/nethserver-rh-php56-php-fpm.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
===========================
nethserver-rh-php56-php-fpm
===========================

Configure default installation of PHP 5.6 running on FPM.
The default configuration of FPM is from upstream and can freely change
(no template): ``/etc/opt/rh/rh-php56/php-fpm.d/www.conf``.

Adding new configuration
========================

If you need a new configuration, simply drop a file inside ``/etc/opt/rh/rh-php56/php-fpm.d/``
directory and execute: ::

signal-event nethserver-rh-php56-php-fpm-update
15 changes: 15 additions & 0 deletions developer-manual/en/nethserver-rh-php71-php-fpm.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
===========================
nethserver-rh-php71-php-fpm
===========================

Configure default installation of PHP 7.1 running on FPM.
The default configuration of FPM is from upstream and has
been customized to listen on port 9001 (template: ``/etc/opt/rh/rh-php71/php-fpm.d/z_nethserver.conf``).

Adding new configuration
========================

If you need a new configuration, simply drop a file inside ``/etc/opt/rh/rh-php71/php-fpm.d/``
directory and execute: ::

signal-event nethserver-rh-php71-php-fpm-update

0 comments on commit 3f32c69

Please sign in to comment.