You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/12/10 00:50:18 UTC

DO NOT REPLY [Bug 32621] New: - mod_proxy_ajp should be able to use ssl_var_lookup optional hook

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32621>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32621

           Summary: mod_proxy_ajp should be able to use ssl_var_lookup
                    optional hook
           Product: Apache httpd-2.0
           Version: 2.1-HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: mod_proxy
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: jorton@redhat.com
                CC: mturk@apache.org


Users frequently struggle with this stuff and it could "just work" (ish):

ajp_marshal_into_msgb should be able to extract SSL variables directly from
mod_ssl using the ssl_var_lookup optional hook, without going through
r->subprocess_env, to avoid needing to configure "SSLOptions +StdEnvVars".

It should also have a way of extracting directly from r->headers_in for when
people use the more convoluted:

  world --SSL--> httpd/reverse-proxy --HTTP--> httpd/mod_proxy_ajp --> tomcat

and need to pass the SSL variables over HTTP in custom headers.

(I'll reserve round tuits for this at some point)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org