Dockerfiles/php/5.6/README.md

11 lines
371 B
Markdown
Raw Normal View History

2017-03-30 14:23:56 +00:00
# php-apache 5.6
## CHANGELOG
- remove `Options Indexes` (apache2.conf)
2017-04-08 14:22:34 +00:00
- remove `Options FollowSymLinks` (apache2.conf)
- add `Options SymLinksIfOwnerMatch` to support .htaccess (apache2.conf)
- enable `rewrite`
- update to `ServerTokens Prod` (security.conf)
2017-03-30 14:23:56 +00:00
- update to `ServerSignature Off` (security.conf)
2017-04-08 14:22:34 +00:00
- add `ServerName localhost` (apache2.conf)