With AcceptFilter https none HTTPS is broken.
Using the common used config for several vhosts:
<VirtualHost www.land10web.com:443>
DocumentRoot "f:/web/land10nl"
ServerName www.land10web.com:443
errorLog f:/log/apache/serror.log
RewriteEngine on
RewriteRule /(.*) http://%{HTTP_HOST}/$1 [P,L]
...
...
e.g. Chrome says:
Fout 107 (net::ERR_SSL_PROTOCOL_ERROR): Fout met SSL-protocol.
In the access log:
mother 85.223.52.177 - - [05/Jul/2011:21:15:45 +0200] "\x16\x03\x01" 400 370
"-" "-"
In error.log
[core:error] [pid 384:tid 2516] [client 85.223.52.177:55072] request failed:
invalid characters in URI
All is working fine with 2.2.19.
Steffen
----- Original Message -----
From: "William A. Rowe Jr." <wr...@rowe-clan.net>
Newsgroups: gmane.comp.apache.devel
To: <dev@httpd.apache.org>
Sent: Tuesday, July 05, 2011 5:52 AM
Subject: Re: Windows 2.3.13 :: Win32DisableAcceptEx
On 7/4/2011 9:46 AM, Steffen wrote:
The widely used Win32DisableAcceptEx is not anymore in 2.3.
Can someone confirm that this has the same effect:
AcceptFilter http none
AcceptFilter https none
Maybe an idea to update the upgrading docu on this subject ?
http://httpd.apache.org/docs/2.3/mod/core.html#acceptfilter
AcceptEx() is supported with AcceptFilter data, or connect, per
the documentation. AcceptEx() is not used for AcceptFilter none.