You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/06/01 11:30:53 UTC

DO NOT REPLY [Bug 35151] New: - mod_rewrite on x86_64 Fedora Core 3 segfaults apache

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35151>.
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=35151

           Summary: mod_rewrite on x86_64 Fedora Core 3 segfaults apache
           Product: Apache httpd-1.3
           Version: HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: critical
          Priority: P2
         Component: mod_rewrite
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: pszalbot@gmail.com


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.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org