[Bug 16165] New: SIGHUP signal handler for HTTPD process
bugzilla at busybox.net
bugzilla at busybox.net
Tue Aug 20 19:24:35 UTC 2024
https://bugs.busybox.net/show_bug.cgi?id=16165
Bug ID: 16165
Summary: SIGHUP signal handler for HTTPD process
Product: Busybox
Version: 1.36.x
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned at busybox.net
Reporter: sailormax at inbox.lv
CC: busybox-cvs at busybox.net
Target Milestone: ---
Can you add SIGHUP handler for Httpd-process with flag "-f"?
Without it docker process close container only by timeout. It is not fast
enough.
docker-compose.yml sample:
```
services:
static-server:
image: busybox:stable-musl
volumes:
- ./static:/var/www/static:ro
ports:
- 127.0.0.1:8080:3000
command: ['/bin/httpd', '-f', '-v', '-p', '3000', '-h', '/var/www/static',
'-u', 'www-data']
```
thank you.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list