Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
litespeed_wiki:config:enable_quic:apache_configuration_with_direct_admin [2017/08/16 20:19]
Johathan Kagan
litespeed_wiki:config:enable_quic:apache_configuration_with_direct_admin [2017/08/23 20:05] (current)
Jackson Zhang
Line 1: Line 1:
 ====== How to enable QUIC through Apache configuration with Direct Admin ===== ====== How to enable QUIC through Apache configuration with Direct Admin =====
-==== Requirements ====+ 
 +To enable QUIC, there is no configuration change in LSWS. For control panel, QUIC is turned on by default for Apache HTTPS vhosts. 
 + 
 +All user need to do is open UDP port 443. 
 + 
 +HTTPS with trusted cert, 
 +UDP port 443 open at the firewall. 
 + 
 +The followings explain the directives could be possibly used but may not necessary at the initial stage. 
 + 
 + 
 +====== Directive examples ===== 
 +===== Requirements ​=====
   * Must have QUIC enabled in GUI/conf   * Must have QUIC enabled in GUI/conf
   * Must use either Chrome or Opera with QUIC enabled   * Must use either Chrome or Opera with QUIC enabled
Line 9: Line 21:
   * QUIC can be enabled at the server level, listener level or virtual host level   * QUIC can be enabled at the server level, listener level or virtual host level
  
-==== Configuration ====+===== Configuration ​=====
 If LSWS is reading your Apache configuration through Direct Admin you can use the a directive in that file to turn QUIC on or off at the server or vhost level. Add the following directive to the Apache configuration file. If LSWS is reading your Apache configuration through Direct Admin you can use the a directive in that file to turn QUIC on or off at the server or vhost level. Add the following directive to the Apache configuration file.
  
  • Admin
  • Last modified: 2017/08/16 20:19
  • by Johathan Kagan