diff options
author | Ron Yorston <rmy@pobox.com> | 2020-04-07 08:28:54 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2020-04-07 08:28:54 +0100 |
commit | 1e97d7904bddd3d43368883fa879279679964ee9 (patch) | |
tree | 890ea4752a50763bbbc2abce6b6b3f14d3c519ac /docs | |
parent | 9181e1363f09f80ba822175886450b751e408f14 (diff) | |
download | busybox-w32-1e97d7904bddd3d43368883fa879279679964ee9.tar.gz busybox-w32-1e97d7904bddd3d43368883fa879279679964ee9.tar.bz2 busybox-w32-1e97d7904bddd3d43368883fa879279679964ee9.zip |
httpd: don't change directory in inetd mode
In the WIN32 port inetd mode is used in the same way as in NOMMU
to process each new connection. However, it shares a problem with
NOMMU mode upstream: the child process changes directory unnecessarily.
Thus, 'httpd -fvvvp 8080 -h www' fails with errors:
httpd: can't change directory to 'www': No such file or directory
Fix this in the WIN32 port by not changing directory in inetd mode.
The behaviour of inetd mode is now quite unlike upstream so the option
have been changed to '-I' and removed from the help message.
Since the -e/-d options appear in the help message unconditionally
FEATURE_HTTPD_ENCODE_URL_STR has been enabled.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions