Hey Silvio, I've seen implementations of nginx with rewrites for different languages, but from personal experience in PHP, I've found it easy to implement language modules on the code side instead of having to worry about the webserver configuration side.. (just my opinion, and im a lazy php dev :)) If anyone would like to rebuttal, I would love to learn myself, just to see how it's done :D Bradby robotman321 - Nginx Mailing List - English
Hello, I'm hoping someone would be able to assist in my dilemma, I've searched for a few weeks on a fix with no success.. I run Nginx in proxy pass-through mode to apache.. (I hope I got the right terminology..), but basically, we've been seeing issues with our Media server, where once we start getting enough requests to make the bandwidth get above 100mbit, we start seeing drops on our cacti grapby robotman321 - Nginx Mailing List - English
Hello, I'm hoping someone would be able to assist in my dillemma, ive searched for a few days on a fix with no success.. I run Nginx in proxy passthrough mode to apache.. (I hope I got the right terminology..), but basically, we've been seeing issues with our Media server, where once we start getting enough requests to make the bandwidth get above 100mbit, we start seeing drops on our cacti graphsby robotman321 - Other discussion
My hero.. Thanks so much Richard!!! Brad Riemann Systems Engineer / AnimeFTW.tv Site Admin FTW Entertainment LLC From: Richard Kearsley Sent: Wednesday, July 13, 2011 9:40 PM To: <nginx@nginx.org> Subject: Re: Caching question for large (ish) file inactive=600m; This deletes files after 600 minutes if it wasn't accessed in that time Increase it :) Sent from my iPhby robotman321 - Nginx Mailing List - English
Quoting Richard Kearsley <Richard.Kearsley@m247.com>: > Show us the conf line where the cache is defined > > Sent from my iPhone > Hey Richard, Here is the full nginx.conf file >.< user nobody; worker_processes 4; error_log logs/error.log notice; pid logs/nginx.pid; events { worker_connections 1024; } http { proxy_cache_path /var/www/cdn/sitby robotman321 - Nginx Mailing List - English
Hello Everyone! First time E-mailer with a small question I hope someone could answer for me. I've searched through google for my answers but i haven't found anything that tells me what i'm doing wrong... So I have a test setup that has a Dynamic node and an edge node. The single point CDN is up and working (thanks to a ton of help my a buddy of mine). But one issue i've seen is that inby robotman321 - Nginx Mailing List - English
Saw this topic through the mailing list, thought i'd chime in.. For one of my sites I had to engineer an algorithmic SQL query, currently it's set to search through 3 different tables and return a list of combined results. I'd love to work with Cliff if he's interested :] could have a pretty sweet search section. -Bradby robotman321 - Nginx Mailing List - English