问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501

为什么 centos 7 安装 nginx 后显示 Welcome to nginx on Fedora...

发布网友 发布时间:2022-04-23 01:55

我来回答

1个回答

热心网友 时间:2022-04-12 22:04

安装环境为:最小化安装的centos7,关闭seliunx。最小化安装centos:关闭selinuxsed–i‘s/SELINUX=enforcing/SELINUX=disabled/g’/etc/selinux/config开始安装nginx1.7.8创建群组groupaddpilerccisnotfound解决方法:yuminstallgccgcc-c++如果有错误提示:./configure:error:theHTTPrewritemolerequiresthePCRElibrary.Youcaneitherdisablethemolebyusing–without-http_rewrite_moleoption,orinstallthePCRElibraryintothesystem,orbuildthePCRElibrarystaticallyfromthesourcewithnginxbyusing–with-pcre=option.解决方法:yuminstallpcre-devel如果有错误提示:./configure:error:SSLmolesrequiretheOpenSSLlibrary.Youcaneitherdonotenablethemoles,orinstalltheOpenSSLlibraryintothesystem,orbuildtheOpenSSLlibrarystaticallyfromthesourcewithnginxbyusing–with-openssl=option.解决方法:yuminstallopenssl-devel以上错误提示依次解决后:再一次的运行./configure--user=www--group=www--prefix=/usr/local/nginx--with-http_stub_status_mole--with-http_ssl_mole--with-http_gzip_static_molemakemekeinstall编译参数解释:#指定运行权限的用户--user=www#指定运行的权限用户组--group=www#指定安装路径--prefix=/usr/local/nginx#支持nginx状态查询--with-http_stub_status_mole#开启ssl支持--with-http_ssl_mole#开启GZIP功能--with-http_gzip_static_mole因此要顺利的通过nginx编译安装必须安装的依赖关系有:yuminstallgcgccgcc-c++pcre-develzlib-developenssl-devel2、在centos7中为nginx的启动、重启、重载配置添加脚本nginx直接启动的方法:/usr/local/nginx/sbin/nginx但是不是很方便,因此使用下面的脚本来控制nginx的启动关闭重载更加合理一些。编辑文件:vim/usr/lib/systemd/system/nginx.service添加下面的脚本,注意路径![Unit]Description=nginx-highperformancewebserverDocumentation=kill-sQUIT$MAINPIDPrivateTmp=true[Install]WantedBy=multi-user.targetsystemctl的一些使用方法:systemctlis-enabledservicename.service#查询服务是否开机启动systemctlenablexxx.service#开机运行服务systemctldisablexxx.service#取消开机运行systemctlstartxxx.service#启动服务systemctlstopxxx.service#停止服务systemctlrestartxxx.service#重启服务systemctlreloadxxx.service#重新加载服务配置文件systemctlstatusxxx.service#查询服务运行状态systemctl--failed#显示启动失败的服务因此,添加上面脚本后,centos7中操作nginx的方法有systemctlis-enablednginx.service#查询nginx是否开机启动systemctlenablenginx.service#开机运行nginxsystemctldisablenginx.service#取消开机运行nginxsystemctlstartnginx.service#启动nginxsystemctlstopnginx.service#停止nginxsystemctlrestartnginx.service#重启nginxsystemctlreloadnginx.service#重新加载nginx配置文件systemctlstatusnginx.service#查询nginx运行状态systemctl--failed#显示启动失败的服务
声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
苹果手机微信怎么换漂亮字体(苹果手机微信怎么换行输入) 有什么好用的app转换字体 手写转文字的软件 erp可以看评论地址吗 淘宝评论url是什么意思? 揭秘:码牌支付风控升级,背后真相揭秘 电脑电视直播软件哪个好用什么软件好电脑看电视直播 潼南子同街学区是哪些 三极管BU406价格和参数? 火锅料放在冰柜忘了插电一个星期给会坏了吗 火锅的设备有哪些 win7网络设置怎么建立共享文件夹 win7 wifi热点,共享设置详细步骤 linux怎么快速安装nginx和php,不用安装数据库 通过wifi连接的两台win7电脑如何设置共享文件夹? systemctl status nginx后报错,请大家帮我看看是怎么回事呀?(nginx) win7之间怎么设置共享文件! W7的电脑怎么设置共享文件夹? 椰子,红枣,枸杞煲乌鸡汤对身体有什么作用 win7笔记本作为wifi热点怎么共享文件 银耳红枣花生乌鸡汤的功效 两台WIN7电脑如何设置共享文件?!!急!! 太子参、枹杞,红枣,乌鸡汤的好处 雪莲花枸杞红枣乌鸡汤的功效 喝乌鸡红枣汤可以养胃吗 乌鸡香菇枸杞红枣可以一起炖汤吗?有什么作用? 红枣乌鸡汤的功效有哪些 红枣黄芪乌鸡汤吃了有什么作用? 红枣煲乌鸡有什么功效 鼻子上的螨虫挤出来好不好?怎样清理? 怎么知道自己脸上是否有螨虫? 如何在 Ubuntu 上使用 pm2 和 Nginx 部署 Node.js 应用 liunx中nginx配置负载均衡要打通虚拟机之间的通信吗? linux安装了Nginx,进程是什么样子的才算启动正常 苹果7P更新不了iOS 15.3为什么? 苹果手机更新不了最新14系统是怎么回事? 我的iphonexs升级不了怎么回事? 提灯与地下城40级以后需要怎样玩? iPhone11无法更新ios14怎么办? 提灯与地下城燃烧流需要怎样玩? 《提灯与地下城》技能如何搭配? 急!!!苹果系统更新中,进度一直不动怎么办?? 提灯与地下城噩梦难度需要怎样打?噩梦难度备战及打法方法是什么?_百度... 怎么让手机收到微博好友上线提醒? 提灯与地下城平民不氪金的玩法都有哪些? 新浪微博怎么设置好友上线提醒? 提灯与地下城职业应该怎么去选择? iphone登陆新浪微博要怎样设置才能看见好友的在线状态 提灯与地下城BOSS需要怎样打? 提灯与地下城装备选择上面有哪些不错的选择? 提灯与地下城新手开局都有哪些需要注意的地方?