ngx_http_redis-0.4.0

2025-05-21 Thread Sergey A. Osokin
Thanks to Maxim Dounin. Thank you. -- Sergey A. Osokin ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: Issue with SSE and fcgiwrap in nginx (RESTCONF)

2025-05-18 Thread Sergey A. Osokin
Hi Rostyslav, thanks for the update. On Thu, May 15, 2025 at 04:24:36PM -0700, Rostyslav Zalevskyy wrote: > On Thu, May 15, 2025 at 3:08 AM Sergey A. Osokin wrote: > > > Also, I've found there's the nginx, version 1.18.0, there. > > Would you mind to reproduce the i

Re: Issue with SSE and fcgiwrap in nginx (RESTCONF)

2025-05-15 Thread Sergey A. Osokin
Hi Rostyslav, On Wed, May 14, 2025 at 04:59:20PM -0700, Rostyslav Zalevskyy wrote: > On Wed, May 14, 2025 at 2:31 AM Sergey A. Osokin wrote: > > > [...] > > > > Is there a chance to build nginx with a debugging log as described on > > the following p

Re: Compiling Nginx with BoringSSL results in an error

2025-05-14 Thread Sergey A. Osokin
uctions, https://nginx.org/en/docs/quic.html. Note that boringssl needs to be built with shared libraries. Thank you. -- Sergey A. Osokin ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: Issue with SSE and fcgiwrap in nginx (RESTCONF)

2025-05-14 Thread Sergey A. Osokin
.] Is there a chance to build nginx with a debugging log as described on the following page, https://nginx.org/en/docs/debugging_log.html and tracing fcgi requests. Please expect a lot of messages in the nginx error.log file. Thank you. -- Sergey A. Osokin ___

Re: Compiling Nginx with BoringSSL results in an error

2025-05-14 Thread Sergey A. Osokin
in text with 72 characters per line. Thank you. -- Sergey A. Osokin ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: Update nginx on the fly with a change of prefix

2025-05-04 Thread Sergey A. Osokin
On Sun, May 04, 2025 at 11:24:39AM +0200, Sébastien Rebecchi wrote: > > Thank you for your answer. > When sending signal to the old master, doesn't it assume that the new > executable is located in the same location than the old one? Yes, it is. Thank you. --

Re: Update nginx on the fly with a change of prefix

2025-05-03 Thread Sergey A. Osokin
ading Executable on the Fly" procedure, https://nginx.org/en/docs/control.html#upgrade. Please note: 1. the configuration files may need to be presented in both prefixed; 2. proper testing [in a lower environment] is required. Hope that helps. Thank yo

Re: use a secondary upstream as backup

2025-04-23 Thread Sergey A. Osokin
servers defined in the same upstream should be configured equally. Hope that helps. Thank you. -- Sergey A. Osokin ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: nginx and python script

2025-01-06 Thread Sergey A. Osokin
tion server role you may want to take a look on NGINX Unit, https://unit.nginx.org/, the universal "polyglot" dynamic application server, that can "natively" run python, https://unit.nginx.org/configuration/#python, and other applications. T

Re: Compilation of brotli for nginx fails since version 1.27.0 on Rocky Linux 8

2024-09-03 Thread Sergey A. Osokin
i module supports only to two native things: - pcre - openssl 3. For other native nginx modules, a build of nginx requires additional frameworks (headers and libraries) to build a module, as an example please the following the next page:

Re: proxy_bind/splitting with nginx mail module for IMAP

2024-07-10 Thread Sergey A. Osokin
ny long-running IMAP connections? A quick look into the source code shows there's no such functionality available for the mail module. That's probably possible to create a solution based on the stream module, where such functionality exists. Thank you. -- Sergey A. Osokin __

Re: nginx configured as loadbalancer returning 404 not found

2024-05-17 Thread Sergey A. Osokin
;Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) > AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15 > Ddg/17.5" "-" To see the whole picture of processing a request by nginx, I'd also recommend to enable a debugging log, [2]. Hope that h

Re: Status code 0

2024-05-04 Thread Sergey A. Osokin
he issue - additional details Thank you. -- Sergey A. Osokin ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: missing something with auth_jwt_key_request

