> Thanks but I got an error. I can not find the required module. > > root@Net:~# nginx -t > nginx: [emerg] unknown directive "split_clients" in /etc/nginx/nginx.conf:598 > nginx: configuration file /etc/nginx/nginx.conf test failed
Well your nginx is compiled using --without-http_split_clients_module so the module (which by default is enabled) is not available. I'm not very familiar with Ubuntu packaging and repository content but you could try to install 'nginx-full'. rr _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx