If I run tarantool-admin inside tmux as described
$ docker run -p 8000:80 quay.io/basis-company/tarantool-admin
and for example create a new lower pane by pressing Ctrl+B, +
then Apache says:
[Fri Jan 06 19:32:36.379860 2023] [mpm_prefork:notice] [pid 1] AH00170: caught SIGWINCH, shutting down gracefully
The same signal - SIGWINCH - will be sent also on generic terminal resize without tmux at all.
I believe this is not the indended behaviour and should be fixed.
If I run tarantool-admin inside tmux as described
$ docker run -p 8000:80 quay.io/basis-company/tarantool-adminand for example create a new lower pane by pressing Ctrl+B, +
then Apache says:
[Fri Jan 06 19:32:36.379860 2023] [mpm_prefork:notice] [pid 1] AH00170: caught SIGWINCH, shutting down gracefullyThe same signal - SIGWINCH - will be sent also on generic terminal resize without tmux at all.
I believe this is not the indended behaviour and should be fixed.