diff options
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 3013be676..5275adc5f 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -170,6 +170,19 @@ config FEATURE_HTTPD_ENCODE_URL_STR | |||
170 | For example, httpd -e "<Hello World>" as | 170 | For example, httpd -e "<Hello World>" as |
171 | "<Hello World>". | 171 | "<Hello World>". |
172 | 172 | ||
173 | config FEATURE_HTTPD_ERROR_PAGES | ||
174 | bool "Enable support for custom error pages" | ||
175 | default n | ||
176 | depends on HTTPD | ||
177 | help | ||
178 | This option allows you to define custom error pages in | ||
179 | the configuration file instead of the default HTTP status | ||
180 | error pages. For instance, if you add the line: | ||
181 | E404:/path/e404.html | ||
182 | in the config file, the server will respond the specified | ||
183 | '/path/e404.html' file instead of the terse '404 NOT FOUND' | ||
184 | message. | ||
185 | |||
173 | config IFCONFIG | 186 | config IFCONFIG |
174 | bool "ifconfig" | 187 | bool "ifconfig" |
175 | default n | 188 | default n |