How to fail in case of an error

2013-06-19 Thread markus.kopp
Hi, what is the recommended way for a module to fail the start of Apache, if the module cannot be started (e.g. due to a configuration problem)? Many thanks Markus

Re: Can a module control the socket transport protocol?

2013-06-19 Thread Matthew Steele
On Tue, Jun 18, 2013 at 8:19 PM, Jon Leighton wrote: > I don't think simply swapping SCTP for TCP has anything to offer HTTP - > that's just a starting point for me. I'm more interested in putting SCTP's > streams to good use, such as possibly tying it into mod-spdy. I've hacked > older versions

Re: Can a module control the socket transport protocol?

2013-06-19 Thread Jon Leighton
On 6/19/13 10:46 AM, Matthew Steele wrote: On Tue, Jun 18, 2013 at 8:19 PM, Jon Leighton wrote: I don't think simply swapping SCTP for TCP has anything to offer HTTP - that's just a starting point for me. I'm more interested in putting SCTP's streams to good use, such as possibly tying it into