Skip to content
  • Thomas Bellman's avatar
    57727842
    Don't generate NameVirtualHost directives for v2.4. · 57727842
    Thomas Bellman authored
    The NameVirtualHost directive has been deprecated since version 2.3.11
    of httpd; now name-based virtual hosting is automatically enabled for
    any IP/port combination used in more than one <VirtualHost> directive.
    NameVirtualHost is now a no-op, but gives a warning on startup, so
    don't generate those directives when running newer versions of httpd.
    57727842
    Don't generate NameVirtualHost directives for v2.4.
    Thomas Bellman authored
    The NameVirtualHost directive has been deprecated since version 2.3.11
    of httpd; now name-based virtual hosting is automatically enabled for
    any IP/port combination used in more than one <VirtualHost> directive.
    NameVirtualHost is now a no-op, but gives a warning on startup, so
    don't generate those directives when running newer versions of httpd.
Loading