Matt Sergeant wrote:
> I'm in httpd_config.c in Apache's core. It's looping through the
possible
> handlers looking for something to handle this request, where the
> content-type is "text/html". It finds PHP's php_xbithack_handler(), which
> matches "text/html". The trace above starts from there
OK I'm now officially going to go bald with the mod_php vs mod_perl config
directives issues...
Here's a fun gdb output to ponder over:
(gdb) n
513 for (handp = handlers; handp->hr.content_type; ++handp) {
(gdb)
514 if (handler_len == handp->len
(gdb) p *handp
$138 = {hr = {