哎呀! Google Chrome无法连接到localhost:MacOsX中的Apache2配置(不含MAMP)

时间:2013-02-20 07:56:42

标签: php apache

我有一台Linux机器和一台MacOSX机器:前者用于Web开发,后者用于iOS开发。我只想开始使用我的MacBook进行Web开发,并停止使用两台机器。我不喜欢虚拟机。

(PS。如果可以的话,我不想安装任何像MAMP这样的软件)

所以,...我已经激活了apache2,我已经定义了一个VirtualHost:

<VirtualHost *:80>
    ServerAdmin sensorario@gmail.com
    ServerName localhost
    ServerAlias senso.local.com
    DocumentRoot /Users/simonegentili/Development/Www
    DirectoryIndex index.php
    <Directory /Users/simonegentili/Development/Www>
            AllowOverride all
    </Directory>
    ErrorLog ${APACHE_LOG_DIR}/localhost.error.log
    LogLevel notice
    CustomLog ${APACHE_LOG_DIR}/localhost.access.log combined
</VirtualHost> 

还有这个DocumentRoot:

DocumentRoot "/Users/simonegentili/Development/Www/"

但我只看到这样的信息:

Oops! Google Chrome could not connect to localhost

0 个答案:

没有答案