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=14990>. 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=14990 2.0.43 dumps core when reading config Summary: 2.0.43 dumps core when reading config Product: Apache httpd-2.0 Version: 2.0.43 Platform: Other OS/Version: Other Status: NEW Severity: Blocker Priority: Other Component: Runtime Config AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] OS: IRIX 6.5.18m, C compiler is 7.3.1.3m. Apache compiled using the following command line: CC=cc ./configure --prefix=/tmp/apache --with-mpm=worker --enable-rewrite --enable-expires --enable-usertrack --enable-proxy --enable-so --enable-ssl --with-ssl=/sys/inet/ssl When a RewriteRule entry is found of the following form, apache dumps core when reading the configuration: RewriteRule ^/foobar.html$ http://an.other.server/blah/milm.html [P] Changing to the following removes the problem: RewriteRule ^/foobar.html(.*)$ http://an.other.server/blah/milm.html [P] Have tested on other platforms; solaris 2.6 does not seem to suffer from this issue. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
