On 16 May 2002, Jeff Trawick wrote:

> Step 3 is what removes the complexity from apachectl.  Step 2 is what
> gives httpd the features required for step 3.

I guess I don't see:

   start)
   stop)
   graceful)
   restart)
      httpd -k $1
      ;;
   startssl)
      httpd -DSSL -k start
      ;;

or whatever the syntax is for #2 alone as very complex.  The complexity to
which I was referring was that right now apachectl has to know where the
PID file is, read the PID file, kill that pid, etc, etc.

I'll just say +0 to #3.

--Cliff


--------------------------------------------------------------
   Cliff Woolley
   [EMAIL PROTECTED]
   Charlottesville, VA



Reply via email to