]> granicus.if.org Git - apache/commit
Add 's' format tag to mod_headers to allow access to mod_ssl variables
authorJoe Orton <jorton@apache.org>
Sat, 28 Feb 2004 21:44:30 +0000 (21:44 +0000)
committerJoe Orton <jorton@apache.org>
Sat, 28 Feb 2004 21:44:30 +0000 (21:44 +0000)
commit0fed1575be71b51a560b7550f4c8c1dc77fff7c6
tree595b1593c9d5d7914d6e8dcf195854bf5d93bf30
parent597c83922327b89c68c7637668c7d3de7d262244
Add 's' format tag to mod_headers to allow access to mod_ssl variables
without the overhead of SSLOptions +StdEnvVars/+ExportCertData; also
ensure that any multi-line envvars are unwrapped onto a single line.

* modules/metadata/mod_headers.c (header_request_ssl_var, unwrap_header,
header_post_config): New functions.
(header_pre_config): Register the 's' tag type.
(register_hooks): Add the post_config hook.

PR: 23223

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102809 13f79535-47bb-0310-9956-ffa450edef68
modules/metadata/mod_headers.c