Re: Error log question

2022-07-26 Thread Илья Шипицин
ср, 27 июл. 2022 г. в 02:08, Maxim Dounin : > Hello! > > On Tue, Jul 26, 2022 at 07:46:50PM +0500, Илья Шипицин wrote: > > > вт, 26 июл. 2022 г. в 19:33, Gena Makhomed : > > > > > On 26.07.2022 16:59, Maxim Dounin wrote: > > > > > > >> 2022/07/23 16:26:33 [alert] 849481#849481: *8078448

Re: 2 x Applications using the same domain behind a reverse proxy

2022-07-26 Thread Ian Hobson
Hi Mik, I am no expert on nginx, just a user, and I have never had to split a site as you are. That said, I think the error is that you have wrapped your locations inside each other. This means that when it matches /, it goes on to pass .php files to app1, without ever looking for /app2.

Re: nginx crash

2022-07-26 Thread Dk Jack
Forgot to add, this is with nginx version: 1.20.1 On Tue, Jul 26, 2022 at 7:21 PM Dk Jack wrote: > Hi, > I am noticing a crash in my nginx module. The crash is happening after an > internal redirect. It's not always happening but for certain requests. > Besides the trace log I do not have much

nginx crash

2022-07-26 Thread Dk Jack
Hi, I am noticing a crash in my nginx module. The crash is happening after an internal redirect. It's not always happening but for certain requests. Besides the trace log I do not have much info about the request. In my module, I am restoring the my module context in a similar fashion as the `

Re: Error log question

2022-07-26 Thread Maxim Dounin
Hello! On Tue, Jul 26, 2022 at 07:46:50PM +0500, Илья Шипицин wrote: > вт, 26 июл. 2022 г. в 19:33, Gena Makhomed : > > > On 26.07.2022 16:59, Maxim Dounin wrote: > > > > >> 2022/07/23 16:26:33 [alert] 849481#849481: *8078448 could not > > allocate > > >> new session in SSL session

Re: SSL Acceleration or Offloading with Nginx

2022-07-26 Thread blason
Any specific card or hardware device that you can suggest for the setup? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,294862,294871#msg-294871 ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: SSL Acceleration or Offloading with Nginx

2022-07-26 Thread blason
Thanks a lot for your input Posted at Nginx Forum: https://forum.nginx.org/read.php?2,294862,294870#msg-294870 ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: Error log question

2022-07-26 Thread Илья Шипицин
вт, 26 июл. 2022 г. в 19:33, Gena Makhomed : > On 26.07.2022 16:59, Maxim Dounin wrote: > > >> 2022/07/23 16:26:33 [alert] 849481#849481: *8078448 could not > allocate > >> new session in SSL session shared cache "le_nginx_SSL" while SSL > >> handshaking, client: 175.156.80.121,

More thanks to Francis Daly

2022-07-26 Thread Jim Taylor
The folks at nginx and the folks at Raspberry Pi are both smarter than I am.  I downloaded the 64-bit version of the Pi OS and copied nginx.conf and ngnix.ssl from my old SD card typed the magic words "apt-get install nginx," fired up a browser, typed "jstaylor.com,." and there was Carolyn on

Re: nginx + sni + ssh connection

2022-07-26 Thread Sergey A. Osokin
Hi Caio Abreu Ferreira, hope you're doing well. On Tue, Jul 26, 2022 at 11:41:52AM -0300, Caio Abreu Ferreira via nginx wrote: >     List > >     I'm trying to do something like this > >  mt4.senhasegura.local ─┬─► nginx at 192.168.122.10 ─┬─► mt4  at > 192.168.122.11 > xpto.senhasegura.local

Re: Error log question

2022-07-26 Thread Илья Шипицин
вт, 26 июл. 2022 г. в 19:33, Gena Makhomed : > On 26.07.2022 16:59, Maxim Dounin wrote: > > >> 2022/07/23 16:26:33 [alert] 849481#849481: *8078448 could not > allocate > >> new session in SSL session shared cache "le_nginx_SSL" while SSL > >> handshaking, client: 175.156.80.121,

