ubuntu下配置Apache PHP 和 MySQL详细步骤 2011-12-22 6:58 | 202 | 0 | Other 791 字 | 4 分钟 安装apache2 sudo apt-get install apache2 安装完成,运行如下命令重启下: sudo /etc/init.d/apache2 restart 在浏览器里输入http://localhost或者是http://127.0.0.1,如果看到了“It works!“,那就说明Apache就成功的安装了,Apache的默认… lamp