Skip to content

Instantly share code, notes, and snippets.

@iissnan
Created October 18, 2015 15:17
Show Gist options
  • Save iissnan/846c8d25a19a0869e79c to your computer and use it in GitHub Desktop.
Save iissnan/846c8d25a19a0869e79c to your computer and use it in GitHub Desktop.
Apache vHost
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