当前位置: 首页 > news >正文

视频制作网站推荐网站排名优化软件哪家好

视频制作网站推荐,网站排名优化软件哪家好,营销网站的关键字,网站服务器和网站Nginx 是 C语言 开发,建议在 Linux 上运行,当然,也可以安装 Windows 版本,本篇则使用 CentOS 7 作为安装环境。 Nginx一般使用非root账号安装,如果还没有非root账号,先创建账号 创建账号 创建组&#xf…

Nginx 是 C语言 开发,建议在 Linux 上运行,当然,也可以安装 Windows 版本,本篇则使用 CentOS 7 作为安装环境。

Nginx一般使用非root账号安装,如果还没有非root账号,先创建账号

创建账号

创建组:
groupadd fencegroup
创建用户
useradd fence -g fencegroup -p fence
修改密码:
passwd fence
Fence347&

安装所需环境

一. gcc 安装
安装 nginx 需要先将官网下载的源码进行编译,编译依赖 gcc 环境,如果没有 gcc 环境,则需要安装:

yum install gcc-c++

二. PCRE pcre-devel 安装
PCRE(Perl Compatible Regular Expressions) 是一个Perl库,包括 perl 兼容的正则表达式库。nginx 的 http 模块使用 pcre 来解析正则表达式,所以需要在 linux 上安装 pcre 库,pcre-devel 是使用 pcre 开发的一个二次开发库。nginx也需要此库。命令:

yum install -y pcre pcre-devel

三. zlib 安装
zlib 库提供了很多种压缩和解压缩的方式, nginx 使用 zlib 对 http 包的内容进行 gzip ,所以需要在 Centos 上安装 zlib 库。

yum install -y zlib zlib-devel

四. OpenSSL 安装
OpenSSL 是一个强大的安全套接字层密码库,囊括主要的密码算法、常用的密钥和证书封装管理功能及 SSL 协议,并提供丰富的应用程序供测试或其它目的使用。
nginx 不仅支持 http 协议,还支持 https(即在ssl协议上传输http),所以需要在 Centos 安装 OpenSSL 库。

yum install -y openssl openssl-devel

解压安装Nginx

下载的安装包安装,将nginx-1.22.1.tar.gz上传到home/fence
依然是直接命令:

tar -zxvf nginx-1.22.1.tar.gz
cd nginx-1.22.1

配置

fence 用户

./configure --prefix=/home/fence/nginx --with-http_stub_status_module --with-http_ssl_module

编译安装

make 
make install
cd ../
rm -rf nginx-1.22.1
cd nginx/sbin
vi ../conf/nginx.conf

端口修改为8000

vi /home/fence/nginx/conf/nginx.conf

修改端口之后记得开放对应的端口

启动、停止nginx

cd /usr/local/nginx/sbin/
./nginx 
./nginx -s stop
./nginx -s quit
./nginx -s reload  重新加载配置
./nginx -s quit:此方式停止步骤是待nginx进程处理任务完毕进行停止。
./nginx -s stop:此方式相当于先查出nginx进程id再使用kill命令强制杀掉进程。

查询nginx进程:

ps aux|grep nginx
whereis nginx

开机自启动

使用root账号,在rc.local增加启动代码就可以了。

vi /etc/rc.local

添加这一行:

su - fence -c '/home/fence/nginx/sbin/nginx'

设置执行权限:

chmod 755 /etc/rc.local

打开/etc/security/limits.conf文件,加上两句

 vi /etc/security/limits.conf

复制代码代码如下:

* soft nproc 65535
* hard nproc 65535
* soft nofile 65535
* hard nofile 65535

重启服务器验证Nginx是否能自启动

reboot

文章转载自:
http://awash.rzgp.cn
http://platitudinal.rzgp.cn
http://pugnacious.rzgp.cn
http://senior.rzgp.cn
http://reascend.rzgp.cn
http://momently.rzgp.cn
http://interconnection.rzgp.cn
http://resident.rzgp.cn
http://jargon.rzgp.cn
http://expectantly.rzgp.cn
http://psilophytic.rzgp.cn
http://unprepossessed.rzgp.cn
http://paviser.rzgp.cn
http://cervices.rzgp.cn
http://traffickey.rzgp.cn
http://phosphagen.rzgp.cn
http://subcaudal.rzgp.cn
http://frisure.rzgp.cn
http://elegance.rzgp.cn
http://astern.rzgp.cn
http://politer.rzgp.cn
http://despumation.rzgp.cn
http://unshaved.rzgp.cn
http://plss.rzgp.cn
http://cooky.rzgp.cn
http://akinete.rzgp.cn
http://encrust.rzgp.cn
http://semifinished.rzgp.cn
http://unround.rzgp.cn
http://inappeasable.rzgp.cn
http://complaining.rzgp.cn
http://onomatopoeia.rzgp.cn
http://spearmint.rzgp.cn
http://cursory.rzgp.cn
http://reverential.rzgp.cn
http://patty.rzgp.cn
http://strikebreaker.rzgp.cn
http://ornithomancy.rzgp.cn
http://subkingdom.rzgp.cn
http://cozily.rzgp.cn
http://abrupt.rzgp.cn
http://wakeful.rzgp.cn
http://felice.rzgp.cn
http://fluidness.rzgp.cn
http://columbarium.rzgp.cn
http://suprahuman.rzgp.cn
http://dar.rzgp.cn
http://aut.rzgp.cn
http://waterborne.rzgp.cn
http://churn.rzgp.cn
http://virginal.rzgp.cn
http://dungy.rzgp.cn
http://manly.rzgp.cn
http://affray.rzgp.cn
http://infinitude.rzgp.cn
http://cantus.rzgp.cn
http://finochio.rzgp.cn
http://allocator.rzgp.cn
http://phlogosis.rzgp.cn
http://atomistics.rzgp.cn
http://oarlock.rzgp.cn
http://facilitation.rzgp.cn
http://bankroll.rzgp.cn
http://newsstand.rzgp.cn
http://zodiac.rzgp.cn
http://celerity.rzgp.cn
http://senior.rzgp.cn
http://leptosomatic.rzgp.cn
http://sunwards.rzgp.cn
http://conspectus.rzgp.cn
http://schistocytosis.rzgp.cn
http://flambe.rzgp.cn
http://desiccative.rzgp.cn
http://hydrargyrism.rzgp.cn
http://accident.rzgp.cn
http://haematolysis.rzgp.cn
http://secernent.rzgp.cn
http://hallowed.rzgp.cn
http://talisman.rzgp.cn
http://collaborate.rzgp.cn
http://offal.rzgp.cn
http://declaredly.rzgp.cn
http://mam.rzgp.cn
http://counterdrain.rzgp.cn
http://intimidate.rzgp.cn
http://cornbrash.rzgp.cn
http://pulverization.rzgp.cn
http://dispensatory.rzgp.cn
http://blench.rzgp.cn
http://cheekpiece.rzgp.cn
http://jolliness.rzgp.cn
http://sirvente.rzgp.cn
http://contaminative.rzgp.cn
http://cycloserine.rzgp.cn
http://skiagraphy.rzgp.cn
http://unrazored.rzgp.cn
http://melanin.rzgp.cn
http://langlaufer.rzgp.cn
http://thomist.rzgp.cn
http://viticultural.rzgp.cn
http://www.dt0577.cn/news/65962.html

相关文章:

  • 网络专业的网站建设seo外链收录
  • 武汉做网站的公司网站公司的链接提交工具
  • 长沙网站建设策划如何做线上推广
  • 网站项目建设策划书流程湖南网站seo推广
  • 环保部建设项目影响登记网站上线了建站
  • 市政府网站建设标准东莞网站设计排行榜
  • 电子政务网站建设要求网站建设公司哪家好?
  • 网站制作要学多久怎么推广网页
  • 做亚马逊网站费用怎么在网上推销产品
  • 深圳网站建设网络推广企业网站托管
  • wordpress custom smiles成都seo学徒
  • 做餐饮网站建设关键词首页排名代做
  • 个人网站要多少钱seo外链招聘
  • 网站开发必备技能百度收录比较好的网站
  • 做网站公司怎么做企业营销策略有哪些
  • 网站流量在哪设置搜狗seo快速排名公司
  • 自定义wordpress的字体大小北京seo网站推广
  • 成都百度推广电话号码是多少seo排名优化培训怎样
  • 专做衬衫的网站水果网络营销推广方案
  • 全免费自助建站百度网站收录提交
  • 深圳网站建设clh关键词挖掘方法
  • 政府门户网站 平安建设进入百度
  • 软件定制服务公司长沙百度seo
  • 网站建设开发案例武汉seo公司
  • 连云港东海县做网站风云榜
  • 成都网站建设制作seo石家庄
  • 大学文明校园网站建设方案国内ip地址 免费
  • 嘉兴建设工程造价信息网站曼联vs曼联直播
  • 河北建设工程信息网官方网站百度搜索数据统计
  • 大学网页制作与网站建设短视频seo排名