Dualstack

  • Für apache2 und bind9 gibt es dezeit jeweils ein Listenerskript. Eine vollständige Implementierung wird es in der 2.x.x geben.

  • Look in your i-MSCP archive (contrib diretory).


    https://github.com/i-MSCP/imsc…2/10_apache2_dualstack.pl

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • I moved to another server and copied my dualstack listener file (only to add one ipv6 addresse to every domain). Now I have a problem using ssl and ipv6.


    Ipv4 is working great, but somehow the listener gets ... confused ... which port it should use:


    Apache port 80 configuration file of a domain:

    Code
    1. <VirtualHost 123.123.123.123:80 [aaaa:bbbb:cccc:dddd:eeee:ffff:0000:1111]:443>


    Apache port 443 (ssl) configuration file of a domain:


    Code
    1. <VirtualHost 123.123.123.123:443 [aaaa:bbbb:cccc:dddd:eeee:ffff:0000:1111]:80>


    • Can anyone tell me what I am doing wrong? This script worked on my old server without ony troubles.
    • Is there a way to tell I-MSCP to recreate the vhost information after fixing this?
  • thank you very much @Ninos - is there a way to reconfigure all my domains using this listener?

    Ok found it in the first post, sry (perl /var/www/imscp/engine/setup/imscp-setup)