Last active
January 12, 2016 08:34
Apache2.4系でVirtualDocumentRootを使うときの設定
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Apache2.4系 VirtualDocumentRootを使う場合の設定 | |
UseCanonicalName Off | |
<virtualhost *:80> | |
VirtualDocumentRoot "c:/var/www/%0/html" | |
</virtualhost> | |
<directory "c:/var/www/*/html"> | |
Require all granted | |
</directory> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment