搭建一台简易的www服务器

运行环境:物理机正常上网;VMware;CentOS/RedHat镜像;httpd软件;vi/vim工具;浏览器工具。

操作流程:

1.安装httpd:

yum -y install httpd

yum list httpd

2.修改配置文件:

vim /etc/httpd/conf/httpd.conf

     ServerName     80

     DocumentRoot  /var/www/html

     Listen           80

     MaxClients 

    DirectoryIndex   index.html

3.编辑默认主页:

cd /var/www/html

vim index.html

      [内容随意]

4.打开服务器:

service httpd start

5.记下浏览器地址:

ifconfig

6.进行测试:

在浏览器输入http://[第五步记下的浏览器地址]

7.问题解决:

若无法访问可尝试关闭防火墙或者设置selinux状态

systemctl stop firewall

setenforce 0

请登录后发表评论

    请登录后查看回复内容

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

我们检测到您正在使用扩展程序来阻止广告。请禁用这些广告拦截器来支持我们。