NameVirtualHost has no effect and will be removed in the next release

Discussion in 'Installation/Configuration' started by conny2540, Feb 22, 2019.

  1. conny2540

    conny2540 Member

    Hi,
    I'm using ispconfig 3.1.13 and I'm having constant apache error:
    NameVirtualHost has no effect and will be removed in the next release /etc/apache2/sites-enabled/000-ispconfig.conf:73
    As I'm using default configuration I cannot figure out, what I should do here. Can somebody please help me what I should change on line 73 ?
    This is the block. First line is 73
    NameVirtualHost *:80
    NameVirtualHost *:443
    NameVirtualHost IP of server:80
    NameVirtualHost IP of server:443
    NameVirtualHost [xxxxxxxxxxxx]:80
    NameVirtualHost [xxxxxxxxxxxx]:443

    All sites are working, mode_rewrite is also working and default install. I've installed apache and ispconfig with this howtoforge tutorial: https://www.howtoforge.com/tutorial...l-pureftpd-bind-postfix-doveot-and-ispconfig/
     
  2. conny2540

    conny2540 Member

    Sorry, please move my question to ISPConfig forum section, I've seen it afterwards that here is only for apache problems.
     
  3. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    That is not an error message, it is a warning.
    You should read the apache documentation about that NameVirtualHost directive to find out what it does.
    Alternatively, use Internet Search Engines with that error message to find out what it means.
    Code:
    NameVirtualHost has no effect and will be removed in the next release
    Nothing. Wait until next version of your operating system and ISPConfig that supports that operating system version, and that warning goes away.
     
  4. conny2540

    conny2540 Member

    Thnxs.
     

Share This Page