Remi's RPM repository - Blog

  

Blog | Forum | Repository | Wizard

lundi 14 janvier 2019

PHP with the NGINX unit application server

Official web site: NGINX Unit

The official repository, for RHEL and CentOS, provides the PHP module PHP version (5.3 / 5.4) in official repository.

My repository provides various versions of the module, as base packages (unit-php) and as Software Collections (php##-unit-php).

Here is small test tutorial, to create 1 application per available PHP version.

 

Lire la suite...

PHP avec le serveur d'applications NGINX unit

Site officiel : NGINX Unit

Le dépôt officiel, pour RHEL et CentOS, fournit le module PHP pour la version de PHP dans les dépôts officiels (5.3 / 5.4).

Mon dépôt fournit les différentes versions du module, en paquet de base (unit-php) et en Software Collection (php##-unit-php).

Voici un petit tutoriel de test, permettant de créer 1 applications PHP par version disponible.

 

Lire la suite...

lundi 27 septembre 2010

PHP-FPM and NGINX

Since PHP 5.3.3, the PHP-FPM engine is bundled. The php-fpm package is available in remi repository and will be soon in rawhide.

This entry show how to use it with the nginx web server.

Lire la suite...

PHP-FPM et NGINX

Depuis PHP 5.3.3, le moteur PHP-FPM est intégré. Le paquet php-fpm est disponible dans le dépôt remi est sera bientôt aussi dans rawhide.

Cet article montre comment l'utiliser avec le serveur nginx.

Lire la suite...