随笔分类 -  Nginx

apache httpd 及 nginx
nginx启用php
摘要:1. php下载https://secure.php.net/downloads.php搜索china镜像站点,从这里下载http://cn2.php.net/get/php-7.2.3.tar.gz/from/this/mirror帮助文档https://secure.php.net/downlo 阅读全文
posted @ 2018-03-28 12:01 ChaseForFuture 阅读(244) 评论(0) 推荐(0)
tomcat-users.xml配置Manager登陆用户
摘要:添加用来登陆tomcat-manager的用户 阅读全文
posted @ 2017-08-21 19:20 ChaseForFuture 阅读(405) 评论(0) 推荐(0)
编译安装 Nginx1.12.1
摘要:本文描述Nginx 的源码编译安装过程 ############## 一、安装OpenSSL ###################### 下载地址 https://www.openssl.org/source/wget https://www.openssl.org/source/openssl- 阅读全文
posted @ 2017-07-28 22:12 ChaseForFuture 阅读(945) 评论(0) 推荐(0)
tomcat运行时JVM参数调整
摘要:进入tomcat/bin目录 catalina.bat 中加入set JAVA_OPTS=-Xms210m -Xmx256m -Xmn70m -XX:PermSize=150m -XX:MaxPermSize=256m -XX:+PrintGCDetails -Djava.rmi.server.ho 阅读全文
posted @ 2017-06-25 22:07 ChaseForFuture 阅读(1105) 评论(0) 推荐(0)
【Ubuntu16.04】 install nginx
摘要:1. Download PGP key in order to pass the authentication of the nginx repository signature. click to download PGP_KEY . after that execute the command 阅读全文
posted @ 2017-06-01 16:51 ChaseForFuture 阅读(118) 评论(0) 推荐(0)
Tomcat : Invalid character found in the request target
摘要:Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986 Tomcat的coyote-connector解析到请求中包含了不合法的字符,比如 { } 阅读全文
posted @ 2017-05-26 17:55 ChaseForFuture 阅读(2241) 评论(0) 推荐(0)
【反向代理】图解
摘要:反向代理隐藏了公司内部网络拓扑,同时向外提供了一致的域名供访问,避免了跨域问题。 阅读全文
posted @ 2017-05-19 13:21 ChaseForFuture 阅读(248) 评论(0) 推荐(0)
【Centos7】安装nginx
摘要:1.安装必要的rpm 2.安装PCRE : 作用是让 Ngnix 支持 Rewrite 功能。 3.安装nginx : 下载并解压 tar zxvf nginx-1.6.2.tar.gz # 进入 nginx 目录 # 进行配置 编译并安装 #make #make install # 4. 查看版本 阅读全文
posted @ 2016-12-08 19:28 ChaseForFuture 阅读(150) 评论(0) 推荐(0)