https://issues.apache.org/bugzilla/show_bug.cgi?id=56068

Marwan Gedeon <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

--- Comment #4 from Marwan Gedeon <[email protected]> ---
Sorry, I'm manually renaming the NameServer values for confidentiality reasons,
while posting the bug, It seems I haven't renamed them all together
accordingly, that's why you're not seeing a match.

Let me build up my sample again in few words:

vhosts.conf:

NameVirtualHost *:80
NameVirtualHost  *:443

<VirtualHost *:80 *:443>
  ServerName dev.myserver.com
  ServerAlias dev2.myserver.com
</VirtualHost>

<VirtualHost *:80 *:443>
  ServerName dev3.myserver.com
</VirtualHost>

ssl.conf:

<VirtualHost _default_:443>
#commented ServerName entry
</VirtualHost>

httpd.conf:
#commented VirtualHost entry

My assumption was the _default_ host in ssl.conf is only used for IP based
virtual hosting, and I was expecting 'dev.myserver.com' to match within the
VirtualHost tag indicated above, however it matched in the main section of
httpd.conf. I would have to stress that the actual system hostname is
'dev.myserver.com'.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to