Wordpress in a subfolder (7 replies)
Hi,I have a setup where there are 2 installations of wordpress .One under /and one under /wordpress . The configs are as below##############################location / {try_files $uri $uri/...
View Articlehttp 500 errors are not cached but go to the backend (1 reply)
Hi,I've set up nginx (tested with 1.2.6 and 1.3.10) to cache all requests to our fastcgi backends. If a cache entry expires, stale entries wil be served while nginx is updating the cache. I'm using the...
View Article"first" load balancing (no replies)
The purpose of this message is to request a new feature be added to NGINX - "first" load balancing algorithm and MAXCONN setting for upstream servers.I am setting up a new site that will require...
View Articledynamic upstream configuration (no replies)
I'm new to this mailing list, but have used nginx for simple websites for years. Now, I am planning a more complicated website which will require multiple upstream servers and more dynamic...
View ArticleProcess a PHP5 file through a socket (no replies)
Hello,is it possible to process a php file directly in a socket without nginx?Thanks for any ideas and help!Greets,Patschi_______________________________________________nginx mailing...
View ArticleFor the nginx community (no replies)
Hello,Here is a sneak preview of cpXstack . The plugin for cpanel powered serversto use the full potential of nginX + PHP-FPM===http://youtu.be/UAmXOJIC93o===--Anoop P Alias (PGP Key ID :...
View Article[ANN] ngx_openresty devel version 1.2.6.1 released (no replies)
Hello, folks!I am delighted to announce the new development version of ngx_openresty,1.2.6.1:http://openresty.org/#DownloadSpecial thanks go to all our contributors and users for helping make...
View ArticleDefault server showing incorrectly for site homepage only (no replies)
Hi AllI have a rather strange issue that appears to have only started in the last few days (no changes have been made in the last few days) . I'll try and describe it as best I can but please let me...
View ArticleHow to cap server load? (3 replies)
I really want to ensure that my web servers are not overloaded.Can I do this with nginx?That is, is there a variable I could test to decide whether nginx should send the request to the local PHP...
View ArticleWhy does nginx sometimes send Connection: close to Connection: keep-alive...
This may be a bit difficult to explain but I will try my best:We have the following setup:[ BOX 1 : NGINX Frontend ] ---reverse-proxy---> [ BOX 2: NGINX Backend ---> PHP-FPM ]Upstream keepalives...
View ArticleWebserver crashes sometimes - don't know why (6 replies)
Hello,my nginx webserver crashes sometimes and I don't know why. It's not on everyday and not at the same time as the crash before. I just get sometimes amessage from my monitoring service that my http...
View ArticlePrimary script unknown error - can't figure out how to fix (7 replies)
Hi all,I'm new to nginx and trying to setup a piwik virtual hosts on anup-to-date CentOS 6.3 box with nginx 1.2.6, php-5.3.3 with php-fpm srcfrom the 5.3.20 release. I'm seeing some "Primary script...
View Articletry_files, POST, and redirecting requests to Passenger (5 replies)
The application I'm working on (CMS) has a few interesting requirements:* Custom user domains* Very heavily page cached.* Any page can be POSTed to (page has a form on it)In Apache, this was easily...
View Articlehtaccess to nginx, real nightmare - Any advice ? (no replies)
HelloI'm using Nginx from 3 weeks for wordpress and scripts like phplinkdirectory. Unfortunately i'm still noob converting htaccess rules to nginx and sometimes a simple conversion is a real nightmare....
View ArticleRemove URI string? (3 replies)
Hello all -I would like to strip all request_uri strings for a group of server names and serve up an index page.Example:Client requests http://host1.domain.com/blah, nginx will direct client to...
View ArticleOCSP_basic_verify() failed (2 replies)
I tried nginx 1.3.10 with ocsp stapling... but I get this error:2013/01/09 09:14:52 [error] 27663#0: OCSP_basic_verify() failed (SSL: error:27069065:OCSP routines:OCSP_basic_verify:certificate verify...
View Articlenginx deployments survey (2 replies)
Hello,We had a pretty packed 2012 in regards to nginx development. We've got a lot of feedback too from a variety of users.However as we gear up for the new development cycle in 2013, we'd appreciate a...
View Article[PATCH] Use pcre-config to set ngx_feature_path and ngx_feature_libs (2 replies)
Hi, there.Here is a patch for using pcre-config to set ngx_feature_path andngx_feature_libs.I need this since I would like to use pcre 8.32 built from source andinstalled in...
View ArticleTwo questions/feature requests based on first-time setup experience (no replies)
Hi all,I just got nginx/uwsgi up and running on Ubuntu Server 12.04. It worksgreat without a great deal of configuration (which is awesome), butand I did have two questions/comments:1) AFAIK,...
View Articlelog module (no replies)
hello:when i using the log module to write the acess_log.there are three set-cookie line in reponse hearders, But the log module only writes the first set-cookie of response headers into log.here is my...
View Article