Hello, That is "read only" here. You can subscribe to the mailing list at http://mailman.nginx.org/mailman/listinfo/nginx-devel.by Jim Ohlstein - New Member Introductions
The development mailing list is offered read only here on the forum. If you want to participate, you may subscribe to it at http://mailman.nginx.org/mailman/listinfo/nginx-devel.by Jim Ohlstein - New Member Introductions
On Jul 19, 2012 9:31 PM, "shikha" <nginx-forum@nginx.us> wrote: > > hey sir/mam, > I am new to drupal7 and i have been asked to include a f lash video in > the website which i am making can anyone please tell me the whole > procedure in detail as i won't be able to understand in short.The flash > has to b included on the front page of the website can somebody plzby Jim Ohlstein - Nginx Mailing List - English
On 6/10/12 10:34 PM, Jim Ohlstein wrote: > > On 6/10/12 10:23 PM, B.R. wrote: >> 2 spam messages in a few days, both coming from the same email address... >> >> Probably spoofed address, though. Couldn't the sending machine IP range >> be blocked? > > Not at all. It's the "officially sanctioned" nginx forum - I say that > only because it uses a suby Jim Ohlstein - Nginx Mailing List - English
On 6/10/12 10:23 PM, B.R. wrote: > 2 spam messages in a few days, both coming from the same email address... > > Probably spoofed address, though. Couldn't the sending machine IP range > be blocked? Not at all. It's the "officially sanctioned" nginx forum - I say that only because it uses a subdomain of nginx.org that Igor has graciously provided and put it in quotes becausby Jim Ohlstein - Nginx Mailing List - English
This is a cross posting from freebsd-stable. I thought it worth giving Igor et al a shout out: From https://signup.netflix.com/openconnect/software : Open Source Software Open Connect Appliance Software Netflix delivers streaming content using a combination of intelligent clients, a central control system, and a network of Open Connect appliances. When designing the Open Connect Appliance Sby Jim Ohlstein - Nginx Mailing List - English
On Jun 4, 2012 9:45 PM, "ptiseo" <nginx-forum@nginx.us> wrote: > > @steve: nginx seems to attract the hostile and malpadapted? I've seen > more arrogant a**es in this forum than most other places. You guys need > to relax; it's just software. No need for you to go nuts like that. It > just shows badly on you. Hardly the case. This is a pretty well mannered mailing lby Jim Ohlstein - Nginx Mailing List - English
On 5/8/12 6:15 PM, Lukas Tribus wrote: > > Hi Hajo, > > > BEAST has nothing todo with weak ciphers. Because the workaround is to prefer RC4 over AES from the server side, you are not excluding any browsers (however, a short check with the oldest supported platform isn't a bad idea either). My advice to the OP is that if you want to provide secure connections for your users, you wby Jim Ohlstein - Nginx Mailing List - English
On 5/2/12 3:54 PM, Cliff Wells wrote: > On Wed, 2012-05-02 at 12:34 -0700, Justin Dorfman wrote: >> I was rebuilding nginx on a staging server and noticed: TLS SNI >> support disabled >> >> >> # /usr/local/nginx/sbin/nginx -V >> nginx version: nginx/1.0.15 >> built by gcc 4.1.2 20080704 (Red Hat 4.1.2-48/CentOS 5.5 Final) >> TLS SNI support disablby Jim Ohlstein - Nginx Mailing List - English
Please do not ask me to delete or edit your own posts. For the most part, such requests will be silently ignored. You are responsible for your own words. Do not let others use your account. Do not publish contact information if you do not wish for it to remain public. Consider using a temporary email address if you need to do so. I get many requests for "posts" from the mailing list fby Jim Ohlstein - Announcements
On Apr 16, 2012 6:03 PM, "michael_teter" <nginx-forum@nginx.us> wrote: > > Thanks for the quick response. My error log shows nothing, but my > access log does show the visit. Use higher level error logging. See http://nginx.org/en/docs/ngx_core_module.html#error_log. > > Here's the relevant part of my config: > > > server { > listen 80; >by Jim Ohlstein - Nginx Mailing List - English
Jim Ohlstein On Apr 16, 2012 5:15 PM, "michael_teter" <nginx-forum@nginx.us> wrote: > > Howdy. > > I'm working on setting up a maintenance page, and I can't figure out > where Nginx is looking for the maintenance.html that I have specified. > I've tried placing the file in a lot of different locations, but I still > get the generic "503 Service Temporarilyby Jim Ohlstein - Nginx Mailing List - English
On 3/11/12 8:38 AM, Lawrence Strydom wrote: > Hi List > > I inherited the following setup: > > nginx reverse caching proxy load balancing to two real servers. I am > trying to get SSL working. > > Here is my config: > > ++++++++++++++++++++++++++++++++++++++++++++ > upstream ssl-apache_cluster { > server 10.0.0.3:443 http://10.0.0.3:443; > serverby Jim Ohlstein - Nginx Mailing List - English
On 2/6/12 2:37 PM, Valentin V. Bartenev wrote: > On Monday 06 February 2012 22:15:10 Nginx User wrote: >> On 6 February 2012 17:47, Maxim Dounin <mdounin@mdounin.ru> wrote: >>> Changes with nginx 1.0.12 06 Feb >>> 2012 >>> >>> *) Feature: the "TLSv1.1" and "TLSv1.2" parameters of the &gby Jim Ohlstein - Nginx Mailing List - English
On 10/11/11 9:01 PM, Michael Shadle wrote: > Trying to upload a small .png to Drupal. PHP 5.3.8, CentOS 5.6 x64, nginx 1.1.3 Is this only happening with png's? Are you able to upload other types of files? If so, I have seen this type of behavior before. It has happened after PHP version upgrades. Darn near drove me crazy as I could never trace it. It resolved with recompiling of php and all moby Jim Ohlstein - Nginx Mailing List - English
I don't believe that the HttpProxyModule (or the HttpFcgiModule module) supports IPv6 addresses.by Jim Ohlstein - How to...
If you want to rewrite all requests from www.testing123.com to zxy.com with the same URI structure: server { listen 80; server_name www.testing123.com; rewrite ^ http://zxy.com$request_uri? last; } If you want to only rewrite some requests you'll need to use a combination of locations and regex with external redirects depending on the use case.by Jim Ohlstein - How to...
On 8/27/11 4:11 AM, Igor Sysoev wrote: > Following "Apache Killer" discussions and the advisory from 2011-08-24 > (Advisory: Range header DoS vulnerability Apache HTTPD 2.x CVE-2011-3192) > we'd like to clarify a couple of things in regards to nginx behavior > either in standalone or "combo" (nginx+apache) modes. > > First of all, nginx doesn't favor HEAD reqby Jim Ohlstein - Nginx Mailing List - English
On 8/30/11 5:50 PM, Maxim Dounin wrote: > Hello! > > On Tue, Aug 30, 2011 at 04:17:52PM -0400, Jim Ohlstein wrote: > >> On 8/30/11 2:29 PM, Albuquerque Rui wrote: > > [...] > >>>>> Changes done, nothing changed.. Still the same problem...The fact is >>> that it seems mod_rpaf is working well because REMOTE_ADDR is good, but >>> REMOTEby Jim Ohlstein - Nginx Mailing List - English
On 8/30/11 2:29 PM, Albuquerque Rui wrote: > > > 2011/8/30 Jim Ohlstein <jim@ohlste.in <mailto:jim@ohlste.in>> > > On 8/30/11 12:47 PM, Albuquerque Rui wrote: > > proxy_set_header Host $host; > > proxy_set_header X-Real-IP $remote_addr; > > proxy_set_headerby Jim Ohlstein - Nginx Mailing List - English
On 8/30/11 12:47 PM, Albuquerque Rui wrote: > proxy_set_header Host $host; > proxy_set_header X-Real-IP $remote_addr; > proxy_set_header X-Forwarded-For > $proxy_add_x_forwarded_for; > > > > And on apache : > > LoadModule rpaf_module modules/mod_rpaf-2.0.so http://mod_rpaf-2.0.soby Jim Ohlstein - Nginx Mailing List - English
On 8/30/11 12:23 PM, Albuquerque Rui wrote: > Yes that's right. It's really strange that i'm the only one having this > problem with mod_rpaf 0.6 :( :( :( > > > 2011/8/30 Maxim Dounin <mdounin@mdounin.ru <mailto:mdounin@mdounin.ru>> > > Hello! > > On Tue, Aug 30, 2011 at 06:06:37PM +0200, Albuquerque Rui wrote: > > > Hello, >by Jim Ohlstein - Nginx Mailing List - English
On 8/12/11 1:28 PM, Valery Kholodkov wrote: > If things are so complex, could you at least ban him? I don't understand what you see as being "complex". It's pretty straightforward actually. As it happens though, I banned him and his IP hours ago, before I even made my reply. It won't stop him from re-registering with a new email and IP, or simply joining the mailing list. Continuingby Jim Ohlstein - Nginx Mailing List - English
On 8/12/11 6:34 AM, Valery Kholodkov wrote: > > Sounds like a dark PR of Amazon Cloud Services. Well, I can image, hating Russians is profitable... I don't think this has anything to do with Amazon. > > Would it be possible to tell me your name, residence address and occupation please? I can tell you that he uses a proxy server in Texas, but my best guess is he's from Hong Kong baby Jim Ohlstein - Nginx Mailing List - English
On 8/3/11 3:25 AM, Igor Sysoev wrote: .... > In your initial setup all https virtual servers were name-based: > http://nginx.org/en/docs/http/configuring_https_servers.html#name_based_https_servers > The modern browsers can work with such sites using SNI: > http://nginx.org/en/docs/http/configuring_https_servers.html#sni > It seems that you Android phone does not support SNI. >by Jim Ohlstein - Nginx Mailing List - English
Hello, Not sure if this is a browser issue or if it is an nginx issue. When using SSL I have encountered a problem using my Android device with user agent "AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1". It seems the wrong SSL cert is being presented to just this one browser (that I can determine). My config *was* as follows: nginx.conf (A record for this servby Jim Ohlstein - Nginx Mailing List - English
On 7/27/11 10:12 AM, António P. P. Almeida wrote: > On 27 Jul 2011 14h50 WEST, nginx-forum@nginx.us wrote: > >> Thanks folks. Let me conclude that it is better to keep the owner of >> my folders to be "root". Then give permission to www-data (nginx >> user) for every writable folder like upload and images? right? > > Yes. Normally a simple 775 is enough wby Jim Ohlstein - Nginx Mailing List - English
On 7/27/11 9:50 AM, etrader wrote: > Thanks folks. Let me conclude that it is better to keep the owner of my > folders to be "root". Then give permission to www-data (nginx user) for > every writable folder like upload and images? right? > > My main question is about the folder ownership; which is better? root or > www-data? > Because when I normally create folderby Jim Ohlstein - Nginx Mailing List - English
On 7/27/11 9:31 AM, Adam Tucker wrote: > If the subdirectories were created before you chowned /home you'll need to run it recursively. For example: > > cd /home && chown -R www-data . This is fine if you want all of the files in /home to be writable. If there are files that should not be writable, you can change ownership of *all* of the directories only with: # cd /home #by Jim Ohlstein - Nginx Mailing List - English
On 7/20/11 4:50 AM, Juergen Gotteswinter wrote: > Am 19.07.11 20:43, schrieb Igor Sysoev: >> On Tue, Jul 19, 2011 at 02:10:20PM -0400, Jim Ohlstein wrote: >>> Hello, >>> >>> I'm using aio on FreeBSD 8.2 with the following in my nginx.conf: >>> >>> >>> http { >>> >>> ... >>> >>> sendfileby Jim Ohlstein - Nginx Mailing List - English