Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminal resize causes apache termination #69

Open
Str1ker17 opened this issue Jan 6, 2023 · 1 comment
Open

Terminal resize causes apache termination #69

Str1ker17 opened this issue Jan 6, 2023 · 1 comment

Comments

@Str1ker17
Copy link

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
Copy link
Member

nekufa commented Jan 9, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants