File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,17 @@ RewriteRule Makefile$ - [F]
99
99
RewriteEngine Off
100
100
</Directory>
101
101
102
+ <IfModule proxy_fcgi_module>
103
+ # Configure the Apache FastCGI proxy module to flush chunks of data after
104
+ # 500ms even if the buffer is not full. This prevents delayed events and
105
+ # half-flushed event objects in a streaming event feed.
106
+ # Related: https://svn.apache.org/viewvc?view=revision&revision=1802040
107
+ <Proxy "fcgi://localhost">
108
+ ProxySet flushpackets=auto
109
+ ProxySet flushwait=500
110
+ </Proxy>
111
+ </IfModule>
112
+
102
113
# When running a proxy or loadbalancer in front of this apache instance,
103
114
# you can use these directives to trust the proxy / loadbalancer and let
104
115
# this apache instance use the correct client IP. Note that if you use a
You can’t perform that action at this time.
0 commit comments