mac apache host文件配置

  作者:chrispy

本机 /etc/hostsopen -n /Applications/Google Chrome.app/ --args --disable-web-security --user-data-dir=/Users/ping/Desktop/work/data停止服务:sudo /usr/sbin/apachectl stop开启服务:sudo /usr/sbin/apachectl start重启服务:sudo /usr/sbin/apachectl restart<V

本机 /etc/hosts


open -n /Applications/Google Chrome.app/ --args --disable-web-security --user-data-dir=/Users/ping/Desktop/work/data





停止服务:sudo /usr/sbin/apachectl stop

开启服务:sudo /usr/sbin/apachectl start

重启服务:sudo /usr/sbin/apachectl restart


<VirtualHost *:8080>     

    ProxyPass /reminder http://test.account.zichan360.com/reminder

    DocumentRoot "/Users/huangchen/IntelligentReminderManager"

    ServerName reminder.shuyang.com

</VirtualHost>




Apache的网站服务器根目录在/Library/WebServer/Documents路径下


停止服务:sudo /usr/sbin/apachectl stop  

  

开启服务:sudo /usr/sbin/apachectl start  

  

重启服务:sudo /usr/sbin/apachectl restart


有用  |  无用

猜你喜欢