On Fri, May 24, 2002 at 07:20:11AM -0400, Jeff Trawick wrote:
> google finds lots of hits for sslstart.  The only hits for start-SSL I
> see so far are from the apachectl usage message.  I've added support
> back in for the alternate spellings for the time being:
> 
> sslstart|start-SSL)
>     $HTTPD -k startssl
>     ERROR=$?
>     ;;

FWIW, my intention in adding the -k feature was that the startssl
would only be handled by apachectl - not by httpd itself.  For
startssl, apachectl would send in '-k start -DSSL'.  I don't
think it makes sense for httpd to recognize start-ssl (or its
variants).  That's something that apachectl can handle.  The
idea behind adding the -k feature to httpd on all platforms was
that the start code was abstracted out of apachectl - not to
support oddball invocation arguments.   -- justin

Reply via email to