You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document why FallbackResource should not be used with mod_wsgi.
Add a configuration-issues section explaining that FallbackResource
routes via a mod_dir subrequest plus ap_internal_fast_redirect, which
makes the main request adopt the subrequest's output filter chain. When
the response length becomes unknown (for example under mod_deflate) the
response goes chunked but is not chunk framed, hanging clients. This is
outside mod_wsgi's control; point users at the Alias and RewriteCond
recipes instead, and add a cross-reference label to the Alias section.
0 commit comments