Closed (fixed)
Project:
Provision
Version:
6.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2011 at 12:28 UTC
Updated:
12 Jun 2014 at 08:41 UTC
Jump to comment: Most recent
Depending on the parent environment and network configuration, like Amazon EC2, VirtualBox etc, the IP is not always correctly printed in the vhost file, while it should fall back to the wildcard * in this case, like it is used in the Apache version by default for non-SSL vhosts.
Comments
Comment #1
omega8cc commentedThis commit fixes the issue: http://drupalcode.org/sandbox/omega8cc/1111100.git/commit/f8b91b7
Comment #2
omega8cc commentedWe have to modify the server config template again to avoid issue with no longer working default vhost, as any vhost with defined IP instead of wildcard will take precedence over default.
For the same reason we can't switch now to use wildcard only everywhere, because it could break configuration on upgrade, until all vhosts/sites are re-verified.
The fix: http://drupalcode.org/sandbox/omega8cc/1111100.git/commit/da0afdf
Comment #3
anarcat commentedSeems reasonable, pushed to both 2.x and 1.x.