mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
captive: Run apache in HTTP/1.0 mode
Reported-by: Daniel Weismüller <daniel.weismueller@ipfire.org> Tested-by: Daniel Weismüller <daniel.weismueller@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -3,6 +3,12 @@ Listen 1013
|
||||
<VirtualHost *:1013>
|
||||
DocumentRoot /srv/web/ipfire/html/captive
|
||||
|
||||
# Close all connections as soon as a reply has been sent.
|
||||
# Most browsers open loads of connections which then causes
|
||||
# the access page being loaded again after a correct coupon
|
||||
# code was entered.
|
||||
KeepAlive Off
|
||||
|
||||
ScriptAlias /cgi-bin/ /srv/web/ipfire/cgi-bin/captive/
|
||||
Alias /assets/ /srv/web/ipfire/html/captive/assets/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user