2024-03-14 Thread Sergey A. Osokin
solution utilizes keyval, [1] and auth_jwt, [2], features, so that's related to NGINX Plus only I believe. Thank you. References -- 1. https://nginx.org/en/docs/http/ngx_http_keyval_module.html 2. https://nginx.org/en/docs/http/ngx_http_auth_jwt_module.html#

Re: nginx can't implement session stickiness with nodeport services, must be clusterip?

2024-03-13 Thread Sergey A. Osokin
ds to get more details about the current solution. Thank you. References -- 1. https://docs.nginx.com/nginx/admin-guide/load-balancer/http-load-balancer/#enabling-session-persistence -- Sergey A. Osokin ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: Query on diff between nginx 1.18 and nginx 1.20+

2024-03-13 Thread Sergey A. Osokin
eout configuration. [...] The request is related to a legacy version of nginx, could you try to use the recent stable version, 1.24.0. Thank you. -- Sergey A. Osokin ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: missing something with auth_jwt_key_request

2024-03-13 Thread Sergey A. Osokin
"curl -v > https://rocky.rexconsulting.net";, besides no packets between nginx and > keycloak, the output of curl is: [...] I'd recommend to get a support from F5 NGINX Help and Support, https://www.nginx.com/support/ on the MyF5 Portal, https://my.f5.com/manage/s/ Thank you.

Re: AWS + ECS Docker NodeJS 20 + nGinx Docker Sidecar

2024-03-13 Thread Sergey A. Osokin
proxy_cache_bypass $http_upgrade; > } > > error_page 500 502 503 504 /50x.html; > location = /50x.html { > root /usr/share/nginx/html; > internal; > } > } > } Is there something in system logs? You may want to update the current confi

Re: what is my syntax error

2024-03-07 Thread Sergey A. Osokin
Test: % curl 127.1:80/foobar lowercase=//foobar -- Sergey A. Osokin ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: NGINX upload limit

2024-03-01 Thread Sergey A. Osokin
on reproduces the case. Thank you. -- Sergey A. Osokin ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: modules after upgrade

2024-02-01 Thread Sergey A. Osokin
that's requirement to rebuild third-party modules from their source code. -- Sergey A. Osokin ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: modules after upgrade

2024-02-01 Thread Sergey A. Osokin
th the mail module, so you do not need to install it as a separate package. Ubuntu' nginx packages can be safely removed. To see how nginx has been built run the following command: % nginx -V -- Sergey A. Osokin ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: modules after upgrade

2024-02-01 Thread Sergey A. Osokin
#x27;ve forgotten to mention that you'd need to rebuild all native modules or use packages from the official site, https://nginx.org/en/linux_packages.html#Ubuntu And please do not mix packages from official site and Ubuntu packages, please choose only one source

Re: modules after upgrade

2024-02-01 Thread Sergey A. Osokin
dules need to be recompiled with a corresponding version of nginx. I'd recommend to visit reference pages to get details how to build those third-party modules. References -- 1. https://github.com/vision5/ngx_devel_kit 2. https://github.com/openresty/lua-ng

Re: Capture full request/response body logging in nginx configured in reverse proxy mode reports nginx: [emerg] unknown directive "log_by_lua_block"

2023-12-18 Thread Sergey A. Osokin
t/response body logging in nginx. Since you question is related to a third-party module, I'd recommend to get support in a appropriate mailing list. Thank you. -- Sergey A. Osokin ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: Disable http_dav_module in Nginx Web server (version nginx/1.24.0)

2023-11-27 Thread Sergey A. Osokin
References -- 1. https://hg.nginx.org/pkg-oss/ Thank you. -- Sergey A. Osokin On Tue, Nov 28, 2023 at 12:39:47AM +0530, Kaushal Shriyan wrote: > Hi, > > I am running nginx version: nginx/1.24.0 on Red Hat Enterprise Linux > release 8.8 (Ootpa). Is there a way to disable http_d

Re: Run PHP on NGINX

2023-10-17 Thread Sergey A. Osokin
rences -- 1. https://nginx.org/en/docs/http/ngx_http_fastcgi_module.html 2. https://www.php.net/manual/en/install.fpm.php 3. https://nginx.org/en/docs/beginners_guide.html#fastcgi 4. https://unit.nginx.org/configuration/#configuration-php -- Sergey A. Osokin ___

Re: Missing module ngx_http_substitutions_filter_module

