Re: setting up proxy peers like HAproxy?

2016-04-23 Thread Alexander Kunz
Hello Florin, i'm not sure how HAproxy works, but this sounds like sticky sessions. http://nginx.org/en/docs/http/ngx_http_upstream_module.html#sticky Kind regards Alexander Am 23.04.2016 2:23 vorm. schrieb "Florin Andrei" : > With HAproxy, if you use multiple proxies you can synchronize their

Re: Securing nginx: Workers per server block under specific user?

2013-08-26 Thread Alexander Kunz - Wishmedia GmbH
hen? > > wbr, Valentin V. Bartenev Try to use php-fpm, there you can define pools with a specific username for each pool. Kind regards Alexander Kunz ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Cannot totally switch off caching

2013-07-02 Thread Alexander Kunz
Hello, thanks for your feedback and nice to hear its solved. have a nice day. Alexander Am 03.07.2013 08:50, schrieb imanenkov: > Alexander Kunz Wrote: >> i am no drupal user/developer but if i google about drupal cache it >> sounds, there is not only one cache, and it soun

Re: Cannot totally switch off caching

2013-07-02 Thread Alexander Kunz
Hello, Am 02.07.2013 15:46, schrieb imanenkov: > Alexander Kunz Wrote: > --- >> >> do you use a PHP framework? Most frameworks can cache also. > Yes, site based on Drupal 7. I trying to switch off drupal cache, all the &g

Re: Cannot totally switch off caching

2013-07-02 Thread Alexander Kunz
Hello, Am 02.07.2013 14:37, schrieb imanenkov: > Maxim Dounin Wrote: >> If you want to change nginx configuration - just add >> $upstream_cache_status variable to a log, it will show if a >> response was from nginx cache (HIT) or was requested from a >> backend. >> >> Other upstream-related var

Re: Cannot totally switch off caching

2013-07-01 Thread Alexander Kunz
Hi, and don't forget database's cache. You write about PHP, often there is mysql also involved, which have the ability to cache. Regards Alexander Am 01.07.2013 10:33, schrieb imanenkov: Greeting! For some testing I need to switch off a nginx caching (nginx + php-fpm). Now I have a troubl

Re: HttpUploadModule - after upload file won't move/rename

2013-05-31 Thread Alexander Kunz
Hello, Am 31.05.2013 23:50, schrieb Homebrewsky: I'm trying to setup a very simple HTTP POST file upload server. I'm trying to POST files via curl, without worrying about forms or responses, etc. I just want to drop the file in nginx, and have it land. So far, the file uploads into the uploa