Bug 35151 - mod_rewrite on x86_64 Fedora Core 3 segfaults apache
Summary: mod_rewrite on x86_64 Fedora Core 3 segfaults apache
Status: RESOLVED DUPLICATE of bug 31858
Alias: None
Product: Apache httpd-1.3
Classification: Unclassified
Component: mod_rewrite (show other bugs)
Version: HEAD
Hardware: PC Linux
: P2 critical (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-01 11:30 UTC by Pavel Szalbot
Modified: 2005-06-01 03:50 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Szalbot 2005-06-01 11:30:49 UTC
Hi,

I migrated website running on Apache 1.3.33 (built from sources) from Fedora
Core 3 32bit -> 64bit and site is malfunctioning now. 
I use these per-directory mod_rewrite rules:

RewriteEngine On
RewriteCond %{HTTP_HOST} web\.(com|net)
RewriteRule ^$ client/%1/index.php [L]

RewriteCond %{HTTP_HOST} web\.(com|net)
RewriteRule ^x(.*) client/%1/$1

RewriteRule ^client/(com|net)/LX-([^-/]+)/*$ client/$1/lx.php?x=$2

...

After query for homepage, '[Wed Jun  1 10:33:50 2005] [notice] child pid 8816
exit signal Segmentation fault (11)' appends to error log file. 

Without 2nd and 3rd rule everything is ok.

Using 64bit processors (dual Opteron) on 32bit OS works fine.
Comment 1 Joe Orton 2005-06-01 11:50:29 UTC

*** This bug has been marked as a duplicate of 31858 ***