Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 44598 invoked from network); 29 Apr 2004 15:41:46 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 29 Apr 2004 15:41:46 -0000 Received: (qmail 68308 invoked by uid 500); 29 Apr 2004 15:40:29 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 68275 invoked by uid 500); 29 Apr 2004 15:40:28 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 68242 invoked from network); 29 Apr 2004 15:40:28 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 29 Apr 2004 15:40:28 -0000 Received: (qmail 17161 invoked by uid 50); 29 Apr 2004 15:41:22 -0000 Date: 29 Apr 2004 15:41:22 -0000 Message-ID: <20040429154122.17160.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 18156] - Suexec runs as the VirtualHost user instead of the owner of the UserDir X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=18156 Suexec runs as the VirtualHost user instead of the owner of the UserDir ------- Additional Comments From slive@apache.org 2004-04-29 15:41 ------- Here's a wild guess: Index: mod_userdir.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/mappers/mod_userdir.c,v retrieving revision 1.52.2.4 diff -u -d -b -r1.52.2.4 mod_userdir.c --- mod_userdir.c 9 Feb 2004 20:53:19 -0000 1.52.2.4 +++ mod_userdir.c 29 Apr 2004 15:38:30 -0000 @@ -350,7 +350,7 @@ ap_hook_translate_name(translate_userdir,aszPre,aszSucc,APR_HOOK_MIDDLE); #ifdef HAVE_UNIX_SUEXEC - ap_hook_get_suexec_identity(get_suexec_id_doer,NULL,NULL,APR_HOOK_MIDDLE); + ap_hook_get_suexec_identity(get_suexec_id_doer,NULL,NULL,APR_HOOK_FIRST); #endif } If that isn't it, you'll have to wait for another developer to look at it, since I don't have the resources to do suexec testing. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org