Ubuntu下安装LAMP

摘要: 一,apache 安装1.下载安装直接在终端输入命令:sudo apt-get install apache22.启动 apache终端输入命令:sudo /etc/init.d/apache2,回车后会看到启动成功的信息,如下:Usage: /etc/init.d/apache2 {start|stop|restart|reload|force-reload|start-htcacheclean|stop-htcacheclean|status}3.测试 apache在浏览器地址栏输入:http://localhost(或者 http://127.0.0.1) 会看到 apache 已经运行 阅读全文
posted @ 2012-02-05 00:42 Zidane® 阅读(300) 评论(0) 推荐(0)