You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apache and Nginx & PHP-FPM systemd service config templates
A set of really basic systemd config templates for starting Nginx or Apache together with PHP-FPM on system boot. It can be used with sed to create systemd config files for multiple php-fpm instances:
Will ensure Nginx/Apache web server has started before kicking off PHP-FPM process.
PHP-FPM pid file placed in /run/php7
PHP7 PHP-FPM config at /etc/php7.
Based on usage with Centos 7 together with ISPConfig.
Both scripts placed in /lib/systemd/system and enabled by the following:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters