Open richardforth opened 8 years ago
For background on this issues, please see my project page:
https://github.com/richardforth/apache2buddy/issues/8
This is a feature request for apache2buddy to detect if php-fpm is being used and then run your php-fpmpal utility.
However running third party code as root is risky, so I need to be able to do verification checks before proceeding.
I maintain similar within my project via RHEL systems with the following commands
# md5sum scriptname > md5sums.txt # sha256sum scriptname > sha256sums.txt
these files then get submitted through normal commits when I add them, commit, and push them with my updated script:
https://github.com/richardforth/apache2buddy/blob/master/md5sums.txt https://github.com/richardforth/apache2buddy/blob/master/sha256sums.txt
For background on this issues, please see my project page:
https://github.com/richardforth/apache2buddy/issues/8
This is a feature request for apache2buddy to detect if php-fpm is being used and then run your php-fpmpal utility.
However running third party code as root is risky, so I need to be able to do verification checks before proceeding.
I maintain similar within my project via RHEL systems with the following commands
these files then get submitted through normal commits when I add them, commit, and push them with my updated script:
https://github.com/richardforth/apache2buddy/blob/master/md5sums.txt https://github.com/richardforth/apache2buddy/blob/master/sha256sums.txt