Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 35082 invoked from network); 3 Feb 2006 15:03:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Feb 2006 15:03:06 -0000 Received: (qmail 19560 invoked by uid 500); 3 Feb 2006 15:02:52 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 19551 invoked by uid 500); 3 Feb 2006 15:02:52 -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 19540 invoked by uid 99); 3 Feb 2006 15:02:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2006 07:02:52 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FROM_EXCESS_QP X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [202.85.141.141] (HELO webhost66.com) (202.85.141.141) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2006 07:02:51 -0800 Received: (qmail 15621 invoked by uid 512); 3 Feb 2006 15:05:08 -0000 Message-ID: <20060203150508.19026.qmail@webhost66.com> Reply-To: "=?windows-1251?Q?noip?=" From: "=?windows-1251?Q?noip?=" To: users@httpd.apache.org Date: Fri, 03 Feb 2006 15:05:08 +0000 MIME-Version: 1.0 X-Mailer: WebMail 2.5 X-Originating-IP: 213.145.98.9 X-Originating-Email: noip@webhost66.com Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Apache 2.0/2.2 + Suexec + Mod_Frontpage help X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, Curently i'm running Apache 1.3.34 + Suexec with PHP_Suexec + Mod_Frontpage_Mirfak and i have plans to upgrade to Apache version 2.0 or 2.2. The problems is that i can't find a easy way to make Frontpage to work with Suexec for Apache 2 (i hate Frontpage but we have many clients that are using it). The module that is provided from rtr.com doesn't works with Suexec Enabled with the newer versions of Apache 2.0. Mod_Frontpage_Mirfak is for Apache 1.3 only. For Apache 1.3 i've tried a simple patch that checks if the executable is the Frontpage binary and if it is - it is executed without Suexec. The patch is very simple: --- ./src/main/util_script.c.orig Wed Apr 3 13:42:49 2002 +++ ./src/main/util_script.c Wed Apr 3 13:47:30 2002 @@ -1182,6 +1182,7 @@ #elif defined(NETWARE) #else if (ap_suexec_enabled + && (strcmp(r->filename, "/usr/local/frontpage/version5.0/apache-fp/_vti_bin/fpexe")) && ((r->server->server_uid != ap_user_id) || (r->server->server_gid != ap_group_id) || (!strncmp("/~", r->uri, 2)))) { Is there a patch that makes Frontpage to works with Suexec ? And if there is not, is it possible something to be done like the patch that i've pasted above ? Or there is other solution ? Thank You Iavor --------------------------------------------------------------------- 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