http://httpd.apache.org/docs/current/ja/vhosts/examples.html
Last active
July 27, 2016 10:21
-
-
Save nishinoshake/0e979e92a28e138f040f63c74743fc4b to your computer and use it in GitHub Desktop.
Virtualhostの設定
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
<VirtualHost *:80> | |
DocumentRoot /www/example1 | |
ServerName www.example.com | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment