Created
September 12, 2016 11:12
-
-
Save matsumotory/6e7a8ab99cf7c9ce417846b360a6a81e to your computer and use it in GitHub Desktop.
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
| VirtualDocumentRoot "/usr/local/apache/vhosts/%0" |
Author
Author
bbb
<VirtualHost *:80>
DocumentRoot /path/to/vhosts/host1.example.com/
ServerName host1.example.com
SuexecUserGroup host1 host1
</VirtualHost>
<VirtualHost *:80>
DocumentRoot /path/to/vhosts/host2.example.com/
ServerName host2.example.com
SuexecUserGroup host2 host2
</VirtualHost>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
aaa