Mailing List Archive

[Bug 64783] New: mod_ssl Environment variable HTTPD=on creation is not conditional on SSLOptions StdEnvVars
https://bz.apache.org/bugzilla/show_bug.cgi?id=64783

Bug ID: 64783
Summary: mod_ssl Environment variable HTTPD=on creation is not
conditional on SSLOptions StdEnvVars
Product: Apache httpd-2
Version: 2.5-HEAD
Hardware: PC
Status: NEW
Severity: minor
Priority: P2
Component: Documentation
Assignee: docs@httpd.apache.org
Reporter: sean@teletech.com.au
Target Milestone: ---

ssl_engine_kernel.c

call to
apr_table_setn(env, "HTTPS", "on");
is outside conditional block
if (dc->nOptions & SSL_OPT_STDENVVARS) { }

The documentation here:
http://httpd.apache.org/docs/current/mod/mod_ssl.html
says "This information is not provided by default for performance reasons. (See
SSLOptions StdEnvVars, below.)"

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org