Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 47245 invoked from network); 27 Sep 2006 18:03:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Sep 2006 18:03:24 -0000 Received: (qmail 65615 invoked by uid 500); 27 Sep 2006 18:03:16 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 64873 invoked by uid 500); 27 Sep 2006 18:03:14 -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: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 64862 invoked by uid 99); 27 Sep 2006 18:03:14 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Sep 2006 11:03:14 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=jslive@gmail.com; spf=pass Authentication-Results: idunn.apache.osuosl.org header.from=jslive@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE Received-SPF: pass (idunn.apache.osuosl.org: domain gmail.com designates 66.249.82.233 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [66.249.82.233] ([66.249.82.233:53104] helo=wx-out-0506.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 3B/62-29789-0ECBA154 for ; Wed, 27 Sep 2006 11:03:13 -0700 Received: by wx-out-0506.google.com with SMTP id s19so288325wxc for ; Wed, 27 Sep 2006 11:03:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=h3fKvMONwggvtlaoXToEtI0LUYcY6HGhK9yLO9dJfL7pUzrPtjR+b9UNcju7vTpmqGYioFoCNANV8lD6+O9jDZY6Bzsf0ebOHRt2WBLf1f+yCqXKbas4y5jr4gmBRgMlFb5EEvUEMRhFXJFb5GVZKGJ8CwSgBT77LKCihiWjBlQ= Received: by 10.70.9.4 with SMTP id 4mr1098146wxi; Wed, 27 Sep 2006 11:03:09 -0700 (PDT) Received: by 10.70.20.4 with HTTP; Wed, 27 Sep 2006 11:03:09 -0700 (PDT) Message-ID: Date: Wed, 27 Sep 2006 14:03:09 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: 155804219771e149 Subject: Re: [users@httpd] running a virtual server under a different user X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 9/27/06, Chris Cheshire wrote: > Is there any way to do this? I looked through the configuration and > can't find anything. suexec isn't installed, and doesn't appear to be > the right option as Subversion runs through the DAV module, not SSI or > CGI. > > Or do I need to create a separate config, have it listen on a > different port with a different user/group at bootup start another > instance of httpd using the new config file? Yes, you need to use a separate instance of httpd to run under a separate userid. If necessary, you can use ProxyPass/ProxyPassReverse to bring the separate instance into the same namespace as the main server. Joshua. --------------------------------------------------------------------- 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