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 2002/06/19 20:39:01 UTC

DO NOT REPLY [Bug 10025] New: - mod_rewrite broken in 1.3.26 ?

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10025>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10025

mod_rewrite broken in 1.3.26 ?

           Summary: mod_rewrite broken in 1.3.26 ?
           Product: Apache httpd-1.3
           Version: HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_rewrite
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: peter.schlaf@controlware.de


I use mod_rewrite to conduct a http->https rewrite for all requests on Port 80:

RewriteEngine on
RewriteRule  ^$              https://harry.controlware.de/login/index.htm [L,R]
RewriteRule  ^/$             https://harry.controlware.de/login/index.htm [L,R]
RewriteRule  ^/index.htm$    https://harry.controlware.de/login/index.htm [L,R]
RewriteRule  ^/(.*)$         https://harry.controlware.de/$1 [L,R]

After update from 1.3.23 (mod_ssl was updated as well) I got a "Document 
contains no data" message in my browser. The error_log of my server shows a lot 
of these lines:
[Wed Jun 19 19:23:25 2002] [notice] child pid 26859 exit signal Segmentation 
fault (11)

For temporary solution I copied the mod_rewrite.so file from 1.3.23 
into /usr/local/apache_1.3.26/libexec . After that everything works fine again.


CU
Peter

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