aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in12
1 files changed, 11 insertions, 1 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 0f4381b5c..c0278778e 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -85,7 +85,6 @@ config CONFIG_FEATURE_HTTPD_AUTH_MD5
85 Enables basic per url authentication from /etc/httpd.conf 85 Enables basic per url authentication from /etc/httpd.conf
86 using md5 passwords. 86 using md5 passwords.
87 87
88
89if !CONFIG_FEATURE_HTTPD_USAGE_FROM_INETD_ONLY 88if !CONFIG_FEATURE_HTTPD_USAGE_FROM_INETD_ONLY
90config CONFIG_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP 89config CONFIG_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
91 bool " Support reloading the global config file using hup signal" 90 bool " Support reloading the global config file using hup signal"
@@ -122,6 +121,17 @@ config CONFIG_FEATURE_HTTPD_CGI
122 This option allows scripts and executables to be invoked 121 This option allows scripts and executables to be invoked
123 when specific urls are requested. 122 when specific urls are requested.
124 123
124config CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
125 bool " Enable support for running scripts through an interpreter"
126 default n
127 depends on CONFIG_FEATURE_HTTPD_CGI
128 help
129 This option enables support for running scripts through an
130 interpreter. Turn this on, if you want PHP scripts to work
131 properly. You need to supply an addition line in your httpd
132 config file:
133 *.php:/path/to/your/php
134
125config CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV 135config CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV
126 bool " Support the REMOTE_PORT environment variable for CGI" 136 bool " Support the REMOTE_PORT environment variable for CGI"
127 default n 137 default n