在终端使用
sudo apachectl start => 启动apache2
sudo apchectl stop => 停止
sudo apchectl restart => 重启
10.8下么有了共享站点, 网上答案.
在/etc/apache2/users/ 下, 查看是否有当前用户名的配置 , (e.g. sc.conf) 文件
文件内容 :
<Directory "/Users/此处是你的用户名/Sites"/>
Options Indexes MultiViews
AllowOverride All
Order allow, deny
Allow from all
</Directory>
目前通过这种方式 => 还未实现 localhost/~用户名 方式访问