Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Feb 1998 11:42:30 -0800 (PST)
From:      Dan Busarow <dan@dpcsys.com>
To:        michael dorin <mike@chaski.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: stop and start apache?
Message-ID:  <Pine.UW2.3.95.980209113933.7553N-100000@cedb>
In-Reply-To: <199802091255.MAA00326@chaski.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 9 Feb 1998, michael dorin wrote:
> How do I start and stop apache without rebooting?

If you just want apache to re-read its config files, goto
your log directory and

# kill -1 `cat httpd.pid`

If you want to really stop it leave the -1 out of the above.

To restart it you can

# /path/to/httpd -f /path/to/httpd.conf

Dan
-- 
 Dan Busarow                                                  714 443 4172
 DPC Systems / Beach.Net                                    dan@dpcsys.com
 Dana Point, California  83 09 EF 59 E0 11 89 B4   8D 09 DB FD E1 DD 0C 82


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.UW2.3.95.980209113933.7553N-100000>