Hi.. I am new to nginx and have set it up on my windows machine. I want to include a 3rd party module -Sticky module. But I need to include it in source and recompile it from source. Could not understand the module readme file as I have never worked on C. Moreover all forums on websites give steps for unix/linux. Some details on doing this on windows would be great. Thanksby niharika.jain@validsoft.com - How to...
Thank you for all inputs. Right now I am trying the sticky module in nginx open source. Has anyone used sticky module? I am not able to understand the configuration present at https://bitbucket.org/nginx-goodies/nginx-sticky-module-ng which mentions: Installation You'll need to re-compile Nginx from source to include this module. Modify your compile of Nginx by adding the followingby niharika.jain@validsoft.com - How to...
Thanks. I read about it. Are you aware of the configuration required for the same. Standard way is upstream backend { hash $request_uri consistent; server backend1.example.com; server backend2.example.com; } my parameter is say sessionID. simply mapping it to hash $sessionID may not work. How do we define and configure in NGINX that this sessionID parameter is the one in myby niharika.jain@validsoft.com - How to...
yes, we already have a program generated session id which is passed in request-response to maintain session. we want to use this session id for sticky sessions in nginx opensource load balancer.by niharika.jain@validsoft.com - How to...
-Flow--: 1. Clients 2. Client server(not maintained by us) 3. Client requests (REST API service calls) 4.Load balancer 5, Myproject servers (3x) responds to services. MyProject server creates a session id and sends it back in case of stateful calls, back to the client server and this id is carried in subsequent request-response. This workflow is in place and workby niharika.jain@validsoft.com - How to...
Http requests from users from different ip address--> Goes to a client Server-->Through an API provided by MyProject, requests are sent to Myproject Server through a load balancer(ip address is same for all requests). Myproject have three different servers. For stateless using round robin method og NGINX, 3 servers processes the request. For stateful, all requests should go to only 1by niharika.jain@validsoft.com - How to...
Thank you. Really good info. But not sure if cookies will work for non browser based requests. Anyone else has any other approach?by niharika.jain@validsoft.com - How to...
Hi, I have non browser based RESTFul services(coming from another proxy server). I am using NGINX for load balancing. For stateless requests, I am using round robin method. Need to implement stateful requests. Cannot use ip hash, as all requests come from same proxy server(no separate IPs). Sticky session is based on cookies, not sure if cookies will work for non browser based requests.by niharika.jain@validsoft.com - How to...
![]() |
![]() |
![]() |
![]() |
|