Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 42769 invoked from network); 12 Jan 2005 10:47:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Jan 2005 10:47:27 -0000 Received: (qmail 78074 invoked by uid 500); 12 Jan 2005 10:47:15 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 78063 invoked by uid 500); 12 Jan 2005 10:47:15 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 78046 invoked by uid 99); 12 Jan 2005 10:47:15 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from polaris.atos-infogerance.fr (HELO polaris.atos-infogerance.fr) (193.56.241.12) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 12 Jan 2005 02:47:13 -0800 Received: from minotaure.atos-infogerance.fr ([193.56.47.17]) by polaris.atos-infogerance.fr (8.12.10/8.12.10) with ESMTP id j0CAl83t004430 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 12 Jan 2005 11:47:08 +0100 (MET) Received: from exchange2k301.gaia.fr (localhost.localdomain [127.0.0.1]) by minotaure.atos-infogerance.fr (8.12.8/8.12.8) with ESMTP id j0CAl6oa023572 for ; Wed, 12 Jan 2005 11:47:07 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Wed, 12 Jan 2005 11:47:07 +0100 Message-ID: <43F6AE2C59CAC94EA7D45EE9103EECB9D713C0@exchange2k301.gaia.fr> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [users@httpd] start/stop apache & change apache configuration Thread-Index: AcT4JJ4pu26EREAySme67tWMCikolwAbbMVg From: =?iso-8859-1?Q?Axel-St=E9phane__SMORGRAV?= To: X-Virus-Checked: Checked Subject: RE: [users@httpd] start/stop apache & change apache configuration X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N You need to use a combination of sudo and file access rights. Keep in mind that a user who changes the apache configuration will need = to be able to verify the validity of the modifications. He can limit = this verification to a syntactic check of the configuration using "httpd = -t -D DUMP_VHOSTS -f ", but he cannot make sure that his = configuration actually works until the instance has been restarted. Another way to work is having two servers: one for pre-production and = one for production. All configuration changes and testing are done on = the pre-production server, and once the configuration has been = validated, it is moved to the production server. The pre-production = server can then also be used to reproduce problems occuring in = production. This is the approach that we are using. -ascs=20 -----Message d'origine----- De : Subramani, GnanaShekar (GE Healthcare, non-ge) = [mailto:GnanaShekar.Subramani@med.ge.com]=20 Envoy=E9 : mardi 11 janvier 2005 22:31 =C0 : users@httpd.apache.org Objet : [users@httpd] start/stop apache & change apache configuration Hi, I am asked to implement the following for security reasons. 1. A unix user who has the privileges to start/stop apache with read = access to its configuration file. 2. A unix user who could change apache configuration but lacks privilege = to start/stop apache. Please provide inputs on how to do this. Thanks & Regards, -GnanaShekar- --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server = Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org