随笔分类 - 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
阅读全文
tomcat-users.xml配置Manager登陆用户
摘要:添加用来登陆tomcat-manager的用户
阅读全文
编译安装 Nginx1.12.1
摘要:本文描述Nginx 的源码编译安装过程 ############## 一、安装OpenSSL ###################### 下载地址 https://www.openssl.org/source/wget https://www.openssl.org/source/openssl-
阅读全文
tomcat运行时JVM参数调整
摘要:进入tomcat/bin目录 catalina.bat 中加入set JAVA_OPTS=-Xms210m -Xmx256m -Xmn70m -XX:PermSize=150m -XX:MaxPermSize=256m -XX:+PrintGCDetails -Djava.rmi.server.ho
阅读全文
【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
阅读全文
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解析到请求中包含了不合法的字符,比如 { }
阅读全文
【Centos7】安装nginx
摘要:1.安装必要的rpm 2.安装PCRE : 作用是让 Ngnix 支持 Rewrite 功能。 3.安装nginx : 下载并解压 tar zxvf nginx-1.6.2.tar.gz # 进入 nginx 目录 # 进行配置 编译并安装 #make #make install # 4. 查看版本
阅读全文