Created
October 18, 2015 15:17
-
-
Save iissnan/846c8d25a19a0869e79c to your computer and use it in GitHub Desktop.
Apache vHost
This file contains hidden or 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
Listen 8000 | |
<VirtualHost *:8000> | |
DocumentRoot "x:\laoshi" | |
ErrorLog "logs/laoshi-error.log" | |
CustomLog "logs/laoshi-access.log" common | |
<Directory "x:\laoshi"> | |
AllowOverride All | |
Require all granted | |
</Directory> | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment