i have a problem with my virtual block (1 reply)
hywhen i try to go to my website in local likehttp://mediawiki.dedibox.fr/, i get the messageIt works!This is the default web page for this server. etc...but normally i must have my index.php and not...
View ArticleCustom error_page basic config problem. (no replies)
Hi fellows,I was having trouble creating a custom error_page. Here's the simple testconfig i did:server_name www.test1.com.ar;error_log logs/www.test1.com.ar.http.error.log debug;access_log...
View Article1.3.11 Issues? (10 replies)
Has anyone else seen problems with Nginx with 1.3.11? Everything works perfectly fine with same compile options under 1.3.10... It's a pretty vanilla compile as far as modules... proxy, SSI, SSL and...
View Articlecookie and first load balancing (no replies)
The only reason I need haproxy in my software stack is for "cookie persistence" and "first" load balancing. I'd like to use nginx instead.Can I do the equivalent of haproxy "cookie persistence" in...
View ArticleHowto set geoip_country for IPv4 and IPv6 databases? (3 replies)
Hi,Next to their IPv4 country and city database, Maxmind now also has anIPv6 country and city database at http://dev.maxmind.com/geoip/geoliteIs there a way I can make geo use the IPv6 databases...
View Article1st Post (no replies)
Hi All,I have embarked on the path to get nginx to workwith MS Windows. I am going to follow the instructionsprovided in the sites of Eksith Rodrigo explicitely, andask that any who have succeded in...
View ArticleWhy does the unauthenticated SMTP proxy include auth_http statement? (no...
Hi all,Can anyone throw some light on this for me please?Looking at:http://wiki.nginx.org/Faq#How_can_Nginx_be_deployed_as_an_SMTP_proxy.2C_with_a_Postfix_backend.3FIt says "The example is for...
View ArticleDoes anyone know of an Interface that can provide/manage text configuration...
Hi,im a newbie to Nginx.I'm in search of an Interface that can provide/manage "textconfiguration-snippets" for Nginx.As my server is intended to serve as a reverse proxy for multiple siteswith dynamic...
View Articlenginx 1.3.11 and spdy v58 - thank you (1 reply)
I just wanted to thank the developers for releasing Nginx v1.3.11 and theoptimized SPDY patch v58.I run a non-profit https site serving static content (10KB-1MB) averaging500 connections per second on...
View ArticleDifficulties with LD_PRELOAD and Intercepting Sendfile (no replies)
We have a custom library shim that we are using to intercept libc calls from applications. We are loading this shim beneath nginx 1.2.3 using the LD_PRELOAD flag on both Linux and FreeBSD...
View Articleserver_group { } directive? (no replies)
Hey there,I was reading about global if's / locations and why it isn't possible.I would like to suggest the following, maybe it's been suggestedbefore, who knows:server_group {# this if will be...
View ArticleDefault Welcome page (no replies)
Hi,I am a newbie to NGINX. I wish to learn as to how can I make a custom default index page and be called if another index.html or index.php file is not available in the document root.The custom...
View ArticleIntermittent 404s when requesting a CSS file (no replies)
Hi,Just installed nginx and I am also using php5-fpm on Ubuntu.I created a very simple php page that has a css stylesheet reference at thetop the of the generated HTML.Every 2 or 3 requests however the...
View ArticleNot logging access to favicon.ico (3 replies)
Hello,I'm really new to Nginx so forgive me if this question seems obvious to you.I have Nginx with virtual hosts. In my nginx.conf I havehttp {.... include /etc/nginx/sites-enabled/*;....In...
View ArticleEnabling proxy cache causes all responses to be buffered (no replies)
Hi,I am using nginx as a download proxy cache, caching files locally. I have configured nginx to cache certain paths, for the rest I set proxy_cache_bypass to make sure they are not cached.The config...
View Articlecurl can response gzip but browser can't (no replies)
my environment is nginx(1.3.11) + php-fpmcurl -I -H "Accept-Encoding: gzip,deflate" http://www.ihezhu.com/HTTP/1.1 200 OKServer: nginxDate: Fri, 18 Jan 2013 05:18:31 GMTContent-Type: text/html;...
View ArticleHow to not 'expose' directory tree by default (no replies)
Hello,error 403 means that the location exists and access is not allowed while404 means that the location does not exist.Based on this, with mostly default settings, it is (in theory) possibleto...
View ArticleInterest in extending FastCGI / SCGI support to allow TLS encrypted...
Hi,I was wondering if there was any interest in extending the FastCGI andSCGI implementations in Nginx to allow a TLS encryption to theapplication backend?Currently if you have Nginx on one machine and...
View ArticleSPDY patch and mod_zip crashing workers (no replies)
I'm trying to get nginx 1.3.8 to play well with the SPDY patch andmod_zip. I don't want to move to 1.3.9+ because I rely on the uploadmodules that have not yet been modified to handle the chunked...
View ArticleRedirect specific query to a page (1 reply)
I moved my website from Joomla to WordPress.. I'd like to redirectwww.website.com/?option=com_content&view=article&id=164&Itemid=139 towww.website.com/listituto/contatti/ (so, same...
View Article