Sam Carleton wrote: > Under some circumstances, the value read into my directive will be > invalid and thus Apache should NOT continue to execute. What do I > need to do to tell Apache to stop executing?
A cmd handler returns a string pointer with the error message when it wants to fail. You might look at some of the shipping example modules to answer more trivial questions.