#GIN

Nginx和Tomcat负载均衡实现session共享

以前的项目使用Nginx作为反向代理实现了多个Tomcat的负载均衡,为了实现多个Tomcat之间的session共享,使用了开源的Memcached-Session-Manager框架。   此框架的优势:     1、支持Tomcat6...

windows tomcat nginx session(当一台tomcat关闭后)

在windows下作nginx负载均衡测试。nginx的配置文件如下:worker_processes 1;events{   worker_connections 1024;}http{   include  &nbs...

吴裕雄--天生自然Django框架开发笔记:Django Nginx+uwsgi 安装配置

DjangoNginx+uwsgi安装配置使用pythonmanage.pyrunserver来运行服务器。这只适用测试环境中使用。正式发布的服务,需要一个可以稳定而持续的服务器,比如apache,Nginx,lighttpd等安装基础开发包Centos下安装步骤如下:yumgroupinstall"Developme...

安装 nginx与keepalived

首先安装 openssl、perlpcre、 zlib库和模块openssl库wgethttps://www.openssl.org/source/openssl-1.1.1-pre8.tar.gztar-zxvfopenssl-1.1.1-pre8.tar.gzcdopenssl-1.1.1-pr...
代码星球 代码星球·2020-05-23

Jmeter-Maven-Plugin高级应用:Configuring the jvm that the jmeter process runs in

TheJMeterMavenpluginwillruntheJMeterprocessinitsownJVM.YouhavefullcontroloverthisJVMandcansetthe-Xmsand-Xmxaswellasany commandlinearguments yourequire...

Jmeter-Maven-Plugin高级应用:Adding additional libraries to the classpath

 Pages 12HomeAddingadditionallibrariestotheclasspathAdvancedConfigurationBasicConfigurationConfiguringthejvmthatthejmeterprocessrunsinFAQLogLevelsModi...

Jmeter-Maven-Plugin高级应用:Remote Server Configuration

 Pages 12HomeAddingadditionallibrariestotheclasspathAdvancedConfigurationBasicConfigurationConfiguringthejvmthatthejmeterprocessrunsinFAQLogLevelsModi...

Jmeter-Maven-Plugin高级应用:Proxy Configuration

 Pages 12HomeAddingadditionallibrariestotheclasspathAdvancedConfigurationBasicConfigurationConfiguringthejvmthatthejmeterprocessrunsinFAQLogLevelsModi...

Jmeter-Maven-Plugin高级应用:Modifying Properties

 Pages 12HomeAddingadditionallibrariestotheclasspathAdvancedConfigurationBasicConfigurationConfiguringthejvmthatthejmeterprocessrunsinFAQLogLevelsModi...

Jmeter-Maven-Plugin高级应用:Log Levels

 Pages 12HomeAddingadditionallibrariestotheclasspathAdvancedConfigurationBasicConfigurationConfiguringthejvmthatthejmeterprocessrunsinFAQLogLevelsModi...

Jmeter-Maven-Plugin高级应用:Test Results File Format-Test Results

TestResultsDisablingThe<testResultsTimestamp>Enabling<appendResultsTimestamp>SettingThe<resultsFileNameDateFormat>ChoosingThe<resultsFileFo...

Jmeter-Maven-Plugin高级应用:Selecting Tests To Run

地址:https://github.com/jmeter-maven-plugin/jmeter-maven-plugin/wiki/Advanced-ConfigurationRunningAllTestsSpecifying<testFilesIncluded>Specifying<testFil...

Performance plugin离线安装

Upload安装pluginUpload安装plugin方式,需要手动下载plugin,然后在Jenkins界面中uploadplugin,从而实现安装plugin的目的。进入Jenkins界面,ManageJenkins->ManagePlugins->Advanced标签,Uploadplugin界面如...

nginx常用配置

其主要分为几个模块全局快从开始到events块之间的一部分内容,其作用域为全局作用域events块主要负责Nginx服务器与用户的网络连接常用设置:是否开启多workprocess下的网络连接进行序列化师傅允许接收多个网络连接选取哪种驱动模型连接请求process最大连接数http块主要负责配置代理,缓存以及日志定义等...
代码星球 代码星球·2020-05-23

nginx+腾讯云免费ssl证书+阿里云ECS实现Https配置

1.申请SSL证书:首先我们需要到腾讯云那边申请一个ssl证书,对于个人博客类型的,建议采用免费版本,土豪除外申请地址:https://console.cloud.tencent.com/ssl,申请完成后,其有一段等待的时间,一般1-2个小时就会审核成功的。2.申请成功后,会有一个有一个下载证书的连接如下图点击下载即...
首页上一页...8788899091...下一页尾页