码迷,mamicode.com
首页 >  
搜索关键字:nginx tomcat session    ( 61054个结果
linux安装nginx(CentOS6)
nginx下载地址 http://nginx.org/en/download.html Window启动命令: java -jar D:\jeecg-boot-module-system-2.0.0.jar Linux下后台进程启动命令: nohup java -jar jeecg-boot-mod ...
分类:系统相关   时间:2021-06-13 09:26:41    阅读次数:0
安装nginx出错the HTTP rewrite module requires the PCRE library
问题描述 报错信息如下所示: ./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using --without-http_rewrit ...
分类:Web程序   时间:2021-06-11 19:17:07    阅读次数:0
Linux环境下部署nginx
下载压缩包:nginx-1.19.0.tar.gz 解压缩:tar -zxvf nginx-1.19.0.tar.gz 进入解压后的目录:cd nginx-1.19.0 配置安装目录,这一步可忽略,使用默认配置:./configure --prefix=/usr/local/nginx 安装:mak ...
分类:系统相关   时间:2021-06-11 19:14:54    阅读次数:0
Idea社区版使用插件完成正常开发
核心插件 Smart Tomcat 和 Spring Assistant 解决社区版本不具备Web开发能力,再辅助常用的第三方查询让社区版赋予不输于旗舰版用户体验。 1Spring相关开发 1、Smart Tomcat 这是针对Tomcat服务器的插件。SmartTomcat将从项目和模块中自动加载 ...
分类:其他好文   时间:2021-06-11 18:42:56    阅读次数:0
使用Flask+uwsgi+Nginx部署Flask正式环境
使用Flask+uwsgi+Nginx部署Flask正式环境 环境准备 在开始正式讲解之前,我们将首先进行环境准备。 Step1:安装Python,pip以及nginx: sudo apt-get update sudo apt-get install python-pip python-dev n ...
分类:其他好文   时间:2021-06-11 18:35:20    阅读次数:0
解决美化 nginx 自动文件目录时出现上下两个界面,其中下面一个界面是404
现象如图 问题排查           通过一系列的排查,最终确定是美化目录的文件无法找到(所以提示404),但是我的路径又没有问题,为什么呢? 解决办法           删掉配置里面的中文注释, ...
分类:其他好文   时间:2021-06-11 18:31:43    阅读次数:0
79复习
1.Django与Ajax 2.分页器组件 3.forms组件 4.cookie与session组件 5.中间件组件 6.Auth模块 1.Django与Ajax # 通过ajax向https://api.help.bj.cn/apis/life29/?id=101060101发送请求,看看能不能拿 ...
分类:其他好文   时间:2021-06-11 18:16:04    阅读次数:0
docker部署多个php站点
1、安装docker 2、拉取镜像 docker pull mysql:5.7 docker pull php:7.3-fpm docker pull nginx 4、创建mysql容器 docker run --name mysql -v $PWD/conf:/etc/mysql/conf.d - ...
分类:Web程序   时间:2021-06-10 18:52:31    阅读次数:0
centos7安装mysql+tomcat+jdk并设置开机自启(已测试)
centos7安装mysql+tomcat+jdk并设置开机自启(已测试) ...
分类:数据库   时间:2021-06-10 18:34:52    阅读次数:0
Nginx的调度算法
一、ip_hash vim /etc/nginx/nginx.conf http { upstream websrvs { server 192.168.1.4:80; server 192.168.1.6:80; server 127.0.0.1:8080 backup; ip_hash; } } ...
分类:编程语言   时间:2021-06-10 18:33:41    阅读次数:0
61054条   上一页 1 ... 8 9 10 11 12 ... 6106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!