-
Posted to
IIS7 - Configuration & Scripting
by
Net_Srak
on
04-09-2007, 1:46 PM
Well, that is the beauty of a specification. There are no other perspectives than the specification, and it is not part of the specification how the server internally maps a request to a specific website. Remember; if I enter the address http://blabla.example.com/ the headers sent to IIS would be exactly the same even if the server supports ...
-
Posted to
IIS7 - Configuration & Scripting
by
Net_Srak
on
04-07-2007, 11:59 AM
But this has nothing to do with specification. It is usability, administration and convenience. The specification includes nothing about multiple host headers (which is possible) or many other of the features supported (scripting, virtual directories and so on).
The HTTP specification describes the rules of the web server to communicate with ...
-
Posted to
IIS7 - Configuration & Scripting
by
Net_Srak
on
04-06-2007, 5:44 PM
This issue isn't posted to get temporary and bad fixes. It is raised to give attention to an ongoing problem with the both old IIS versions as well as the newest 7.0. It is brought up in hope for a extension to future versions allowing wildcard hostname as all other webservers.As of this writing, the amount of registered .com-domains equals nearly ...
-
Posted to
IIS7 - Configuration & Scripting
by
Net_Srak
on
04-05-2007, 3:46 PM
I repeat ''wildcard host headers''. This means all *.example.com maps to a single website where *.example.org could map to a different website, even though both DNS records resolves to the same IP.
There are many different reasons for using a heavy load of subdomains and none, and it all requires, that you don't have to add all these manually (or ...
-
Posted to
IIS7 - Configuration & Scripting
by
Net_Srak
on
04-05-2007, 1:24 PM
I want wildcard subdomains, which is not currently possible.
I have heard all kind of arguments, all terrible.
-
The HTTP 1.0 or 1.1 specfication wont don’t
allow wildcard host headers
FACT IS: This is a configuration setting related to IIS and how to resolve a
given hostname to a ...