Welcome! Log In Create A New Profile

Advanced

nginx+mantis

Vladislav V. Prodan
September 28, 2010 06:30AM
у кого-то работает связка?
Прикрепления хранятся в мускуле в виде блобов.
Прикрепления спокойно добавляются и удаляются, проблема возникает при
попытке открыть аттачменты.

location /mantis {
alias /usr/local/www/mantis;
index index.php;
deny 192.168.1.1;
allow 10.0.0.0/16;
}

location ~ ^/mantis/(.*\.php)$ {
fastcgi_pass unix:/var/run/php.socket;
include fastcgi_params;
fastcgi_param QUERY_STRING $query_string;
fastcgi_param SCRIPT_FILENAME /usr/local/www/mantis/$1;
fastcgi_param DOCUMENT_ROOT /usr/local/www/mantis;
}


2010/09/28 11:52:20 [error] 71262#0: *12177 upstream prematurely closed
connection while reading response header from upstream, client:
HHH.XXX.XXX.YYY, server: solo.ZZZZZ.biz, request: "GET
/mantis/file_download.php?file_id=7&type=bug&show_inline=1&file_show_inline_token=201009284e5c46d2beb5b790a80b4a173503c423427e1252
HTTP/1.1", upstream: "fastcgi://unix:/var/run/php.socket:", [^] host:
"solo.ZZZZZ.biz", referrer:
"http://solo.ZZZZZ.biz/mantis/view.php?id=18" [^]

# uname -prs
FreeBSD 9.0-CURRENT amd64

# nginx -V
nginx version: nginx/0.7.67
TLS SNI support enabled
configure arguments: --prefix=/usr/local/etc/nginx --with-cc-opt='-I
/usr/local/include' --with-ld-opt='-L /usr/local/lib'
--conf-path=/usr/local/etc/nginx/nginx.conf
--sbin-path=/usr/local/sbin/nginx --pid-path=/var/run/nginx.pid
--error-log-path=/var/log/nginx-error.log --user=www --group=www
--with-ipv6 --with-google_perftools_module
--http-client-body-temp-path=/var/tmp/nginx/client_body_temp
--http-proxy-temp-path=/var/tmp/nginx/proxy_temp
--http-fastcgi-temp-path=/var/tmp/nginx/fastcgi_temp
--http-log-path=/var/log/nginx-access.log
--add-module=/usr/ports/www/nginx/work/nginx_eval_module-1.0.1
--with-http_flv_module --with-http_geoip_module
--with-http_gzip_static_module --with-http_image_filter_module
--add-module=/usr/ports/www/nginx/work/nginx_mod_h264_streaming-2.2.7
--add-module=/usr/ports/www/nginx/work/nginx-notice-2
--with-http_perl_module --with-http_realip_module
--add-module=/usr/ports/www/nginx/work/ngx_http_response-0.3
--with-http_ssl_module --with-http_stub_status_module
--with-http_sub_module
--add-module=/usr/ports/www/nginx/work/nginx_upload_module-2.0.12
--add-module=/usr/ports/www/nginx/work/nginx_uploadprogress_module-0.8
--add-module=/usr/ports/www/nginx/work/mod_zip-1.1.6
--add-module=/usr/ports/www/nginx/work/ngx_http_memc_module-0.08 --with-pcre

_______________________________________________
nginx-ru mailing list
nginx-ru@nginx.org
http://nginx.org/mailman/listinfo/nginx-ru
Subject Author Posted

nginx+mantis

Vladislav V. Prodan September 28, 2010 06:30AM

Re: nginx+mantis

Alexander Petrovsky September 28, 2010 07:22AM

Re: nginx+mantis

Maxim Dounin September 28, 2010 08:26AM

Re: nginx+mantis

Alexander Petrovsky September 28, 2010 09:58AM

Re: nginx+mantis

Maxim Dounin September 28, 2010 08:26AM

Re: nginx+mantis

Vladislav V. Prodan September 28, 2010 04:52PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 172
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready