Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 23325 invoked by uid 500); 8 Jul 2003 22:08:49 -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 23305 invoked from network); 8 Jul 2003 22:08:48 -0000 Received: from fw1.dt.navy.mil (192.5.27.135) by daedalus.apache.org with SMTP; 8 Jul 2003 22:08:48 -0000 Received: by FW1.dt.navy.mil; id SAA11841; Tue, 8 Jul 2003 18:08:55 -0400 (EDT) Received: from unknown(130.46.225.16) by FW1.dt.navy.mil via smap (V5.5) id xma011483; Tue, 8 Jul 03 18:07:57 -0400 Received: from NAVGATE.dt.navy.mil (NAVGATE.dt.navy.mil [130.46.225.15]) by smtprelay.dt.navy.mil (8.11.6/8.11.6) with SMTP id h68M7vp29390 for ; Tue, 8 Jul 2003 18:07:57 -0400 Received: from crbeex01.nswccd.navy.mil ([130.46.225.84]) by NAVGATE.dt.navy.mil (NAVGW 2.5.2.17) with SMTP id M2003070818075714214 for ; Tue, 08 Jul 2003 18:07:57 -0400 Received: by crbeex01.nswccd.navy.mil with Internet Mail Service (5.5.2653.19) id <332BL5XW>; Tue, 8 Jul 2003 18:07:57 -0400 Message-ID: <99A6EA6600C8D211A9C70090272A7BEDB43A79@CRBVEX01.dt.navy.mil> From: Troxel Steven O CRBV To: "'users@httpd.apache.org'" Date: Tue, 8 Jul 2003 18:07:50 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="ISO-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] SetEnv Bug in .htaccess files with a hierarchy? I have encountered some difficulties with SetEnv in .htaccess files using Apache/2.0.40 If for example ./html/.htaccess contains #----- SetEnv TEST "test" #----- and ./html/test_dir/.htaccess contains #----- SetEnv NEXT_TEST "test" #----- Then accessing http:/somewhere.com/test_dir I get no http response and an error log message is generated [Tue Jul 08 14:54:52 2003] [notice] child pid 2385 exit signal Segmentation fault (11) If only one .htaccess file contains a SetEnv then no problem is encountered it is only when SetEnv occurs twice in .htaccess files within a directory hierarchy. --------------------------------------------------------------------- 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