Skip to content

Restrict php execution by default add optional deny

  • Override default php apache conf to use php-fpm
  • Restrict php handler to /var/www/html by default
  • Add options to conf for restricting php handler by regex (DirectoryMatch)
  • Add the option to write a custom regex to define the path for enabling the php handling (DirectoryMatch)
  • Restart apache on php.conf changes (handler)
  • Update readme with examples and fix some texts
  • Change ini handling to its own file to separate our changes
  • restart php-fpm service on php ini change (handler)

Merge request reports

Loading