|
|||||||||||
|
DO NOT REPLY [Bug 10025] New: - mod_rewrite broken in 1.3.26 ?
From: <bugzilla(at)apache.org>
Date: Wed Jun 19 2002 - 14:39:01 EDT
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:
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
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org Received on Wed Jun 19 18:38:53 2002 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 16:43:40 EDT |
||||||||||
|
|||||||||||