I am using the statement is: if ($ host! = www.mj.com|ci.mj.com) {rewrite ^ / (. *) $ http://www.mj.com/ $ 1 permanent;} This page contains a redirect loop occurs causing the problem can not access the site, I ask you how to handle this statement to be compatible with multiple subdomains, thank youby ronin - Nginx Mailing List - English
Web site is the Python, going to some type of the file will be forwarded to the static files directory, the static directory should not return to 404, but there is a problem, the trouble you help me see Web site configuration files: location ~* \.(php|php*|git*|htm|html|txt)$ { root /web/www/static; } curl -I http://www.a.com/a.php curl -by ronin - Nginx Mailing List - English
I saw inside the file like this: use Apache2:: Module; use Apache2:: Access; use Apache2:: ServerRec qw (); use Apache2:: RequestRec qw (); use Apache2:: RequestUtil qw (); use Apache2:: Const qw (: common: override: cmd_how); use APR:: Pool (); use APR:: Table (); # Use Apache2:: Directive qw (); Nginx is kind of how does the corresponding statement?by ronin - Nginx Mailing List - English
I have solved the problem move: perl_modules /redmine/extra/svn; perl_require Redmine.pm; to :/etc/nginx/nginx.conf But redmine.pm still can not load successfully, error message is: : require_pv("Redmine.pm") failed: "Can't locate Apache2/Module.pm in @INC (@INC contains: /usr/perl/lib /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/shby ronin - Nginx Mailing List - English
Environment: ubuntu10:10 nginx0.8.53 nginx compile parameters: nginx version: nginx/0.8.53 built by gcc 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) TLS SNI support enabled configure arguments: --user=www-data --group=www-data --prefix=/usr --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --pid-path=/var/run/nginx.pid --lock-path=/var/lock/nginx.lock --http-log-path=/vaby ronin - Nginx Mailing List - English
Sorry, wrong because I have been using apt-get install nginx nginx installedby ronin - Nginx Mailing List - English
Environment: ubuntu10:10 nginx0.8.53 nginx compile parameters: ./configure --user=www-data --group=www-data --prefix=/ --with-http_stub_status_module --with-http_ssl_module --with-http_perl_module --with-sha1=/usr/lib --add-module=/var/lib/gems/1.8/gems/passenger-3.0.0/ext/nginx nginx site profile: server { listen 80; server_name hg.repos.net; location / {by ronin - Nginx Mailing List - English
Does nginx ignores how to set up the case of URL, apache has CheckSpelling module, then nginx it?by ronin - Nginx Mailing List - English
Cause of the problem identified, I used the "fastcgi_param REQUEST_BODY_FILE $request_body_file;" inside fcgi.conf nginx/sbin/nginx: line 1:ELF: command not found ,is I used the "strip /nginx/sbin/nginx" commandby ronin - Nginx Mailing List - English
nginx/sbin/nginx: line 1:ELF: command not found Every time nginx start have this kind of tips do not know whether theby ronin - Nginx Mailing List - English
I Recompilation nginx ./configure --user=user --group=user --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_sub_module --with-http_gzip_static_module and remove proxy_temp_path /dev/shm/proxy_temp; fastcgi_temp_path /dev/shm/fastcgi_temp; client_body_temp_path /dev/shm/client_body_temp; Questions remain,why?by ronin - Nginx Mailing List - English
error info: Warning: REQUEST_BODY_FILE: open('/dev/shm/client_body_temp/0000000002') failed: No such file or directory (2) in Unknown on line 0by ronin - Nginx Mailing List - English
I use nginx 07.61 upload files Often fail(files only 150K),using normal apache nginx.conf: server_names_hash_bucket_size 128; client_header_buffer_size 32k; large_client_header_buffers 4 32k; client_max_body_size 8m; sendfile on; tcp_nopush on; server_name_in_redirect off; server_tokens off; keepalive_timeout 75 20; tcp_nodelay on; fastcgi_connecby ronin - Nginx Mailing List - English
To re-generate the certificate,IE and fiefox is ok!by ronin - Nginx Mailing List - English
firefox is OK,but IE is failedby ronin - Nginx Mailing List - English
I re-installed openssl 0.9.8K,Site normal Thanks Igor Sysoev # openssl version -a OpenSSL 0.9.8k 25 Mar 2009 built on: Fri Aug 28 10:32:08 CST 2009 platform: linux-elf options: bn(64,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long) idea(int) blowfish(idx) compiler: gcc -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointby ronin - Nginx Mailing List - English
uname -srvmo: Linux 2.6.18-128.4.1.el5.centos.plus #1 SMP Thu Aug 6 11:07:23 EDT 2009 i686 GNU/Linuxby ronin - Nginx Mailing List - English
ldd: /usr/local/sbin/nginx: No such file or directoryby ronin - Nginx Mailing List - English
./configure --user=webuser --group=webuser --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_sub_module --with-md5=/usr/lib --with-sha1=/usr/lib --with-http_gzip_static_module ldd /usr/local/nginx/sbin/nginx: linux-gate.so.1 => (0x00771000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x00f5c000) libpcre.so.0 => /usr/lib/libpcre.so.0 (0x00d2c000) lby ronin - Nginx Mailing List - English
ssl_certificate /usr/local/nginx/conf/server.crt; ssl_certificate_key /usr/local/nginx/conf/server.key; or: ssl_certificate /usr/local/nginx/conf/server.pem; ssl_certificate_key /usr/local/nginx/conf/server.key; Is the same error : SSL_CTX_set_tlsext_servername_callback() failed (SSL:)by ronin - Nginx Mailing List - English
/usr/sbin/nginx Is wrong, should be /usr/local/nginx/sbin/nginx openssl key:http://wiki.nginx.org/NginxHttpSslModule nginx.conf info: server { listen 443; server_name 192.168.1.242; index index.html index.htm index.php index.cgi index.shtml index.pl; root //www/stat; ssl on; ssl_certificate conf/server.crt; ssl_certificate_key conf/server.key;by ronin - Nginx Mailing List - English
I have also experienced the same problem system: centos 5.3 nginx:0.8.9 openssl:0.9.8K : SSL_CTX_set_tlsext_servername_callback() failed (SSL:) ldd /usr/sbin/nginx: linux-gate.so.1 => (0x00771000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x00f5c000) libpcre.so.0 => /usr/lib/libpcre.so.0 (0x00d2c000) libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0by ronin - Nginx Mailing List - English
use command: echo /usr/lib/openssl/engines >>/etc/ld.so.conf ldconfig -v Compile nginx is right Thanks Igor Sysoevby ronin - Nginx Mailing List - English
system:centos 5.3 yum -y install openssl openssl-devel ./configure --user=webuser --group=webuser --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_sub_module --with-md5=/usr/lib --with-sha1=/usr/lib --with-http_gzip_static_module Compile nginx 0.8.9 is right use openssl Version update to 0.98K tar zxvf openssl* cd openssl* ./config --prefix=/usby ronin - Nginx Mailing List - English
![]() |
![]() |
![]() |
![]() |
![]() |