随笔分类 -  web服务器

nginx https配置——Let's Encrypt 部署和维护
摘要:"let’s encrypt" Let's Encrypt 的最大贡献是它的 ACME 协议,第一份全自动服务器身份验证协议,以及配套的基础设施和客户端。这是为了解决一直以来 HTTPS TLS X.509 PKI 信任模型,即证书权威(Certificate Authority, CA)模型缺陷的 阅读全文

posted @ 2018-05-30 11:28 Ryanyanglibin 阅读(546) 评论(0) 推荐(0)

apache常用配置文件讲解
摘要:apache 的httpd.conf常用配置说明 # ServerRoot: The top of the directory tree under which the server's # configuration, error, and log files are kept. # # Do n 阅读全文

posted @ 2017-02-15 14:50 Ryanyanglibin 阅读(1125) 评论(0) 推荐(0)

centos配置apache的https服务
摘要:因为公司要开发微信小程序,由于小程序比较特殊,需要https服务,所以就研究了下apache的https服务了,大致过程如下: 1.向证书机构申请https证书,会得到证书和私钥 2.安装apache的mod_ssl.so模块 yum -y install mod_ssl 3.若启用了防火墙需要添加 阅读全文

posted @ 2017-02-08 12:22 Ryanyanglibin 阅读(8137) 评论(1) 推荐(2)

Apache和Nginx的Rewrite规则对比
摘要:一.Apache的rewrite1、Rewrite规则简介:Rewirte主要的功能就是实现URL的跳转,它的正则表达式是基于Perl语言。可基于服务器级的(httpd.conf)和目录级的(.htaccess) 两种方式。如果要想用到rewrite模块,必须先安装或加载rewrite模块。方法有两... 阅读全文

posted @ 2014-11-18 16:47 Ryanyanglibin 阅读(1436) 评论(0) 推荐(0)

导航