2023-07-20 Thread Sergey A. Osokin
tal part of my nginx installation. You'd probably need to check local settings and raise a support request on GH for the issue. Also, that module is a third-party product, so you can raise an issue for that project on GH as well. Hope that helps. -- Sergey A. Osokin

Re: load_module with "./configure ... --modules-path= ..."

2023-07-12 Thread Sergey A. Osokin
/en/docs/configure.html 2. https://nginx.org/en/docs/ngx_core_module.html#load_module Thank you. -- Sergey A. Osokin ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: NGINX 1.23.4 warning message

2023-06-28 Thread Sergey A. Osokin
date parameters for the listen directive in the second server block. -- Sergey A. Osokin ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: How to create same location to point different proxy server

2023-05-23 Thread Sergey A. Osokin
ta/, location ~ /system/ , location ~ /res/ , location ~ /idp/, location > ~ /.well-known/ for ignappPro Upstream server . It's not so clear to me what's the goal of this configuration. Usually, the load balancer case means to balance load between more than one application serv

Re: listen to https redirect to other page not working

2023-05-09 Thread Sergey A. Osokin
line with location /, so location / { proxy_pass http://ppcsc; } Enable debugging log, http://nginx.org/en/docs/debugging_log.html to see what's going on and how nginx processes a request to an application backend. Hope that helps. -- Sergey A. Osokin ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx use Redis for caching

2023-04-07 Thread Sergey A. Osokin
go ahead and take a look on the Example 3, it describes how to: o) create a gzipped content; o) push the gzipped content to a redis server; o) configure nginx to get a content from the redis server. Hope that helps. Thank you. -- Sergey A. Osokin ___

Re: How to compile Nginx with zlib-ng

2023-03-22 Thread Sergey A. Osokin
inside the zlib-ng project on GH, not sure is that working solution or not, so you can try. I'd also recommend to raise a request in https://trac.nginx.org/nginx/ about this feature request and provide patches for source code and documentation. Thank you. -- Sergey A. Osokin _

Re: Changing ownership of proxy_temp and other temp directories

2023-03-17 Thread Sergey A. Osokin
Hi Shedi, On Fri, Mar 17, 2023 at 05:13:24AM +, Shreenidhi Shedi wrote: > Thanks for the response Sergey A. Osokin. > > The problem is these temp locations are configurable parameters. > So, from a spec file perspective it's hard to fetch these parameters > and ch

Re: Changing ownership of proxy_temp and other temp directories

2023-03-16 Thread Sergey A. Osokin
of those directories. > I'm currently using nginx-1.22.0. Any help would be appreciated. I'd recommend to upgrade to the recent version in stable branch, 1.22.1. Thank you. -- Sergey A. Osokin ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: Changing ownership of proxy_temp and other temp directories

2023-03-16 Thread Sergey A. Osokin
nks. > Could you share an output of the following command: > % nginx -V Could you also share the output of the following command: % nginx -T Thank you. -- Sergey A. Osokin ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: Changing ownership of proxy_temp and other temp directories

2023-03-16 Thread Sergey A. Osokin
t nginx and packages have been built. Thank you. -- Sergey A. Osokin ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx mail proxy and TLS connection to the real mail server

2023-02-22 Thread Sergey A. Osokin
mail proxy with multiple Stunnels. Thanks for sharing that, Christos. -- Sergey A. Osokin ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx mail proxy and TLS connection to the real mail server

2023-02-22 Thread Sergey A. Osokin
answer is no. The proxy_ssl_* family directives are available for ngx_http_proxy and ngx_stream_proxy modules only. -- Sergey A. Osokin ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: nginx serving corrupt images

2023-02-22 Thread Sergey A. Osokin
a bug and probably a misconfiguration on your side or misunderstading of the official documentation. However, in case you want to fill that as a bug, please use the following URL, [1] , to submit a bug report with full descrpition of your case. Thank you. 1. https://trac.nginx.org/nginx/

Re: FAQ Suggestions --- mapping to file, not folder?

2023-02-22 Thread Sergey A. Osokin
directive and report back how does that work for you. Thank you. References 1. https://nginx.org/en/docs/http/ngx_http_core_module.html#root 2. https://nginx.org/en/docs/http/ngx_http_core_module.html#alias -- Sergey A. Osokin ___ nginx maili

Re: foreach does not work

