Unable to Access IPv6 on Plesk Sites

After installing and switching to LSWS on Plesk, hosted sites are no longer accessible via IPv6

LSWS requires an IPv6 listener directive which is not contained by default in Plesk's Apache configuration files.

Add the following directive into /etc/httpd/conf/httpd.conf:

<IfModule LiteSpeed>
Listen [::]:80
Listen [::]:443
</IfModule>

Graceful restart LSWS to take effect.

  • Admin
  • Last modified: 2018/07/02 14:19
  • by Lisa Clarke