From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Lohmann <20h@r-36.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] stop httpd Message-Id: <20040122201747.15a3726f.20h@r-36.net> In-Reply-To: References: <335aaafe687f19ef79c02fde5d955c25@plan9.bell-labs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Thu, 22 Jan 2004 20:17:47 +0100 Topicbox-Message-UUID: bebfff8e-eacc-11e9-9e20-41e7f4b1d025 The only way for stopping httpd here was to: cd /proc/$httpd_proc/ctl; chgrp -u $user ctl; echo kill >ctl; httpd runs as user none and only allows write on its ctl from this user. 20h