2023-02-21 Thread Sergey A. Osokin
esty related, so it's better to ask such a question in an appropriate mailing list. Thank you. References 1. https://nginx.org/en/docs/dirindex.html -- Sergey A. Osokin ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: About Upcoming new version nginx

2023-02-08 Thread Sergey A. Osokin
same time of the year 2023. Hope that helps. -- Sergey A. Osokin ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: Trying to confirm syntax of CLIENT_MAX_BODY_SIZE environment variable

2022-12-04 Thread Sergey A. Osokin
es 1. https://nginx.org/en/docs/ngx_core_module.html#env 2. https://nginx.org/en/docs/syntax.html Hope that helps. -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: 301 Redirect

2022-11-24 Thread Sergey A. Osokin
user agents here } server { ... if ($mobile) { return 301 http://m.yoursite.com.br; } } References 1. http://nginx.org/en/docs/http/ngx_http_map_module.html#map 2. https://nginx.org/en/docs/http/ngx_http_core_module.html#var_http_ Hope that helps. -- Sergey A. Osokin

Re: Internationalised nginx

2022-11-21 Thread Sergey A. Osokin
s://datatracker.ietf.org/doc/html/rfc3492 Thank you. -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: High CPU usage with RHEL9 and nginx at 20Gbps

2022-11-21 Thread Sergey A. Osokin
he issue with a package from nginx.org, https://nginx.org/en/linux_packages.html#RHEL Thank you. -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: Two python app, uwsgi, one IP, nginx

2022-11-21 Thread Sergey A. Osokin
tives at http://nginx.org/en/docs/http/ngx_http_uwsgi_module.html Thank you. -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: How to hide/restrict log/error message in browser from nginx server

2022-11-21 Thread Sergey A. Osokin
pplication behind nginx, and if that the case it's possible to configure nginx to intercept a proxy response with the proxy_intercept_errors directive, http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_intercept_errors Hope that helps. -- Sergey A. Osokin _

Re: Running ssl on custom port and its not working

2022-11-17 Thread Sergey A. Osokin
low-Origin: * So, the request and response both look good, 302 is the valid response code from the upstream I believe, and that redirects to a login page. No issue. -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: 回复: Segmentation fault sometimes

2022-11-17 Thread Sergey A. Osokin
n ngx_rtmp_receive_message (s=0x47d6eb0, h=0x47cee70, > in=0x402e830) at ../nginx-rtmp-module/ngx_rtmp_handler.c:875 > #9 0x0053200e in ngx_rtmp_recv (rev=) at > ../nginx-rtmp-module/ngx_rtmp_handler.c:486 It seems like the third-party rtmp module is s

Re: nginx returns html instead of json response

2022-11-16 Thread Sergey A. Osokin
r codes and processing with the error_page directive [2]. References 1. https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_intercept_errors 2. http://nginx.org/en/docs/http/ngx_http_core_module.html#error_page Hope that helps. -- Sergey A. Osokin __

Re: Running ssl on custom port and its not working

2022-11-16 Thread Sergey A. Osokin
SSL_PROTOCOL_ERROR > ## Is there anything interesting in a error.log file? Have you tried to enable debugging log [1]? Have you tried to test the configuration with command line tools, such as curl? References 1. http://nginx.org/en/docs/debugging_log.html

Re: Getting current date and time with milliseconds precision

2022-11-16 Thread Sergey A. Osokin
that, I'd recommend to use OpenResty maillist for such questions, https://openresty.org/en/community.html Thank you. -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: TLS record lost -- AapacheBenchmark-session is not closed

2022-11-15 Thread Sergey A. Osokin
quot; > or I need to take sources and rebuild like previously? That depends on an operating system and its version. -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: TLS record lost -- AapacheBenchmark-session is not closed

2022-11-14 Thread Sergey A. Osokin
ts timeout for them. > TCPDUMP analizys discover the a TLS-Record is lost == Not Sent by NGINX (or > NET-stack) towatd OpenSSL and out to NET-dev. Have you had a chance to observe the nginx's error log file? Is there any other places of inter

Re: Q: Is "master process" could be overloaded by traffic

2022-11-14 Thread Sergey A. Osokin
d Perl scripts > Is it involved in data-traffic performance? No, it isn't. > Could it be overloaded by agressive traffic or "stays in ~idle"? No, it couldn't be. References: 1. https://www.aosabook.org/en/nginx.html -- Sergey A. Osokin __

Re: Rewrite rules for Nginx

2022-11-12 Thread Sergey A. Osokin
equest to a location. References 1. https://httpd.apache.org/docs/2.4/rewrite/flags.html 2. https://nginx.org/en/docs 3. https://nginx.org/en/docs/http/ngx_http_rewrite_module.html#rewrite 4. http://nginx.org/en/docs/http/ngx_http_core_module.html#location Hope that helps. -- Sergey A. Osokin ___

Re: Suggestions needed to validate oauth tokens

2022-11-10 Thread Sergey A. Osokin
auth_jwt 3. http://nginx.org/en/docs/http/ngx_http_auth_jwt_module.html 4. http://nginx.org/en/docs/http/ngx_http_keyval_module.html 5. http://nginx.org/en/docs/njs/ Hope that helps. -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscri

Re: Question on Instance structure.

2022-10-27 Thread Sergey A. Osokin
ttp_referer" ' '"$http_user_agent" "$http_x_forwarded_for"'; keepalive_timeout 65; include /usr/local/etc/nginx/conf.d.1/http_*.conf; } Refereces - 1. https://cgit.freebsd.org/ports

Re: About ssl_ecdh_curve auto

2022-10-25 Thread Sergey A. Osokin
ntation and its version are there? For OpenSSL please run % openssl version -a It's also possible to see the list of the elliptic curve parameters with the following command: % openssl ecparam -list_curves Refereces 1. https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_ecdh_curve 2. htt

Re: I notice that UniFi Cloud Key Gen 2 Plus is missing the nginx package

2022-10-25 Thread Sergey A. Osokin
the nginx package? I'd recommend to contact to the vendor of the device. Thank you. -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: Custom 413 error pages when client_max_body_size exceeded

2022-10-20 Thread Sergey A. Osokin
On Thu, Oct 20, 2022 at 04:25:33PM -0400, Dan G. Switzer, II wrote: > Sorry, that was a typo from the tweak to the real file names. The file > extensions matched in my test and I got the custom 404 error page. Dan, follow that everything works fine, could you confirm. Thank you. -- Se

Re: Custom 413 error pages when client_max_body_size exceeded

2022-10-20 Thread Sergey A. Osokin
ere? Is there a chance to try to use recent packages from [2] to reproduce the issue? Thank you. References 1. https://nginx.org/en/docs/debugging_log.html 2. https://nginx.org/en/linux_packages.html -- Sergey A. Osokin ___ nginx mailing list -- nginx@ng

Re: Custom 413 error pages when client_max_body_size exceeded

2022-10-20 Thread Sergey A. Osokin
ss group:rw all:r; } location = /413_status_code.html { internal; root /usr/local/www/nginx; } } % dd if=/dev/zero of=11k bs=1k count=11 11+0 records in 11+0 records out 11264 bytes transferred in 0.75 secs (150232738 bytes/sec) % cat

Re: NGINX 1.21.x EOL?

2022-10-18 Thread Sergey A. Osokin
On Tue, Oct 18, 2022 at 10:58:27AM -0400, Paul wrote: > On 2022-10-18 10:26, Sergey A. Osokin wrote: > [snip] > > > nginx 1.21.6 is available for download, [1], here's the direct link, [2]. > > > >> Is it already End Of Life? > > > > Yes, it is, pl

Re: NGINX 1.21.x EOL?

2022-10-18 Thread Sergey A. Osokin
], in the "nginx news" section has the following message about that: 2022-06-21 nginx-1.23.0 mainline version has been released. That means that previous branch is EoS. References 1. https://nginx.org/download/ 2. https://nginx.org/download/nginx-1.21.6.tar.gz 3. http

Re: IPV6 UDP port 6343

2022-10-18 Thread Sergey A. Osokin
safely removed as well. Thank you. -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: IPV6 UDP port 6343

2022-10-17 Thread Sergey A. Osokin
On Mon, Oct 17, 2022 at 07:20:11PM -0400, Andre Pedro wrote: > On Fri, Oct 14, 2022 at 10:56 AM Sergey A. Osokin wrote: > > On Fri, Oct 14, 2022 at 07:33:17AM -0400, Andre Pedro wrote: > > > > [...] > > > > > > > > > eve

Re: IPV6 UDP port 6343

