Created
January 11, 2014 07:09
-
-
Save singleseeker/8368011 to your computer and use it in GitHub Desktop.
http-vhost.conf
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> | |
ServerAdmin [email protected] | |
DocumentRoot "/Users/seeker/vhost/chuang86" | |
ServerName www.v2.chuang86.com | |
ServerAlias v2.chuang86.com | |
ErrorLog "/private/var/log/apache2/v2.chuang86.com-error_log" | |
CustomLog "/private/var/log/apache2/v2.chuang86.com-access_log" common | |
<Directory "/Users/seeker/vhost/chuang86"> | |
Options Indexes FollowSymLinks | |
AllowOverride All | |
Order allow,deny | |
Allow from all | |
</Directory> | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment