Matthew S Well-known member Aug 26, 2020 #2 Check the documentation for your HTTP server. Upvote 0 Downvote
B briansol Well-known member Aug 26, 2020 #3 yeah, not a part of XF or any other installed software... it's native to the webserver itself that does the serving, likely apache or nginx. Assuming apache, You can stuff it in an htaccess file, although root access to httpd.conf may be necessary depending on your host's configuration. Code: # BEGIN KeepAlive <ifModule mod_headers.c> Header set Connection keep-alive </ifModule> Upvote 0 Downvote
yeah, not a part of XF or any other installed software... it's native to the webserver itself that does the serving, likely apache or nginx. Assuming apache, You can stuff it in an htaccess file, although root access to httpd.conf may be necessary depending on your host's configuration. Code: # BEGIN KeepAlive <ifModule mod_headers.c> Header set Connection keep-alive </ifModule>