- patch from P.J. Day to rely on the automatic indenting provided by depends.
This commit is contained in:
parent
ba31d27249
commit
ea46f456d4
@ -69,6 +69,24 @@ config CONFIG_FEATURE_HTTPD_USAGE_FROM_INETD_ONLY
|
|||||||
This option disables uid and port options for the httpd applet
|
This option disables uid and port options for the httpd applet
|
||||||
but requires inetd server daemon.
|
but requires inetd server daemon.
|
||||||
|
|
||||||
|
config CONFIG_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
|
||||||
|
bool "Support reloading the global config file using hup signal"
|
||||||
|
default n
|
||||||
|
depends on CONFIG_HTTPD && !CONFIG_FEATURE_HTTPD_USAGE_FROM_INETD_ONLY
|
||||||
|
help
|
||||||
|
This option enables processing of SIGHUP to reload cached
|
||||||
|
configuration settings.
|
||||||
|
|
||||||
|
config CONFIG_FEATURE_HTTPD_SETUID
|
||||||
|
bool "Enable support -u <user> option"
|
||||||
|
default n
|
||||||
|
depends on CONFIG_HTTPD && !CONFIG_FEATURE_HTTPD_USAGE_FROM_INETD_ONLY
|
||||||
|
help
|
||||||
|
This option allows the server to run as a specific user
|
||||||
|
rather than defaulting to the user that starts the server.
|
||||||
|
Use of this option requires special privileges to change to a
|
||||||
|
different user.
|
||||||
|
|
||||||
config CONFIG_FEATURE_HTTPD_BASIC_AUTH
|
config CONFIG_FEATURE_HTTPD_BASIC_AUTH
|
||||||
bool "Enable Basic http Authentication"
|
bool "Enable Basic http Authentication"
|
||||||
default y
|
default y
|
||||||
@ -85,26 +103,6 @@ config CONFIG_FEATURE_HTTPD_AUTH_MD5
|
|||||||
Enables basic per url authentication from /etc/httpd.conf
|
Enables basic per url authentication from /etc/httpd.conf
|
||||||
using md5 passwords.
|
using md5 passwords.
|
||||||
|
|
||||||
if !CONFIG_FEATURE_HTTPD_USAGE_FROM_INETD_ONLY
|
|
||||||
config CONFIG_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
|
|
||||||
bool " Support reloading the global config file using hup signal"
|
|
||||||
default n
|
|
||||||
depends on CONFIG_HTTPD
|
|
||||||
help
|
|
||||||
This option enables processing of SIGHUP to reload cached
|
|
||||||
configuration settings.
|
|
||||||
|
|
||||||
config CONFIG_FEATURE_HTTPD_SETUID
|
|
||||||
bool " Enable support -u <user> option"
|
|
||||||
default n
|
|
||||||
depends on CONFIG_HTTPD
|
|
||||||
help
|
|
||||||
This option allows the server to run as a specific user
|
|
||||||
rather than defaulting to the user that starts the server.
|
|
||||||
Use of this option requires special privileges to change to a
|
|
||||||
different user.
|
|
||||||
endif
|
|
||||||
|
|
||||||
config CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES
|
config CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES
|
||||||
bool "Support loading additional MIME types at run-time"
|
bool "Support loading additional MIME types at run-time"
|
||||||
default n
|
default n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user