2022-10-14 Thread Sergey A. Osokin
Hi Andre, On Fri, Oct 14, 2022 at 07:33:17AM -0400, Andre Pedro wrote: > On Thu, Oct 13, 2022 at 10:53 PM Sergey A. Osokin > wrote: > > On Thu, Oct 13, 2022 at 09:03:21PM -0400, Andre Pedro wrote: > > > > > > I am trying to get the below load balancer config to

Re: IPV6 UDP port 6343

2022-10-13 Thread Sergey A. Osokin
how did you get that number. Thank you. -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: How to patch and/or upgrade Nginx from source in production environment?

2022-10-13 Thread Sergey A. Osokin
ating system. References 1. https://pkgsrc.org/ -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: Installing two versions of PHP-FMP?

2022-10-05 Thread Sergey A. Osokin
with NGINX Unit, https://unit.nginx.org/. It supports multiple application languages, including but not limited to php, and multiple versions of the application languages. -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe sen

Re: need ngx_http_perl_module equivalent GO module

2022-09-30 Thread Sergey A. Osokin
no go module for nginx, but it's possible to run go application with a polyglot application server, it's NGINX Unit, [1] created by the same team as the original NGINX. References 1. https://unit.nginx.org/ -- Sergey A. Osokin ___ nginx m

Re: Nginx returning 401

2022-09-21 Thread Sergey A. Osokin
the same topic. Thank you. This question has been answered by Maxim Dounin in a separate thread, https://mailman.nginx.org/archives/list/nginx@nginx.org/thread/EEGJGZGQEGB7MQIW6NM37GKR4SYC7LNH/ -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.

Re: Nginx stop logging

2022-09-04 Thread Sergey A. Osokin
pgrade installed nginx to the more recent stable version, 1.22.0. Please let me know if you have any questions. Thank you. References: 1. https://nginx.org/en/linux_packages.html#RHEL-CentOS -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org

Re: Nginx segfault - `is_closing_session(): no DBUS_SESSION_BUS_ADDRESS in environment`

2022-08-16 Thread Sergey A. Osokin
sing it's possible there may be a conflict with > another module. > > Thank you Sergey A Osokin for your assistance and expertise. > > [1] https://github.com/slact/nchan We'd probably need to raise an issue on the vendor side. Thank you. -- Sergey A. Osokin __

Re: Nginx segfault - `is_closing_session(): no DBUS_SESSION_BUS_ADDRESS in environment`

2022-08-13 Thread Sergey A. Osokin
3rd party modules > * PHP 8.0 or 8.1 from source Could you please provide an output of the following command: % nginx -T Also, is there any specific reason to build nginx and php from source? Is there a chance to reproduce the issue without any of party modules? Thank you.

Re: Application performance of Nginx

2022-08-09 Thread Sergey A. Osokin
nx functionality can be extended with NGINX JavaScript module, [3]. Thank you. References 1. https://nginx.org/en/docs/nginx_dtrace_pid_provider.html 2. https://nginx.org/en/docs/debugging_log.html 3. https://nginx.org/en/docs/njs/ -- Sergey A. Osokin ___

Re: Nginx upstream zone

2022-08-07 Thread Sergey A. Osokin
ker process? That depends on the actual NGINX Plus configuration and other factors, usually 64k is enough, but that number can be revisited with an extensive testing in a lower environments. Thank you. -- Sergey A. Osokin ___ nginx mailing list -- ngin

Re: nginx + sni + ssh connection

2022-07-26 Thread Sergey A. Osokin
;s possible to use stream module [1] to proxy SSH connections. Also, the SSH settings on backends, including SSH keys, should be the same. If all of those above are correct, then what's the issue? References: 1. https://nginx.org/en/docs/stream/ngx_stream_core_module.html -- Sergey A.

Re: SSL Acceleration or Offloading with Nginx

2022-07-26 Thread Sergey A. Osokin
eferences: 1. https://nginx.org/en/docs/http/configuring_https_servers.html#optimization 2. https://nginx.org/en/docs/ngx_core_module.html#ssl_engine -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: Is it possible to configure socket connection(not web) in Nginx reverse proxy server

2022-06-27 Thread Sergey A. Osokin
? 3. in case of 400 error, that seems like a web-server (not nginx) replied with that error, any chance to check log files on that side? References: 1. https://nginx.org/en/docs/http/ngx_http_auth_basic_module.html#auth_basic 2. http://nginx.org/ru/docs/stream/

