This is an old revision of the document!


How to enable QUIC through Apache configuration with Direct Admin

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.

<IfModule LiteSpeed>
  QuicEnable on|off
</IfModule>

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 should only be used for HTTPS vhosts.

  • Admin
  • Last modified: 2017/07/27 13:18
  • by Lisa Clarke