Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5A6CC7413 for ; Tue, 15 Nov 2011 17:20:28 +0000 (UTC) Received: (qmail 96425 invoked by uid 500); 15 Nov 2011 17:20:27 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 96334 invoked by uid 500); 15 Nov 2011 17:20:27 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 96326 invoked by uid 99); 15 Nov 2011 17:20:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Nov 2011 17:20:27 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 76.96.30.16 is neither permitted nor denied by domain of jim@jagunet.com) Received: from [76.96.30.16] (HELO qmta01.emeryville.ca.mail.comcast.net) (76.96.30.16) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Nov 2011 17:20:18 +0000 Received: from omta24.emeryville.ca.mail.comcast.net ([76.96.30.92]) by qmta01.emeryville.ca.mail.comcast.net with comcast id xUWE1h0071zF43QA1VKqXD; Tue, 15 Nov 2011 17:19:50 +0000 Received: from [192.168.199.10] ([69.251.84.64]) by omta24.emeryville.ca.mail.comcast.net with comcast id xVcR1h01F1PGofZ8kVcShf; Tue, 15 Nov 2011 17:36:27 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1251.1) Subject: Re: 2.3.15 RewriteRule P From: Jim Jagielski In-Reply-To: <> Date: Tue, 15 Nov 2011 12:19:54 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: References: <> To: dev@httpd.apache.org X-Mailer: Apple Mail (2.1251.1) X-Virus-Checked: Checked by ClamAV on apache.org Am I correct in assuming this is just under Windows...?? On Nov 14, 2011, at 1:31 PM, Steffen wrote: > The issue below seems not to be related to SSL. >=20 > Tested in different non-SSL configs with eg. > RewriteRule /sysadmin(.*) http://%{HTTP_HOST}:81/sysadmin$1 [P,L] >=20 > And different servers as the back, Sambar, Surge, DManager and Apache. >=20 > Sometimes it works but mostly it is not passing (good) URL info to the = server. > Get errors like: "requested URL not found", "requested file: ()" >=20 > Using the ProxyPass directive, no issues. >=20 > Same configs are working with 2.2 without issues. >=20 > Steffen >=20 >>=20 >> --- Original message --- >> Subject: Re: [VOTE] Release 2.3.15-beta as beta >> From: Steffen >> To: >> Date: Saturday, 12/11/2011 16:26 >>=20 >> Building fine on Windows, except mod_lua is complaining that it = cannot fine >> mod_ssl.h, just copied it and all fine. >>=20 >> Still the issue: >> When run in DOS box, not shutting down when closing window, as = service no >> problem. >>=20 >> A real problematic one is: >>=20 >> When running still issues with SSL, pages and/or image not displayed, = is >> random. Some errors from the browser: >>=20 >> Unable to make a secure connection to the server. This may be a = problem with >> the server, or it may be requiring a client authentication = certificate that >> you don't have. >> Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error. >>=20 >> The webpage at https://www.land10mail.com/ might be temporarily down = or it >> may have moved permanently to a new web address. >> Error 15 (net::ERR_SOCKET_NOT_CONNECTED): Unknown error >>=20 >> With 2.2.21 and the exact same config, no problems. >>=20 >> The config is: >>=20 >> For SSL, running a Apache 443 only in front of a Apache 80. Using = signed >> certificate. >>=20 >> It is a minimal config with a commonly used rewrite: >>=20 >> Listen 443 >> SSLEngine on >> DocumentRoot f:/web/unknown >> RewriteEngine on >> RewriteRule /(.*) http://%{HTTP_HOST}/$1 [P,L] >>=20 >> In the log no clue, only >> [ssl:info] [pid 6836:tid 2588] (70014)End of file found: [client >> 85.223.52.177:38857] SSL input filter read failed. >> But that I see also with 2.2.21 >>=20 >> Looks like more errors when I have "AcceptFilter https none" instead = of >> leaving this out. >>=20 >> Steffen >>=20 >=20 >=20 >=20