This is an old revision of the document!


Can no longer access websites hosted on Plesk via IPv6.

After install and switched to LSWS, hosted sites are no longer accessible via IPv6

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

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

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

And graceful restart LSWS to take effect.

  • Admin
  • Last modified: 2018/07/02 11:37
  • by qtwrk