Public bug reported:

Binary package hint: apache-common

The default site in /etc/apache2/sites-available/default sets the
default virtual virtual host as follows:

NameVirtualHost *
<VirtualHost *>
  ...
</VirtualHost>

This is all fine and dandy as long as there is no SSL site.

However, if there is, this will result in the following error:

VirtualHost *:443 -- mixing * ports and non-* ports with a
NameVirtualHost address is not supported, proceeding with undefined
results

Also specifying the port (80) for the default site (as well as any non-
SSL sites) makes this problem go away.

NameVirtualHost *:80
<VirtualHost *:80>
  ...
</VirtualHost>

** Affects: apache (Ubuntu)
     Importance: Undecided
         Status: New

-- 
In Apache2 template site use <Virtualhost  *:80> rather than <Virtualhost  *>
https://bugs.launchpad.net/bugs/137526
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to