diff options
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2006-01-31 13:53:30 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2006-01-31 13:53:30 +0000 |
commit | 4333a09d657348672db61f3063f2d272708c2548 (patch) | |
tree | 6888ebd5177a29cdd49320e4cfb5bce9af3b827f /networking/Config.in | |
parent | 1f17d3287adaa01c8605699e80aaaba3a5a01d65 (diff) |
add feature: support for running scripts through an interpreter. Thanks Florian Schirmer <jolt@tuxbox.org>
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 12 |
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 Enables basic per url authentication from /etc/httpd.conf 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" @@ -122,6 +121,17 @@ config CONFIG_FEATURE_HTTPD_CGI This option allows scripts and executables to be invoked when specific urls are requested. +config CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR + bool " Enable support for running scripts through an interpreter" + default n + depends on CONFIG_FEATURE_HTTPD_CGI + help + This option enables support for running scripts through an + interpreter. Turn this on, if you want PHP scripts to work + properly. You need to supply an addition line in your httpd + config file: + *.php:/path/to/your/php + config CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV bool " Support the REMOTE_PORT environment variable for CGI" default n |