Changes between Initial Version and Version 1 of Ticket #397


Ignore:
Timestamp:
Feb 24, 2014, 8:30:26 PM (10 years ago)
Author:
andersk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #397 – Description

    initial v1  
    55* use `ap_lookup_vhost` to replace `ssl_find_vhost` (modules/ssl/ssl_engine_kernel.c);
    66* add a `lookup_vhost` hook to `ap_lookup_vhost` that can be implemented by modules;
    7 * implement the `lookup_vhost` hook in mod_vhost_ldap;
     7* implement the `lookup_vhost` hook in mod_vhost_ldap (replacing the current `translate_name` hook);
    88* teach mod_vhost_ldap an equivalent of the SSLCertificate{File,KeyFile,ChainFile} directives.
     9
     10Hopefully most of this work will be upstreamable.  I haven’t checked whether the plan needs changes for httpd 2.4 (if so, it’s not worth putting any effort into 2.2).