-
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.
Thomas Bellman authoredThe 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