Re: HTTP/1.1 505 HTTP Version Not Supported Server: nginx/1.2.6
Thanks, I'll give that a shot. I assume HAProxy 1.5 is still in dev.
View ArticleRedirecting folder index to common index file
Hi,I'm currently moving my webpage from lighttpd to nginx. Everything is fine except for my gallery. My gallery currently uses the following directory structureroot- gallery.php- images1/- image1.png-...
View Article404 for for sites-available
Hi team,I'm trying to set up OpenVBX (https://github.com/twilio/OpenVBX) and I'm having difficulty setting up nginx to handle requests to the index file.I'm using the following set up:server {listen...
View Articlehow proxy_next_upstream control retry times
hi:now i am looking for a 50x retry method, config like this:upstream jboss8080 {server 10.1.2.164:8080 weight=1 max_fails=1fail_timeout=2s;server 10.1.2.174:8080 weight=1...
View ArticleRe: shared memory zone "media" conflicts with already declared size 0
SO cool ! I tested it and fix, Thanks!
View Articlefastcgi_keep_conn + PHP-FPM
The changelog of nginx 1.3.12 mentions a bugfix in the "fastcgi_keep_conn"directive. Therefore I decided to give this feature a try.Snippet from nginx.conf:fastcgi_keep_conn on;upstream php {server...
View ArticleRe: how proxy_next_upstream control retry times
Hello!On Wed, Feb 06, 2013 at 11:23:24AM +0800, 李文伟 wrote:> hi:> now i am looking for a 50x retry method, config like this:>>>> upstream jboss8080 {> server 10.1.2.164:8080...
View Articlewatermark patch
откопал старый патч watermark patch by Vadym Zakovinkoпричесал, добавил проверок, убрал memory leaking (надеюсь), переделал с JPG на PNG, добавил полноценную работу с альфаканалом. Работает с версией...
View ArticleCaching a location based on user-agent
Hi All:How can I caching a location/files just for specific user-agents?I mean something like:if ($http_user_agent ~ (googlebot|bingbot|badbot) ) {location ~* \.(html)$ {proxy_next_upstream http_502...
View ArticleRe: fastcgi_keep_conn + PHP-FPM
Hello!On Wed, Feb 06, 2013 at 11:00:42AM +0100, Steffen Weber wrote:> The changelog of nginx 1.3.12 mentions a bugfix in the "fastcgi_keep_conn"> directive. Therefore I decided to give this...
View ArticleRe: Newbie question on ip_hash
Hello!On Tue, Feb 05, 2013 at 10:38:35AM -0500, WBrown@e1b.org wrote:> Why does ip_hash only use the first 3 octects of the IP address?>> The reason I ask is that we run we servers for a...
View ArticleNginx и .htpasswd
Вечер бодрый!Столкнулся с неприятностью, в виде невозможности установить корректно работающую аутентификацию на аудиторию.У меня сервер CentOS + ISPConfig + Nginx, стоит скрипт интернет-магазина Simpla...
View ArticleRe: Newbie question on ip_hash
Maxim wrote on 02/06/2013 11:47:22 AM:> The ip_hash balancing was designed to work with internet services,> and use of /24 networks allows it to keep users from migrating> between backend...
View ArticleRe: Nginx и .htpasswd
> если уберу необходимость аутентификации, войти> могу без проблем и все работает.А как Вы ее убираете? покажите разницу в конфигах.._______________________________________________nginx-ru...
View ArticleRe: Nginx и .htpasswd
Убираю это:location ^~ /simpla/ {auth_basic "Administrator Login";auth_basic_user_file $document_root/simpla/.htpasswd;try_files $uri $uri/ /index.php;index index.php;location ~ \.php$...
View ArticleModule Developer Wanted
We have about 700 lines of Perl that we want to replace by an NGINX module.Qualified developers should call me day or evening Eastern Standard Time.Additionally, we need a C programmer who is versed in...
View ArticleRSA+DSA+ECC bundles
Hi,Apache supports specifying multiple certificates (different types) for samehost in line with OpenSSL support (RSA, DSA, ECC). This allows using ECC keyexchange methods with clients that support it...
View ArticleRe: Nginx и .htpasswd
> location ^~ /simpla/ {Из документации: "Если у максимального совпавшего префиксногоlocation'а указан модификатор "^~", то регулярные выражения непроверяются."Я так понимаю - и для вложенных...
View ArticleRe: Прокси Яндекс-Турбо
On 31.01.2013 00:48, Konstantin Baryshnikov wrote:> Здравствуйте!Добрый день.>> On Jan 29, 2013, at 7:09 PM, Alexander V. Chernikov wrote:>>> На данный момент как-то...
View ArticleRe: Nginx и .htpasswd
Из Вашего ответа не совсем понимаю что делать, как решить вопрос. Спасибо
View Article