码迷,mamicode.com
首页 > Web开发 > 详细

mac下php环境apache httpd-vhosts.conf

时间:2016-11-09 13:22:41      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:mac apache httpd.conf

# Virtual Hosts
#
# Required modules: mod_log_config

# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn‘t need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at
# <URL:http://httpd.apache.org/docs/2.4/vhosts/>
# for further details before you try to setup virtual hosts.
#
# You may use the command line option ‘-S‘ to verify your virtual host
# configuration.

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any <VirtualHost> block.
#


<VirtualHost *:80>
   ServerAdmin webmaster@dummy-host2.example.com
   DocumentRoot "/Users/mac/data/demo"
   ServerName demo.com
   ErrorLog "/private/var/log/apache2/demo.ccc-error_log"
   CustomLog "/private/var/log/apache2/demo.ccc-access_log" common
</VirtualHost>

mac下php环境apache httpd-vhosts.conf

标签:mac apache httpd.conf

原文地址:http://phpervip.blog.51cto.com/11075781/1870807

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!