supervision - discussion about system services, daemon supervision, init, runlevel management, and tools such as s6 and runit
 help / color / mirror / Atom feed
* apache2 run script
@ 2006-10-01  9:29 Mark
  2006-10-05 23:58 ` Alex Efros
  2006-10-05 23:59 ` Charlie Brady
  0 siblings, 2 replies; 14+ messages in thread
From: Mark @ 2006-10-01  9:29 UTC (permalink / raw)


Hello.

On the apache2 run script listed under 

  http://smarden.org/runit/runscripts.html#apache2

o recent runit-1.6.0 doesn't install '/command/pgrphack' anymore so
  '/command/chpst -P' is required
o GNU/Linux too requires '/command/chpst -P' otherwise Apache comes up again
  after 'sv down'.

So this is my current run script:

#!/bin/sh
exec 2>&1
exec /command/chpst -P /usr/local/apache2/bin/httpd -DNO_DETACH

Bye,
  Mark

-- 
    TOAD -- A Simple and Powerful C++ GUI Toolkit for the X Window System
    /OO\    Check it out at http://www.mark13.org/toad/
__(/_--_\)__________________________ Mark-André Hopf <mhopf@mark13.org>


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2006-10-07 18:44 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-01  9:29 apache2 run script Mark
2006-10-05 23:58 ` Alex Efros
2006-10-06  6:12   ` Vincent Danen
2006-10-06 14:27     ` Charlie Brady
2006-10-06 14:30   ` Charlie Brady
2006-10-06 15:37     ` Alex Efros
2006-10-06 15:46       ` Charlie Brady
2006-10-06 15:57         ` Alex Efros
2006-10-06 16:01           ` Paul Jarc
2006-10-06 16:21             ` Alex Efros
2006-10-07  0:15               ` Charlie Brady
2006-10-07  0:23                 ` Alex Efros
2006-10-07 18:44                 ` Paul Jarc
2006-10-05 23:59 ` Charlie Brady

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).