| Projects on Google Code | Results 1 - 10 of 54 |
nginx-upstream-jvm-route
- This module achieves session stickiness with the session cookie for Ng...
=nginx_upstream_jvm_route=
-------
This module achieves session stickiness with the session cookie. If the session is not in the cookie or URL, the module will be a normal Round-Robin upstream module.
==INSTALLATION==
{{{
cd nginx-0.7.59 # or whatever
patch -p0 < /path/to/this/dir...
这是一个自动编译配置nginx、mysql、php、proftpd。类似xampp,但是没有xampp这么复杂。这套脚本的目的仅仅是减轻搭建上述环境过程中的重复劳动。并且我们提供的不是已经编译好程序,而是构建这套环境的脚本程序。
==目标==
# 用bash脚本实现上述4个软件的自动安装,相关的组件也能自动安装
# 最大自包含,尽量降低对系统依赖
# 能自动完成大部分配置工作,套件只要一启动就能使用
==实现==
采用树状结构存放相关程序,编译和配置的脚本名录为process,编译的过程其实对这颗树中process的遍历。为了方便管理,各个组件的配置信...
=nginx_upstream_carp=
-------
This module achieves partial CARP(Cache Array Routing Protocol) support in nginx upstream module. It chooses the backend server with a steady order. The same URL will always be forward to the backend with the same order when failure occurs. The score is calculated f...
Формат идентификатора сессии: 40-байт хэш sha1.
Сейчас модуль возращает пустую картинку.
== Алгоритм работы ==
# Проверяем есть ли куки.
# Если нету, проверяем устанавливается ли куки, путем установки куки, далее редирект на себя и попытка считать установленные куки.
# Данные об иденти...
AceLNMP 是一個基於 CentOS 系統的自動安裝 Shell Script
(AUTO-COMPILE & INSTALL NGiNX + MySQL + PHP on CentOS)
主要都是以各軟體官方釋出穩定版本為主
nginx-0.7.63
php-5.2.11
mysql-5.1.40
phpMyAdmin-3.2.3-all-languages
pure-ftpd-1.0.24
eaccelerator-0.9.5.3
pcre-8.00
libiconv-1.13.1
php-5.2.11-fpm-0.5....
*mod_zip* for nginx assembles ZIP archives dynamically. It can stream component files from
upstream servers with nginx's native proxying code, so that the process never
takes up more than a few KB of RAM at a time, even while assembling archives that
are (potentially) hundreds of megabytes.
Do...
=Project=
This project provides a stable nginx init.d ubuntu script. This script is *ready to go* (read: _turn-key_) with a default nginx install and compatible with ubuntu out of the box without any additional specific or installed repository modules/utilities/apps.
==About Us==
[http://www.a...
What it does is installing the lightweight Nginx web server with PHP support and MySQL. It’s intended for administrators who is repeating the task of setting up servers. This scripts allow you to install and configure a basic web server with almost no interaction (it only asks for a MySQL server roo...
Staged Reverse Proxy (SRP,分段反向代理的nginx模块实现)
先期准备工作
* [NginxCodeReview Nginx代码研究计划]
* [NginxSRPProtocol Nginx SRP 协议定义]
nginx proxy to memcached-like storage