Need Help setting up Nginx wit PHP-fpm
Im setting up an Nginx server with a simple wordpress installation, just to try out Nginx and see if it is better than apache.But i can't figure out how to get the newest version running with php-fpm.I...
View ArticleRe: URL special characters, punycode and http
It was a problem of Firefox DNS cache.Althougth it makes little sense for me thinking about it now, it was the correct solution to try and reset firefox dns.Once DNS (that were set to last 30 days, or...
View ArticleRe: Need Help setting up Nginx wit PHP-fpm
Nginx is now running with the PHP Extension.The only problem was that i forgot to write the path to the web-files in front of "$fastcgi_script_name"and i changed the pass to the ip instead of the...
View ArticleCompiling nginx on Windows
I'm attempting to follow the instructions here to compile nginx on Windows:http://nginx.org/en/docs/howto_build_on_win32.htmlFirst of all, when the instructions say "Start MySYS bash" I'm assuming it...
View ArticleRe: Compiling nginx on Windows
Okay, so the issue was that I needed to "cd nginx" prior to starting the configure command, and "objs/lib" should have been created inside the nginx folder, not outside. auto/configure is inside nginx...
View ArticleRe: Compiling nginx on Windows
The best guide on how to compile:http://blog.hemp-society.de/2013/08/nginx-rtmp-compile-for-windows.htmlJust remove rtmp if your after the basic version.Or grab this version:http://nginx-win.ecsds.eu/
View ArticleAccess multiple websites from one domain?
Hello,I am new to Nginx. Got to know about it when installing GitLab. I have gone through some of the configuration files and have also read the documentation here:...
View ArticleHow to use nginx as a reverse proxy with sharepoint
Hello everyone!I'm sorry for my english, I'm french so I hope you will understand my problem.I have a big problem about ntlm authentication with sharepoint applications and nginx reverse proxy.I have...
View ArticleHow to make nginx start/reload if it encounters dns error while looking up...
I have several nginx services configured on my system. Suppose one of these services is configured with upstream block and with server directive pointing to fqdn.With this configuration files, when...
View ArticleNginx module development question
I'm starting to get my feet wet with nginx module development. I've looked over Evan Miller's guide, as well as a few articles on nginxguts.com, and have plugged in one of the Hello World examples...
View Articlelimit_req error
Hello.Well, i try to add limit_req to my server, but when i add the limit_req_zone it is have a error in the log, and the nginx server don't work, in my error logs appear this:2014/03/30 05:11:22...
View Articlerewrite specific file
Добрый день.Есть приложение: клиент написан на actionScript, сервер на php. Так как приложение стало популярным, загрузка клиентской части начала нагружать нашу сеть. Мы решили переложить файлы...
View ArticleNginx with tomcat (nginx_ajp_module) different webapps
Hello there ;),I'm currently trying to switch from "apache <-> tomcat" to "nginx <-> tomcat" with nginx_ajp_module,this works, but not like...
View ArticleNginx is not accepting range of bytes
I am using nginx to serve videos from the file system. I would like to enable range request.Currently this is the result returned for my filecurl -I fileurlHTTP/1.1 200 OKServer: nginxDate: Sat, 29 Mar...
View ArticleHow to make nginx to redirect multiple subdomains?
How to make nginx to redirect multiple subdomains? Including non-www redirects to the domain with www.For example, my website is abc.com, under the site has several directories aaa, bbb, ccc, ddd, DNS...
View ArticleCannot even start nginx on windows
Hi all,I cannot start nginx on Windows.I successfully installed nginx at home on a debian wheezy (the "raspbian", in fact, on Raspberry Pi)... but I just followed a tutorial and I am still a newbie!I...
View ArticleRe: Cannot even start nginx on windows
Hi again,I solved the issue by just 'cd'-ing to the nginx.exe folder before running the server:d:\Users\phil> c:c:\> cd nginxc:\nginx> nginx.exe... this is working.May someone tell me if this...
View Article