mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-06 08:11:54 +00:00
.. | ||
apache2.conf | ||
Dockerfile | ||
php.ini | ||
README.md | ||
security.conf |
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)