Hi Steffen,

On Mon, 14 Nov 2011, Steffen wrote:

The issue below seems not to be related to SSL.

Tested in different non-SSL configs with eg.
RewriteRule /sysadmin(.*) http://%{HTTP_HOST}:81/sysadmin$1 [P,L]

And different servers as the back, Sambar, Surge, DManager and Apache.

Sometimes it works but mostly it is not passing (good) URL info to the server.
Get errors like: "requested URL not found", "requested file: ()"

Does the 'sometimes' depend on the URL? I.e. do some URLs work and some don't?

Can you post errorlog output with "loglevel debug proxy:trace6 rewrite:trace6"? Thanks.

Cheers,
Stefan

It is a minimal config with a commonly used rewrite:

Listen 443
SSLEngine on
DocumentRoot f:/web/unknown
RewriteEngine on
RewriteRule /(.*) http://%{HTTP_HOST}/$1 [P,L]

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

Looks like more errors when I have "AcceptFilter https none" instead of
leaving this out.

Steffen

Reply via email to