Commit Graph

7 Commits

Author SHA1 Message Date
Rodrigo Ramírez Norambuena eacfb9089b Bugfix: Fix the user/group for /etc/php-fpm.d/www.conf (#237)
For a clean install of Centos 7 and using the installer php-fpm get the
permission error

"unix:/var/run/php-fpm/php-fpm.sock failed (13: Permission denied) while
connecting to upstream"

This patch the correct group and user to run php-fpm process.
2019-06-03 18:51:05 -06:00
FusionPBX f02120873a
Update php.sh 2019-02-13 23:00:25 -07:00
FusionPBX 4f2a23f6f6 Update php.sh 2017-09-21 23:51:07 -06:00
FusionPBX 4a2bc7a7e8 Update php.sh 2017-04-23 04:42:44 -06:00
FusionPBX 972c95984a Update php.sh 2017-04-23 01:42:03 -06:00
erxspin 5a2f3521cb Bug fix exec permissions CentOS - part 1 (#89)
* added CentOS, Fedora, RHEL choices with minimal version check (recommited)

* fixed small typos

* added special option --use-php5-package

* parse options and export new environment variable USE_PHP5_PACKAGE

* added choice between php5* or php7.0* packages (recommited)

* fixed php*-fpm service name and php.ini file path (recommited)

* prepare socket name for nginx to work with php5-fpm or php7.0-fpm (recommited)

* added ppa:ondrej/php5-compat repo

* added dependency ppa:ondrej/php repo and package software-properties-common

* added execute permissions to ./centos/*.sh files
2017-03-17 17:44:14 -06:00
Adam Niedzwiedzki e1e6e06162 CentOS 7 Installer (#71) 2017-02-23 09:53:37 -07:00