basis-company / tarantool-admin

MIT License
110 stars 28 forks source link

Terminal resize causes apache termination #69

Open Str1ker17 opened 1 year ago

Str1ker17 commented 1 year ago

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.

nekufa commented 1 year ago

Hello, @Str1ker17

Looks like that's an issue in base php:8.1-apache image. We have nothing special with docker entrypoints..

Please, try to reproduce it using empty container and create an issue in base image repository. If there would be no issues, we can repack admin with latest php:8.1-apache image.