Hi,
I have a perl handler that sets the remote user from information
provided in a PKI certificate. I would like the handler to run after
mod_ssl but before mod_authz_svn, basically the same as the following C
code:
static const char * const pre[] = { "mod_ssl.c", NULL };
static const char
On 2/11/2013 4:54 AM, Jan Kaluža wrote:
On 02/08/2013 04:39 PM, Kevin A. McGrail wrote:
Following Jan's advice, I had to add this to ParseSource.pm
+ 'APACHE_HTTP_VHOST_H', #c-scan chokes on http_host.h
+ 'H_PERL', #""
That got me this far...
Have you applied all my patches? This par