如何在Linux 中搭建一个web服务器
4个回答
展开全部
web服务器的简单搭建
1、安装一个可以提供web服务的软件
yum -y install httpd
2、 启动httpd服务
systemctl start httpd
3、进入主配置文件
vim /etc/httpd/conf/httpd.conf
在此范围内添加或删除设置,为了方便编写,编辑了一个子配置文件/etc/httpd/conf.d/httpd-vhosts.conf
4、 编辑子配置文件
vim /etc/httpd/conf.d/httpd-vhosts.conf 此路径必为conf.d/*.conf (意:为.conf 后缀命名)
systemctl restart httpd 重启服务
5、 编辑页面测试文件
在web服务中默认存放网页文件的路径:/var/ chaodiquan.com /html
默认网页文件名字:index.html
6、 浏览器测试
ifconfig ens33 查看ens33网卡的地址
在浏览器里面 输入你的IP就可以看到测试文件里 希望可以帮助到的哈!
1、安装一个可以提供web服务的软件
yum -y install httpd
2、 启动httpd服务
systemctl start httpd
3、进入主配置文件
vim /etc/httpd/conf/httpd.conf
在此范围内添加或删除设置,为了方便编写,编辑了一个子配置文件/etc/httpd/conf.d/httpd-vhosts.conf
4、 编辑子配置文件
vim /etc/httpd/conf.d/httpd-vhosts.conf 此路径必为conf.d/*.conf (意:为.conf 后缀命名)
systemctl restart httpd 重启服务
5、 编辑页面测试文件
在web服务中默认存放网页文件的路径:/var/ chaodiquan.com /html
默认网页文件名字:index.html
6、 浏览器测试
ifconfig ens33 查看ens33网卡的地址
在浏览器里面 输入你的IP就可以看到测试文件里 希望可以帮助到的哈!
展开全部
要看你安装的是什么系统,
我这里安装的是centos 7.2,
然后再安装nginx MySQL PHP
就这几个,你参考下。
我这里安装的是centos 7.2,
然后再安装nginx MySQL PHP
就这几个,你参考下。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2019-04-16
展开全部
很简单,一条命令
yum install nginx -y
service nginx start
yum install nginx -y
service nginx start
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
楼主什么系统?
Ubuntu系统
sudo apt install nginx
Ubuntu系统
sudo apt install nginx
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询