首页 > Web开发 > 详细

mac下php环境apache httpd-vhosts.conf

时间:2016-11-09 13:22:33      阅读:593      评论:0      收藏:0      [点我收藏+]
# 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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!