Skip to content

Add security warning about publicly exposed PHP-FPM#5263

Open
lacatoire wants to merge 1 commit intophp:masterfrom
lacatoire:fix/fpm-security-warning
Open

Add security warning about publicly exposed PHP-FPM#5263
lacatoire wants to merge 1 commit intophp:masterfrom
lacatoire:fix/fpm-security-warning

Conversation

@lacatoire
Copy link
Contributor

Summary

  • Add a prominent <warning> block to the FPM main page (install/fpm/index.xml) about the
    risk of exposing PHP-FPM to untrusted networks (arbitrary code execution)
  • Cover Unix sockets vs TCP sockets, listen.allowed_clients, and Docker/container best
    practices
  • Add a matching warning on the listen directive in install/fpm/configuration.xml

Fixes #3984

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a "big red warning" about making sure php-fpm is not publicly exposed

1 participant