在mac下怎么配置web环境(php)
Posted 千里泽国
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在mac下怎么配置web环境(php)相关的知识,希望对你有一定的参考价值。
添加如下内容:
Include etc/extra/httpd-xampp.conf
Include "/Applications/XAMPP/xamppfiles/apache2/conf/httpd.conf"
Include "/Users/wuzeguo/workspace/www_conf/*"
ServerAdmin [email protected]
#项目地址
DocumentRoot /Users/wuzeguo/workspace/hani
directoryIndex index.html index.php index.htm index.shtml login.php
ServerName www.hani.com
ErrorLog "logs/mhd_error.log"
CustomLog "logs/mhd_error_common.log" common
<Directory /Users/wuzeguo/workspace/hani>
Options FollowSymLinks Indexes
AllowOverride all
#Order allow,deny
#Allow from all
Require all granted
</Directory>
</VirtualHost>
以上是关于在mac下怎么配置web环境(php)的主要内容,如果未能解决你的问题,请参考以下文章
MAC OS系统下怎么运行织梦cms,怎么搭建php环境?10.9系统