Using Nginx to Implement Web Load Distribution Based on URI

Introduces the latest opensource Web server Nginx,presents a strategy of load distribution based on URI,realizes the module on the Nginx based on user requests’ uri to distribute Web load.The shared memory and synchronization hash technology are applied in the module’s development,for solving the problem of the high-level switching.The test case shows that the strategy of load distribution based on URI is feasible and effective.