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_plesk [2017/08/16 20:19]
Johathan Kagan
litespeed_wiki:config:enable_quic:apache_configuration_with_plesk [2018/02/20 16:20] (current)
Lisa Clarke Proofreading
Line 1: Line 1:
-====== How to enable ​QUIC through ​Apache ​configuration ​with Plesk =====+====== How to Enable ​QUIC Through ​Apache ​Configuration ​with Plesk ===== 
 + 
 +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 ===== ===== Requirements =====
   * Must have QUIC enabled in GUI/conf   * Must have QUIC enabled in GUI/conf
Line 18: Line 30:
 When you set QuicEnable at the Apache server level, all vhosts will use that setting as their default. Vhosts level can not rewrite server level.\\ When you set QuicEnable at the Apache server level, all vhosts will use that setting as their default. Vhosts level can not rewrite server level.\\
 Please bear in mind that QUIC can only be used for HTTPS vhosts. Please bear in mind that QUIC can only be used for HTTPS vhosts.
 +
 +==== How to Disable it at the Vhost Level ====
 +Add the following lines into ''/​var/​www/​vhosts/​system/​your-domain/​conf/​vhost_ssl.conf''​. Create this file if it doesn'​t exist.
 +
 +  <​IfModule LiteSpeed>​
 +    QuicEnable off
 +  </​IfModule>​
 +
  
  • Admin
  • Last modified: 2017/08/16 20:19
  • by Johathan Kagan