RE: [EXTERNAL] Re: No content returned from directive handler sample.

2019-07-30 Thread Nebergall, Christopher
Have you seen this example? https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x/modules/examples/mod_example_hooks.c It will show you how to log at the very least. -Topher -Original Message- From: Bill Moo Sent: Tuesday, July 30, 2019 11:06 AM To: modules-dev@httpd.apache.org

Re: [EXTERNAL] SNI extension for healthchecks

2018-10-19 Thread Nebergall, Christopher
Does this help? https://bz.apache.org/bugzilla/show_bug.cgi?id=55782 Sent from my iPhone On Oct 19, 2018, at 3:52 AM, Dominik Stillhard mailto:dominik.stillh...@united-security-providers.ch>> wrote: I asked this on the users mailing list and didn’t get any feedback so far, so i’ll forward

RE: [EXTERNAL] Re: tcp/ip sockets in apache module

2014-05-23 Thread Nebergall, Christopher
Also since there is no reason AFAIK that what you are attempting shouldn't work in your debugging make extra sure that the apache hook you are using is actually being called in your test requests, and that understand the order that hooks are called in - for example if set up the socket in one

secure use of ap_get_server_name/port

2008-03-06 Thread Nebergall, Christopher
I'm looking for secure versions of ap_get_server_name and ap_get_server_port which can be trusted to always evaluate to the correct host and port for re-constructing the original URL the user requested. I've removed all of the code below which seemed to rely on DNS, or info sent from the

RE: secure use of ap_get_server_name/port

2008-03-06 Thread Nebergall, Christopher
this for the server name and host portions? -Christopher -Original Message- From: Ray Morris [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2008 3:32 PM To: modules-dev@httpd.apache.org Subject: Re: secure use of ap_get_server_name/port On 03/06/2008 01:09:37 PM, Nebergall, Christopher wrote: I'm