nginx + sni + ssh connection

2022-07-26 Thread Caio Abreu Ferreira via nginx
    List     I'm trying to do something like this  mt4.senhasegura.local ─┬─► nginx at 192.168.122.10 ─┬─► mt4  at 192.168.122.11 xpto.senhasegura.local ─┘    ─► xpto at 192.168.122.12     I already

Re: Error log question

2022-07-26 Thread Gena Makhomed
On 26.07.2022 16:59, Maxim Dounin wrote: >> 2022/07/23 16:26:33 [alert] 849481#849481: *8078448 could not allocate >> new session in SSL session shared cache "le_nginx_SSL" while SSL >> handshaking, client: 175.156.80.121, server: 0.0.0.0:443 [...] Если не будет в логах ошибок - каким

Re: SSL Acceleration or Offloading with Nginx

2022-07-26 Thread Sergey A. Osokin
Hi, hope you're doing well. On Tue, Jul 26, 2022 at 10:01:35AM -0400, blason wrote: > Hi Team, > > I wanted to know the possibilities with Nginx SSL offloading to separate > CPU card or any other hardware? How do I achieve better performance with > Nginx SSL offloading? Do I need to go with

SSL Acceleration or Offloading with Nginx

2022-07-26 Thread blason
Hi Team, I wanted to know the possibilities with Nginx SSL offloading to separate CPU card or any other hardware? How do I achieve better performance with Nginx SSL offloading? Do I need to go with more CPU cores? or dedicated card or any other mechanism? Can someone please suggest? TIA

Re: Error log question

2022-07-26 Thread Maxim Dounin
Hello! On Tue, Jul 26, 2022 at 02:54:36PM +0300, Gena Makhomed wrote: > On 26.07.2022 0:34, Maxim Dounin wrote: > > >> >> 2022/07/23 16:26:33 [alert] 849481#849481: *8078448 could not allocate > >> >> new session in SSL session shared cache "le_nginx_SSL" while SSL > >> >> handshaking,

Re: Error log question

2022-07-26 Thread Gena Makhomed
On 26.07.2022 0:34, Maxim Dounin wrote: >> 2022/07/23 16:26:33 [alert] 849481#849481: *8078448 could not allocate >> new session in SSL session shared cache "le_nginx_SSL" while SSL >> handshaking, client: 175.156.80.121, server: 0.0.0.0:443 > > This error indicate that nginx wasn't

Re: 2 x Applications using the same domain behind a reverse proxy

2022-07-26 Thread Francis Daly
On Tue, Jul 26, 2022 at 01:11:45AM +, Mik J via nginx wrote: Hi there, I don't have a full answer, but a few config changes should hopefully help with the ongoing diagnosis. > When I access to example.org, I was to use /var/www/htdocs/app1 and it works. > > When I access to

Re: Error log question

2022-07-26 Thread Илья Шипицин
вт, 26 июл. 2022 г. в 02:35, Maxim Dounin : > Hello! > > On Mon, Jul 25, 2022 at 11:05:56AM +0300, Gena Makhomed wrote: > > > On 24.07.2022 1:15, Maxim Dounin wrote: > > > > >> My nginx error log is being filled with errors which I believe are > being > > >> surfaced from OpenSSL. The log

Re: 400 Bad request (spaces in request)

2022-07-26 Thread sipopo
Андрей, спасибо за совет. Но, подсказали раочий вариант, использовать контекст stream и NJS Posted at Nginx Forum: https://forum.nginx.org/read.php?21,294819,294857#msg-294857 ___ nginx-ru mailing list -- nginx-ru@nginx.org To unsubscribe send an

ngx_http_dav_module disable_symlink question

2022-07-26 Thread Eckart Haufler
Hi, We want to use the ngx_http_dav_module with the nginx server (1.21) on a linux machine. For security reasons, we would like to forbid to follow symbol links (e.g. for the case of accidental symbol links to directories like root /). The nginx directive “disable_symlinks“ looked