Re: Support for nginx-1.14.2

2022-06-20 Thread Sergey A. Osokin
Thank you. -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: Nginx KTLS hardware offloading not working

2022-06-15 Thread Sergey A. Osokin
On Tue, Jun 14, 2022 at 01:28:51PM -0400, liwuliu wrote: > Oh...works when use Nginx 1.22 and OpenSSL 3.1.0. Thanks for the update. I'm very glad to hear it works as expected. -- Sergey A. Osokin ___ nginx mailing list -- nginx@ngin

Re: compiling nchan from source

2022-06-13 Thread Sergey A. Osokin
Hi Ian, hope you're doing well. On Sat, May 21, 2022 at 11:13:07AM +0700, Ian Hobson wrote: > On 21/05/2022 10:37, Sergey A. Osokin wrote: > > On Sat, May 21, 2022 at 09:53:05AM +0700, Ian Hobson wrote: > >> > >> I compile nginx from source. When I use nchan-1.2.1

Re: How is buffer size and buffer number determined in the HTTP response chain?

2022-06-13 Thread Sergey A. Osokin
hose assumptions that developers have when they wrote a code. Please let me know if you have any questions. Thank you. -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: Migrating from PHP-FPM to Nginx Unit: worth it?

2022-06-13 Thread Sergey A. Osokin
end to subscribe and use unit at nginx dot org mailing list. Thank you. -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: Nginx KTLS hardware offloading not working

2022-06-13 Thread Sergey A. Osokin
aion looks like the following: location / { root /data; } So, that works for static content. Could you try and confirm that works for you. Thank you. References: 1. https://www.nginx.com/blog/improving-nginx-performance-with-kernel-tls/ -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: worker_connections are not enough, reusing connections with idle workers

2022-06-07 Thread Sergey A. Osokin
1048576 > > $ ulimit -Sn > 1024 I'd recommend to increase this limit, it's definitely not for PROD usage. > $ cat /proc/sys/fs/file-max > 262144 > > worker_rlimit_nofile 65535; > > The ulimits are for the user that nginx runs at (only the master process runs > as root). -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: worker_connections are not enough, reusing connections with idle workers

2022-06-07 Thread Sergey A. Osokin
n % ulimit -Sn % cat /proc/sys/fs/file-max Also, it's possible to increase nginx limits with the worker_rlimit_nofile directive, http://nginx.org/ru/docs/ngx_core_module.html#worker_rlimit_nofile Thank you. -- Sergey A. Osokin ___ nginx mailing li

Re: worker_connections are not enough, reusing connections with idle workers

2022-06-03 Thread Sergey A. Osokin
;d recommend to update to that version. Thank you. References 1. https://nginx.org/en/docs/ngx_core_module.html#worker_connections 2. http://nginx.org/en/CHANGES-1.22 -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: Nginx reverse proxy gzip for json payload

2022-05-26 Thread Sergey A. Osokin
entioned in the ngx_http_gzip module documentation, https://nginx.org/en/docs/http/ngx_http_gzip_module.html#gzip_types -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: Keepalived with nginx open source

2022-05-26 Thread Sergey A. Osokin
GINX with keepalived in linux" topic. Thank you. -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: Http failure reponse only with Iphone/IOS/Safari (nginx 1.8)

2022-05-23 Thread Sergey A. Osokin
just because the recent version from nginx stable branch is 1.20.2. and I don't think that version 1.8 is still supported. -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: compiling nchan from source

2022-05-20 Thread Sergey A. Osokin
possible to use a pre-compiled version, and link dynamically? I'd recommend to contact to the vendor to ask about the build requirements of the third-party module. Thank you. -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: building ngx_cache_purge module on CentOS Linux release 7.9.2009 (Core)

2022-05-09 Thread Sergey A. Osokin
E+and+Ports&arch=default&format=html 3. https://www.freebsd.org/cgi/man.cgi?query=grep&apropos=0&sektion=0&manpath=FreeBSD+13.0-RELEASE+and+Ports&arch=default&format=html -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: building ngx_cache_purge module on CentOS Linux release 7.9.2009 (Core)

2022-05-08 Thread Sergey A. Osokin
llowving URL [1]. References: 1. https://perldoc.perl.org/prove -- Sergey A. Osokin ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

  1   2   3   >