| Version | Date | Notes | By |
|---|---|---|---|
| 1.0 | 2020-08-12 | Initial commit | Robert Lopes |
| 1.1 | 2020-08-13 | Added information about supervisord | Robert Lopes |
| 1.2 | 2022-05-05 | Updated php version used | Bruno Borges |
Operating system is Centos 8
The php service used by apache has a non standard name php81-php-fpm.service whenever it is required to restart this service use the command systemctl restart php81-php-fpm.service.
Frontend it is just the result of a gulp export. Perform the export on your local machine and copy over the result.
Php configuration files for command line are located directly in /etc folder. For example /etc/php.ini and /etc/php.d/*.
Php configuration files for php-fpm are located in /etc/opt/remi/php81 folder. For example /etc/opt/remi/php81/php.ini and /etc/opt/remi/php81/php.d/*.
Apache in centos is refered to as httpd so restarting that service is done with the command systemctl restart httpd.
Supervisord settings are stored in /etc/supervisord.conf.