one server with ssl, and one without
I am having some issues setting up two servers/virtual hosts on the same machine, I want ex1.example.com to direct to the first, and ex2.example.com to direct to the second (this is not the issue).The...
View ArticleNginx - Windows 2008
I need to know whether Nginx is supported on windows 2008 32 and 64 bit? Sorry i am new to nginx. Can you please point me to related documents.Thanks in advance.
View Articlenginx not caching request from IIS 6
nginx reverse proxy to IIS6 running asp and sql server not caching requestsnginx.conf is as...
View Articlehow to serve different content from two nics on the same server
I have an appliance with two nics and want to serve different content through each nic. One nic is private and another public and each exposes very different functionality. There are other ways to get...
View ArticleHow to setup nginx to rate limit behind an AWS elb?
How can I set up nginx to use the rate limiting module behind an AWS elb?Which variable I should be using for the key that captures the http-forwarded-ip and stuff?
View ArticleRe: Nginx 1.4.4-4 / limit_conn / limit rate
What if you put "limit_rate 2621440;" in the server block instead of location?
View ArticleRe: I still have errors like 502 Bad Gateway and upstream problems :/
What is the error on your php-fpm log?
View ArticleRe: Nginx 1.4.4-4 / limit_conn / limit rate
I tried that with the 1.4.4 Nginx and it did not wotk but i give it a shot with 1.4.5. Just wrote it into the server block right below the index directive. I will monitor the situation and get bacl to...
View ArticleSet nginx load balancing in two servers with ldap server together fail
Hi :This cluster are two servers only all LB+ applications installed there.I set two nginx LB with ldap 389 servers port but nginx bind my ldap port 389 and case failure turn on the ldap ( i set loop...
View ArticleRe: I still have errors like 502 Bad Gateway and upstream problems :/
Hi teewhey/var/log/php5-fpm.log has no error inside./var/log/nginx/error.log nothing interesting also.in /var/log/ispconfig/httpd/xxxxxx.com/error.log, lines like2014/03/01 10:36:01 [error] 2853#0:...
View ArticleInstalled using puPHPet -- 403 and 500 error
I've run through the puPHPet creation of a manifest (using Vagrant and Puppet) - anyway, my question is sort of basic, I hope:I'm running nginx version: nginx/1.4.5 and I can't seem to locate where my...
View ArticleRe: Installed using puPHPet -- 403 and 500 error
Found the conf file in /etc/nginx/conf.d/vhost_autogen_conf (guess it was automatically generated and put here.. not sure why it's not like the older nginx with sites-available and...
View ArticleRe: Installed using puPHPet -- 403 and 500 error
Figured it out -- my root was pointing to /var/ww/myproject instead of /var/www/myproject/web (where my index.php lives).
View Article3 quick questions
Hi there-I had 3 questions about nginx functionality:a) suppose I have a location block in which I'd like to trigger some sort of script or 'notify' another location...would the best way be to use the...
View ArticleRe: Set nginx load balancing in two servers with ldap server together fail
No idea for two servers only models? not possible ( e.g. Server1 : nginx+Apache+LDAP <> Server 2 : nginx+Apache+LDAP )
View ArticleIs it possible to get nginx to skip check of virtual ip's?
We've got two nginx servers running as loadbalancing proxies.Due to some of our customers lack of SNI support we've got to set a few different virtual IP's and specified them on each sites config.This...
View ArticleRewrite Help
Hi there,I'm a new NGINX user, and love it (mostly) so far.. the problem is converting my old apache rewrite to nginx.. i'm unable to make the following things work and need a hand (and am willing to...
View ArticleRe: How to password protect /administrator/ and run php on subfolders
Hi, we solve it.Only think u have to be shure is to run all php code under <?phpIf your code run under <? will not runThanks,www.servidoresadmin.com
View Article