Skip to content

Instantly share code, notes, and snippets.

@mly520
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save mly520/cd2ec9a19c603a3e35ea to your computer and use it in GitHub Desktop.

Select an option

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