diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-04-02 10:40:58 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-04-02 10:40:58 +0200 |
commit | 8fc9e6a15d23c7e20ef135d8f242406b0aa0e8af (patch) | |
tree | ea50038b66ef8aa1626c36abbcf2500869721e4c /include | |
parent | 208d35d21fbae0f1c1aa3bed4ca97717565b76e2 (diff) | |
download | busybox-w32-8fc9e6a15d23c7e20ef135d8f242406b0aa0e8af.tar.gz busybox-w32-8fc9e6a15d23c7e20ef135d8f242406b0aa0e8af.tar.bz2 busybox-w32-8fc9e6a15d23c7e20ef135d8f242406b0aa0e8af.zip |
httpd: fix proxy mode bug (annoying but harmless), better help text
function old new delta
cgi_io_loop_and_exit 594 635 +41
packed_usage 26815 26841 +26
handle_incoming_and_exit 2745 2739 -6
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index cf576c666..f4ab39b08 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1786,13 +1786,13 @@ | |||
1786 | "\n -i Inetd mode" \ | 1786 | "\n -i Inetd mode" \ |
1787 | "\n -f Don't daemonize" \ | 1787 | "\n -f Don't daemonize" \ |
1788 | "\n -v[v] Verbose" \ | 1788 | "\n -v[v] Verbose" \ |
1789 | "\n -c FILE Configuration file (default httpd.conf)" \ | ||
1790 | "\n -p [IP:]PORT Bind to ip:port (default *:80)" \ | 1789 | "\n -p [IP:]PORT Bind to ip:port (default *:80)" \ |
1791 | IF_FEATURE_HTTPD_SETUID( \ | 1790 | IF_FEATURE_HTTPD_SETUID( \ |
1792 | "\n -u USER[:GRP] Set uid/gid after binding to port") \ | 1791 | "\n -u USER[:GRP] Set uid/gid after binding to port") \ |
1793 | IF_FEATURE_HTTPD_BASIC_AUTH( \ | 1792 | IF_FEATURE_HTTPD_BASIC_AUTH( \ |
1794 | "\n -r REALM Authentication Realm for Basic Authentication") \ | 1793 | "\n -r REALM Authentication Realm for Basic Authentication") \ |
1795 | "\n -h HOME Home directory (default .)" \ | 1794 | "\n -h HOME Home directory (default .)" \ |
1795 | "\n -c FILE Configuration file (default {/etc,HOME}/httpd.conf)" \ | ||
1796 | IF_FEATURE_HTTPD_AUTH_MD5( \ | 1796 | IF_FEATURE_HTTPD_AUTH_MD5( \ |
1797 | "\n -m STRING MD5 crypt STRING") \ | 1797 | "\n -m STRING MD5 crypt STRING") \ |
1798 | "\n -e STRING HTML encode STRING" \ | 1798 | "\n -e STRING HTML encode STRING" \ |