Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: HUP Signal: restart now -> syntax?
- To: tlug@example.com
- Subject: Re: HUP Signal: restart now -> syntax?
- From: Darren Cook <darrenj@example.com>
- Date: Thu, 07 Sep 2000 14:44:28 +0900
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=iso-2022-jp
- References: <20000907051335.D90CB15776@example.com>
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <fEB0g.A.tpE.Kzyt5@example.com>
- Resent-Sender: tlug-request@example.com
> Please ignore my previous pid-file question, found the file ... > Now I just have to make sense of the rest of the instruction, how do I send this > a HUP Signal: restart now? Which would be the name of the correct manpage? If the number in httpd.pid was 7777, then (as root): kill -HUP 7777 Or, you can use apachectl (which is in /usr/local/apache/bin (or ../bin relative to where you found httpd.pid): ./apachectl configtest ./apachectl restart Or: ./apachectl configtest ./apachectl stop ./apachectl start Need to do stop then start if you've upgraded a module it seems; but if just altering httpd.conf then restart is fine. Darren
- References:
- HUP Signal: restart now -> syntax?
- From: ulrike@example.com
Home | Main Index | Thread Index
- Prev by Date: Re: HUP Signal: restart now -> syntax?
- Next by Date: Re: HUP Signal: restart now -> syntax?
- Prev by thread: Re: HUP Signal: restart now -> syntax?
- Next by thread: Re: HUP Signal: restart now -> syntax?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links