Re: [PHP-DOC] cvs: phpdoc /en/chapters install.xml From: Jani Taskinen (sniper <email protected>)
Date: 03/21/01

On Wed, 21 Mar 2001, Ron Chmara wrote:

>+ Depending on your Apache install and Unix veriant, there are many

Variant?

>+1. Several Linux and SysV variants:
>+/etc/rc.d/init.d/httpd restart
>+
>+2. Using apachectl scripts:
>+/path/to/apachectl restart
>+
>+3. httpdctl and httpsdctl (Using OpenSSL), similar to apachectl:
>+/path/to/httpsdctl restart

I have always used the 'stop / start' method. As the 'apachectl restart'
does a 'kill HUP' on the httpd..

--Jani