From owner-freebsd-questions@FreeBSD.ORG Fri Aug 4 08:12:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA4D616A4DA for ; Fri, 4 Aug 2006 08:12:47 +0000 (UTC) (envelope-from freebsdlists@bsdunix.ch) Received: from mail01.solnet.ch (mail01.solnet.ch [212.101.4.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 504A743D46 for ; Fri, 4 Aug 2006 08:12:46 +0000 (GMT) (envelope-from freebsdlists@bsdunix.ch) Received: from mail01.solnet.ch ([127.0.0.1]) by localhost (mail01.solnet.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10133-01-78 for ; Fri, 4 Aug 2006 08:12:44 +0000 (GMT) Received: from [192.168.1.100] (unknown [82.220.17.23]) by mail01.solnet.ch (Postfix) with ESMTP id 98E4662728 for ; Fri, 4 Aug 2006 08:12:43 +0000 (GMT) Message-ID: <44D3017B.2090904@bsdunix.ch> Date: Fri, 04 Aug 2006 10:12:43 +0200 From: Thomas User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mail01.solnet.ch X-Amavis-Alert: BAD HEADER Improper folded header field made up entirely of whitespace in message header 'Subject': Subject: mod_rewrite does not work with apache13-modssl and enabled modaccel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Aug 2006 08:12:47 -0000 Hello I compiled apache13-modssl with WITH_APACHE_MODACCEL=YES. With enabled MODACCEL my mod_rewrite does not work as expected. I get this error message: [error] [client xxx.xxx.xxx.xxx] attempt to make remote request from mod_rewrite without proxy enabled: proxy:http://mysite/foobar/traffic System: Freebsd 4.11 Apache13-modssl port from 1. August 2006 ssl_config.include: ProxyRequests Off RewriteRule ^/login/foobar/monitor/(.*)$ http://mysite/foobar/traffic/$1 [P,L] ProxyPassReverse /login/foobar/monitor/ http://mysite/foobar/traffic/ I rebuilded apache13-modssl without MODACCEL and then everything works perfectly. So i doubt that's a config error. Is this a known behavior? regards, Thomas