Announcing cpXstack - The complete nginX+ PHP-FPM stack for cpanel (no replies)
cpXstackcpXstack is a GPL licensed cpanel plugin developed by SysAlly (http://SysAlly.net ) that implements the full LEMP ( Linux- nginX - MySQL- PHP-FPM ) stack .More information about the project can...
View ArticleOptimize nginx stream (no replies)
we're running high traffic streaming website similar to youtube, due tolarge number of streams on daily basis, our server is consuming 10~12TBbandwidh per day. We're using nginx-1.2.1 and want to...
View ArticleTemporary "File not found" error (no replies)
About one month ago I had set up a new server configuration, since then I struggle with an annoying temporary error.Most of the time everything works fine, but after some period of time, I sometimes...
View ArticleFailed to install (1 reply)
Hi to all,I am in China and I just followed the instructions reported here:http://www.nginx.org/en/download.htmlbut after running the "sudo apt-get update" command I get the followingerror:W:...
View Article[Announce] Tengine-1.4.3 is released (no replies)
Hi folks,We are glad to announce that Tengine-1.4.3 development version has beenreleased. You can either checkout the source code from GitHub:https://github.com/taobao/tengine or download the tarball...
View ArticleNginx and Python (4 replies)
Hello,i try for a tutorial Python / Django and Nginx unite.http://www.collabspot.com/2012/08/14/setting-up-nginx-uwsgi-python-ubuntu-12-04/That sounds like a multi-hosting, and was not particularly...
View ArticleInternet Explorer won't show my website (3 replies)
Hi There,I'm using nginx for serving a lot of webpages.That work's fine on nearly every installation - exept of one:All websites on this server couldn't get accessed by Internet Explorer. Firefox,...
View ArticleFailed to install (1 reply)
Hi to all,I am in China and I just followed the instructions reported here:http://www.nginx.org/en/download.htmlbut after running the "sudo apt-get update" command I get the followingerror:W:...
View ArticleHow to bind variable with connection in a customized module? (1 reply)
hi all,I want save state during a long connection (keep-alive) for performance optimization in my own HTTP handler module, thus I can peek up the saved state when handling requests, to speed up...
View Article回复: Re: How to (no replies)
=?UTF-8?Q?bind_variable_with?==?UTF-8?Q?_connection_in_a_customized_module=3F?=MIME-Version: 1.0Content-Type: text/plain; charset="utf-8"Content-Transfer-Encoding: quoted-printableThank you very much....
View Articleissue with default vhost (1 reply)
Hello!There is an Nginx instance on one of my VMs (192.168.56.101) and three (enabled) vhosts: "default" and two further vhosts I created.When I enter the IP in my host browser or "localhost" in my...
View ArticleOptimizing Nginx for serving 1GB files - Finding values for 'directio' &...
Hi,We have a Nginx web server which is serving files whose size is almost 1GB. We were trying to optimize the configuration with directio & output_buffers directives. but, we couldn't find any...
View ArticleAbout ignore_invalid_headers directive in SSL (1 reply)
Hi!I have a problem.I have try ignore invalid headers with directive ignore_invalid_headers off in my configuration with SSL and dont get it working, however without SSL perfect work.What could be the...
View Articlewhy is nginx binding to 0.0.0.0:80 when I specify explicit IPs to listen on?...
I'm having a difficult time understanding why I'm unable to limit the IP address to which nginx binds.nginx 1.2.6-1Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.35-2 x86_64...
View ArticleIs there any other way to trigger log reopen beside kill -USR1? (no replies)
Hi all,In the common case, people rotate access log like this:mv access.log access.XXX.logkill -USR1 <nginx pid>In my case, I have to do something like this:if [ -f "access.log" ]; thenmv...
View ArticleNginx flv stream gets too slow on 2000 concurrent connections (22 replies)
Hello,We are using nginx to serve large size of static files i.e jpg,flvand mp4 . Nginx stream works very well on 1000~1500 concurrent connectionsbut whenever connections exceeded to 2000~2200, stream...
View ArticleUsing HttpMapModule with proxy_pass got 502 (1 reply)
Hi everyone,My project needs to route http request to different host with different domain name. I deployed HttpMapModule and proxy_pass, and the related nginx.conf segment is following:http {map...
View ArticleProblem with return 302 redirection, with Nginx 1.3.11 + Drupal 7 (3 replies)
Hello,In order to redirect certain Drupal 7 functions to https I havesetup Nginx 1.3.11 as follows:location ~* ^/(\?q=)?(?:user|admin|contact$) {return 302 https://$host$request_uri;}# and then the...
View ArticleShould it be "if ( $request_method !~ ^(GET...)" or "limit_except GET..." ?...
Hello,Can anybody tell me if the bellow constructs are equivalent?In case of a dozen or so 'location', would it still be better to have alimit_except for each location or, in that case, would it be...
View ArticleRegEx VHost name and the default VHost (4 replies)
Hello!VHost names with RegEx is an absolutely imazing feature of nginx. I llllllllllllllove it! :) But now I've got an issue with it.On my VM I have a VHost templates ax-common-vhost and use it for...
View Article