上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 164 下一页
摘要: #所有jsp的页面均交由tomcat或resin处理location ~ .(jsp|jspx|do)?$ {proxy_set_header Host $host;proxy_set_header X-Real-IP $remote_addr;proxy_set_header X-Forwarde... 阅读全文
posted @ 2014-12-10 14:27 火腿骑士 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 环境:centos6.4 min#安装编译库及依赖模块yum -y install gcc gcc-c++ autoconf automake makeyum -y install zlib zlib-devel openssl openssl--devel pcre pcre-devel#上传需要... 阅读全文
posted @ 2014-12-10 14:19 火腿骑士 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 1 创建用户、用户组useradd -g users wwwpasswd www //设置密码,否则该用户不可用groupadd -g 888 www //创建用户组gpasswd -a www www //将用户www加入用户组www2 下载nginx、pcre(正则使用)wgethttp://b... 阅读全文
posted @ 2014-12-10 14:07 火腿骑士 阅读(230) 评论(0) 推荐(0) 编辑
摘要: #vi /etc/nginx/nginx.conf############################################user nginx nginx;worker_processes 4;events { worker_connections 1024;}http ... 阅读全文
posted @ 2014-12-10 14:03 火腿骑士 阅读(246) 评论(0) 推荐(0) 编辑
摘要: --------------------推荐----配置2---------------------文件catalina.sh:#!/bin/sh# Licensed to the Apache Software Foundation (ASF) under one or more# contrib... 阅读全文
posted @ 2014-12-10 13:41 火腿骑士 阅读(335) 评论(0) 推荐(0) 编辑
摘要: redis的客户端实现、主要分为spring-redis-data 、jredis。记录下spring-redis-data的学习心得;spring-redis-data 中我目前主要用了它的存、取、清除。redis配置redis-manager-config.properties :redis.h... 阅读全文
posted @ 2014-12-10 12:36 火腿骑士 阅读(1408) 评论(0) 推荐(0) 编辑
摘要: 源代码下载:http://download.csdn.net/detail/jiangtao_st/76231131、Maven配置[html]view plaincopyprint?redis.clientsjedis2.5.0com.alibabafastjson1.1.412、Properti... 阅读全文
posted @ 2014-12-10 12:24 火腿骑士 阅读(399) 评论(0) 推荐(0) 编辑
摘要: https://www.virtualbox.org/wiki/DownloadsDownload VirtualBoxHere, you will find links to VirtualBox binaries and its source code.VirtualBox binariesBy... 阅读全文
posted @ 2014-12-10 11:53 火腿骑士 阅读(505) 评论(0) 推荐(0) 编辑
摘要: 本文力图阐述在 Ubuntu Server 环境下使用 Keepalived + Nginx + Tomcat 搭建高可用负载均衡环境的操作步骤和简约配置,这里不涉及性能调优。先说一下他们各自扮演的角色:Tomcat – 应用服务器Nginx – 反向代理服务器,作为负载均衡器Keepalived ... 阅读全文
posted @ 2014-12-10 11:47 火腿骑士 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 用途说明curl命令是一个功能强大的网络工具,它能够通过http、ftp等方式下载文件,也能够上传文件。其实curl远不止前面所说的那些功能,大家可以通过man curl阅读手册页获取更多的信息。类似的工具还有wget。curl命令使用了libcurl库来实现,libcurl库常用在C程序中用来处理... 阅读全文
posted @ 2014-12-10 11:39 火腿骑士 阅读(330) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 164 下一页