Dockerfiles/php/5.6
2017-07-18 23:32:54 +08:00
..
apache2.conf update php for security conf 2017-03-30 22:23:56 +08:00
Dockerfile update MAINTAINER email 2017-07-18 23:32:54 +08:00
php.ini update php for security conf 2017-03-30 22:23:56 +08:00
README.md add spark 2017-04-08 22:22:34 +08:00
security.conf update php for security conf 2017-03-30 22:23:56 +08:00

php-apache 5.6

CHANGELOG

  • remove Options Indexes (apache2.conf)
  • remove Options FollowSymLinks (apache2.conf)
  • add Options SymLinksIfOwnerMatch to support .htaccess (apache2.conf)
  • enable rewrite
  • update to ServerTokens Prod (security.conf)
  • update to ServerSignature Off (security.conf)
  • add ServerName localhost (apache2.conf)