<div dir="auto">I've recompiled the nginx. That was the only way. Now it works fine.<div dir="auto"><br></div><div dir="auto">Thanks guys.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">22 May 2019 Çar 16:33 tarihinde Francis Daly <<a href="mailto:francis@daoine.org">francis@daoine.org</a>> şunu yazdı:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, May 22, 2019 at 03:47:05PM +0300, ender ulusoy wrote:<br>
<br>
Hi there,<br>
<br>
> Thanks but I got an error. I can not find the required module.<br>
> <br>
> root@Net:~# nginx -t<br>
> nginx: [emerg] unknown directive "split_clients" in /etc/nginx/nginx.conf:598<br>
> nginx: configuration file /etc/nginx/nginx.conf test failed<br>
<br>
<a href="http://nginx.org/r/split_clients" rel="noreferrer noreferrer" target="_blank">http://nginx.org/r/split_clients</a> says it is from<br>
ngx_http_split_clients_module<br>
<br>
> nginx version: nginx/1.14.1<br>
> built by gcc 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04) <br>
> built with LibreSSL 2.7.4<br>
> TLS SNI support enabled<br>
> configure arguments: --prefix=/etc/nginx<br>
...<br>
> --without-http_split_clients_module<br>
...<br>
<br>
which your nginx builder explicitly removed.<br>
<br>
It's probably simplest to build the nginx that you want, or to acquire<br>
a nginx that includes the things that you want.<br>
<br>
> Any other chance without split module?<br>
<br>
Probably not without doing more work than using the module that is<br>
designed to do the thing that you want to do.<br>
<br>
<br>
Note, though, that by using an external redirect in 10% of requests to<br>
one server_name, you will possibly end up much more than 10% of users<br>
on the other server_name, because a user on that one will possibly stay<br>
on that one. That may not matter in this case.<br>
<br>
Good luck with it,<br>
<br>
        f<br>
-- <br>
Francis Daly        <a href="mailto:francis@daoine.org" target="_blank" rel="noreferrer">francis@daoine.org</a><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank" rel="noreferrer">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div>