美文网首页我爱编程
Ubuntu 下搭建web服务器 (一)Apache

Ubuntu 下搭建web服务器 (一)Apache

作者: 塔宇 | 来源:发表于2017-04-17 12:00 被阅读0次

一、安装Apache:

sudo apt-get install apache2

安装完成后浏览器中测试:http://localhost 或 http://127.0.0.1

Apache 会在var下创建www的目录

重启Apache:sudo /etc/init.d/apache2 restart

现在静态网页放在www目录下就可以被浏览器访问到了

相关文章

网友评论

    本文标题:Ubuntu 下搭建web服务器 (一)Apache

    本文链接:https://www.haomeiwen.com/subject/srpzattx.html