Return-Path: Delivered-To: apache-bugdb-archive@hyperreal.org Received: (qmail 22332 invoked by uid 6000); 30 Sep 1998 19:30:07 -0000 Received: (qmail 22136 invoked by uid 2001); 30 Sep 1998 19:30:00 -0000 Received: (qmail 22067 invoked by uid 2012); 30 Sep 1998 19:29:56 -0000 Message-Id: <19980930192956.22066.qmail@hyperreal.org> Date: 30 Sep 1998 19:29:56 -0000 From: Martin Lathoud Reply-To: nytral@netsurf.org To: apbugs@hyperreal.org X-Send-Pr-Version: 3.2 Subject: config/3112: official patch not solving htaccess/php3 problem Sender: apache-bugdb-owner@apache.org Precedence: bulk >Number: 3112 >Category: config >Synopsis: official patch not solving htaccess/php3 problem >Confidential: no >Severity: serious >Priority: medium >Responsible: apache >State: open >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Wed Sep 30 12:30:00 PDT 1998 >Last-Modified: >Originator: nytral@netsurf.org >Organization: apache >Release: 1.3.2, 1.3_19980930131214 >Environment: Linux 2.0.35 GCC 2.7.2.1 libc 5.4.33 >Description: Have compiled apache-1.3.2 and latest CVS snapshot + php3.0.4, not solving the htaccess error. It worked with the first patch from Roy Fielding: diff -u -r1.128 http_config.c --- http_config.c 1998/09/21 21:09:47 1.128 +++ http_config.c 1998/09/25 07:41:49 @@ -1229,7 +1229,10 @@ filename = ap_make_full_path(r->pool, d, w); f = ap_pcfg_openfile(r->pool, filename); } - if (f) { + if (!access_name[0]) { + dc = NULL; + } + else if (f) { but it looked like some other problems occured with cgi execution.. The second official patch gives no results. >How-To-Repeat: >Fix: Jordan Mendelson wrote: > In case anyone cares.. simply adding _REENTRANT=1 to src/Configure like: > > CFLAGS="$CFLAGS -DLINUX=2 -D_REENTRANT=1" ... posted on comp.infosystems.www.servers.unix >Audit-Trail: >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]