exact ordering of handler

2013-02-11 Thread Echlin, Jamie
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

Re: MP and 2.4 Compilation Woes

2013-02-11 Thread Kevin A. McGrail
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