aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.src
diff options
context:
space:
mode:
Diffstat (limited to 'networking/Config.src')
-rw-r--r--networking/Config.src16
1 files changed, 12 insertions, 4 deletions
diff --git a/networking/Config.src b/networking/Config.src
index 8aeba0ef9..fb7dca7d4 100644
--- a/networking/Config.src
+++ b/networking/Config.src
@@ -199,14 +199,22 @@ config FEATURE_HTTPD_BASIC_AUTH
199 help 199 help
200 Utilizes password settings from /etc/httpd.conf for basic 200 Utilizes password settings from /etc/httpd.conf for basic
201 authentication on a per url basis. 201 authentication on a per url basis.
202 Example for httpd.conf file:
203 /adm:toor:PaSsWd
202 204
203config FEATURE_HTTPD_AUTH_MD5 205config FEATURE_HTTPD_AUTH_MD5
204 bool "Support MD5 crypted passwords for http Authentication" 206 bool "Support MD5 crypted passwords for http Authentication"
205 default y 207 default y
206 depends on FEATURE_HTTPD_BASIC_AUTH 208 depends on FEATURE_HTTPD_BASIC_AUTH
207 help 209 help
208 Enables basic per URL authentication from /etc/httpd.conf 210 Enables encrypted passwords, and wildcard user/passwords
209 using md5 passwords. 211 in httpd.conf file.
212 User '*' means 'any system user name is ok',
213 password of '*' means 'use system password for this user'
214 Examples:
215 /adm:toor:$1$P/eKnWXS$aI1aPGxT.dJD5SzqAKWrF0
216 /adm:root:*
217 /wiki:*:*
210 218
211config FEATURE_HTTPD_CGI 219config FEATURE_HTTPD_CGI
212 bool "Support Common Gateway Interface (CGI)" 220 bool "Support Common Gateway Interface (CGI)"
@@ -223,8 +231,8 @@ config FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
223 help 231 help
224 This option enables support for running scripts through an 232 This option enables support for running scripts through an
225 interpreter. Turn this on if you want PHP scripts to work 233 interpreter. Turn this on if you want PHP scripts to work
226 properly. You need to supply an additional line in your httpd 234 properly. You need to supply an additional line in your
227 config file: 235 httpd.conf file:
228 *.php:/path/to/your/php 236 *.php:/path/to/your/php
229 237
230config FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV 238config FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV