> From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
> 
> > Runtime is harder, but you can just use ap_mpm_query to get the MPMs
> > characteristics.  This won't give you the MPM name, but it will let
you
> > know if the MPM is threaded or not.
> 
> What is the correct way to fail in a filter post_config?  Do I return
-1
> from it if my filter finds a fatal error?  I can't use ap_log_rerror()
at
> this point, right?  How would I log the reason for the failure?

I'm confused by the question, but I'll try to answer.  If you mean the
post_config phase, then you can use ap_log_error or ap_log_perror.  If
you want to stop the server from starting, just return DECLINED.

Ryan


Reply via email to