Skip to content

Instantly share code, notes, and snippets.

@mly520
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mly520/cd2ec9a19c603a3e35ea to your computer and use it in GitHub Desktop.
Save mly520/cd2ec9a19c603a3e35ea to your computer and use it in GitHub Desktop.
開発環境 vhost.conf
<VirtualHost *:80>
ServerAdmin ○○○○@○○○○.○○○
ServerName ○○○○.○○○
ServerAlias *.○○○○.○○○
VirtualDocumentRoot /home/webroot/%1/htdocs/
ErrorLog logs/○○○○.○○○-error_log
CustomLog logs/○○○○.○○○-access_log common
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment