pksteyn / php-fpmpal

PHP-FPM script that makes recommendations on max_children
GNU General Public License v3.0
55 stars 23 forks source link

Maintain valid md5sums and sha256sums. #12

Open richardforth opened 8 years ago

richardforth commented 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