dockerコンテナ、php-apacheミラー、rewriteモジュールを開く


1、apache 2 rewriteモジュールを開く
ln -s /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/rewrite.load

2.dockerコンテナを再起動し、containIdがコンテナ名またはコンテナIdである
docker restart containId

apache 2プロファイル構造:
# It is split into several files forming the configuration hierarchy outlined
# below, all located in the /etc/apache2/ directory:
#
#	/etc/apache2/
#	|-- apache2.conf
#	|	`--  ports.conf
#	|-- mods-enabled
#	|	|-- *.load
#	|	`-- *.conf
#	|-- conf-enabled
#	|	`-- *.conf
# 	`-- sites-enabled
#	 	`-- *.conf