404 not found afther reboot (1 reply)
Hi all,I have a problemWell yesterday everthing was working fine the website etc etc etc butthe system behind whmcs needed ioncube loaders so i did installeverything right and reboot the server afther...
View ArticleUse directive value inside nginx.conf (no replies)
Hi!I need to send to my application through "fastcgi_param" the value of "client_max_body_size" directive, which is defined in http block in nginx.confIs there any way to do this without moving the...
View ArticleHow to make the log file printed by access_log split (2 replies)
what's the limit of the size of log file, and what will happen when it reaches the limitation?if I want to split the log file by timeline, say start a new file on the beginning of an hour, how can I...
View ArticleCustom forced 503 page does not work (no replies)
Hi,I'm trying to deliver a custom 503 page for all requests the serverreceives but with the following config it doesn't work.server {listen 81;server_name localhost;error_log /var/log/nginx/error.log...
View Article.spec file for 1.4.2 RPM (3 replies)
Hi,can anyone point me to the RPM .spec file for the binary RHEL 6 RPM?I need to create a binary RPM in a certain context and look for a quick starting...
View Articlenginx 1.4.x file upload multipart ecoded (no replies)
How I can handle multipart data uploads with the latest nginx release?The good old upload module won^t compile anymore.
View ArticleHelp with Keepalive on NGINX (2 replies)
Hi All,I am struggling to get keepalives to work on Nginx, I believe I haveadded the necessary configuration. Can you take a look and suggest whereI may be going wrong or what I am missing?We have a...
View Articleindex and location not working together properly? (2 replies)
Hi all,Still fighting with my nginx configuration. What I want to achieve.If static file exists in "reseller" root,serve from "reseller" rootelse if static file file exists in "central" root,then serve...
View Articlecan't get http authentication to work (no replies)
Hi, I'm trying to implement HTTP authentication as outlined in this articlehttps://www.digitalocean.com/community/articles/how-to-set-up-http-authentication-with-nginx-on-ubuntu-12-10I went through the...
View ArticleNginx changing settings on the fly? (4 replies)
We're currently using CrossRoads for our load balancing needs and are evaluating a switch to Nginx. We are excited by the existence of a pacemaker/heartbeat ocf script. But one of the needs that we...
View Articleblock bot on uri with query_string (no replies)
Hi All,Been trying to block bots from accessing a URI that has a query_string"action=get_it", i tried belowlocation ~* \?(action=get_it)$ {if ( $http_user_agent...
View Articlenginx-1.5.3 (2 replies)
Changes with nginx 1.5.3 30 Jul 2013*) Change in internal API: now u->length defaults to -1 if working withbackends in unbuffered mode.*) Change: now after receiving an incomplete response from a...
View ArticleCan't get SPDY working with OpenSSL 1.0.1e (3 replies)
Hi,I simply read every article on the net, followed the docs but simply can'tget SPDY support working.It's running on Debian Squeeze (that I have to) so I upgraded OpenSSL tothe version 1.0.1e from...
View ArticleNginx internal server errors static files first load only? (2 replies)
Hi Guys,Got a strange issue happening, I do my coding on Windows 8 x64 using Sublime Text 2.0.2, my sites run of a Ubuntu 13.04 VirtualBox guest over a bridged adaptor connection.Weird thing happens,...
View ArticleFile upload issue with Nginx (Reverse proxy+SSL negotiation) and Tomcat (no...
Configuration:==========- Nginx as reverse proxy + SSL negotiation- Apache Tomcat.- nginx version: nginx/1.5.2built by gcc 4.1.2 20080704 (Red Hat 4.1.2-54)TLS SNI support disabledconfigure arguments:...
View Articleforce range request on proxy server (no replies)
We used amazon S3 as upstream server. And it does not serve 'Accept-Ranges: bytes' as respond header. So the nginx proxy server will not serve range response even if the content has been completely...
View Article[ANNOUNCE] Tengine-1.5.0 is released (no replies)
Hi folks,We are excited to announce that Tengine-1.5.0 (stable version) has beenreleased!You can either checkout the source code from github:https://github.com/alibaba/tengine or download the tar ball...
View ArticleError 404 when the URL contains special characters (braces, hyphens etc.) (no...
In my (Zend Framework 2) application I have a catalog of cities with links to sports pages:page "Cities" (/catalog)Madrid link: website.tld/catalog/MadridBerlin link: website.tld/catalog/BerlinLondon...
View Articlestill 400 response code, but so weird this time (2 replies)
In access_log file, huge numbers of log entries like this:115.85.238.34 1764839163 - 0.242 [01/Aug/2013:11:02:01 +0800] "foo.bar.com" "-" 400 0 "-" "-" "-"log_format defined in http conf...
View ArticleMax file size which can be transferred (no replies)
Hi,I wanted to know whats the maximum file size which i can transfer using a simple CURL PUT/GET command. I ask this because when i try to send a file which is >64KB, i get a HTTP/1.1 100 Continue...
View Article