Tagged Questions
The hostheaders tag has no wiki summary.
6
votes
3answers
4k views
How can you load balance an IIS 6 hosted WCF Service?
We use BigIP to load balance between our two IIS servers. We recently deployed a WCF service hosted on by IIS 6 onto these two Windows Server 2003R2 servers.
Each server is configured with two host ...
5
votes
2answers
69 views
How to do customer/client style subdomains using Node and Express
How does one allow customers to access a SaaS using their organization name in the domain?
For example, a web app, example.com, may have 2 customers, OrgA and OrbB.
Once logged in, each customer is ...
4
votes
2answers
580 views
Hosting many SSL sites on Azure using a wildcard certificate with MVC
The following application currently runs on a Windows 2008 R2 server that I'm attempting to migrate to Azure:
Part 1
First I have the following ASP.NET MVC site that routes customers based on the ...
3
votes
1answer
862 views
How can I change the IP address of all sites in IIS6 using powershell 1.0?
Using Powershell 1.0 under Windows Server 2003 with IIS 6.
I have about 200 sites that I would like to change the IP address for (as listed in the website properties on the "website" tab in the "Web ...
2
votes
1answer
225 views
Windows Azure Multiple Sites under single role - Staging Issue with host header
I have a "web" and "mobile" site that I'm launching within Azure of the same domain. Originally I was going to run each as a separate hosted service but this doubles the cost though it would allow me ...
2
votes
1answer
346 views
Access WCF Service by Host Name and IP
I have a WCF service that is load balanced on multiple boxes. We have setup host headers in IIS for the service website so that the host name, not the machine name, will show up in the WSDL (like ...
2
votes
1answer
41 views
Refactoring multiple instances of ecommerce software into single code base
Disclaimer, I am technical support and sysadmin for my company, not a developer. I'm not after the specifics, simply an idea if what I'd like to acheive is possible or not.
We host hundreds of ...
2
votes
2answers
1k views
IIS 6, tool to copy all site host headers?
I have a Server 2003 box with about 6 sites that each have about 15-20 host headers.
Is there a tool out there that will copy all the host header records and automatically move them to the new server ...
1
vote
2answers
234 views
In ASP.NET, is it possible to output cache by host name? ie varybyhost or varbyhostheader?
I've got a website that has a number of host headers. Depending on the host header, the results are different - both visually (theme'd) and data.
So lets imagine i have a website called 'Foo' - that ...
1
vote
2answers
516 views
Get original HOST address when the ASP.NET server is behind an ISA server as a reverse proxy
I'd like to know how could I get the original HOST IP when the web server is behind an ISA server acting as a reverse proxy.
Other reverse proxies -like squid- add the "X_FORWARDED_FOR" value to the ...
1
vote
1answer
2k views
Hosting Multiple Domains on Same Server Port with Apache2
How do I configure Apache2 via webmin or command-line (I'm using RHEL5 Linux) so that I can have multiple domains on the same server on the same port but in different subdirectories?
For instance, ...
0
votes
1answer
41 views
IIS Host Headers and non WWW to WWW
I know there's a bunch of examples on how to redirect your non www to your www site, but I'm not using any rewrite utils/ISAPI.
On my Windows 2008R2 box, I have several sites setup in IIS. I setup ...
0
votes
0answers
22 views
Host Header configuration for IIS
I am having some problems setting up a host header for a site. I want to create a second website like this using host headers in IIS
Site: masteradmin
Host Header: none
XXX.XXX.45.28
Site: ...
0
votes
0answers
87 views
Dynamic Sub Domain - Wildcard Host Header IIS7 [closed]
As you know, IIS doesn't support Wildcard Host Header with shared IP but my site is on a Dedicated IP and I'm able to add (*) to the DNS.
I have created * A IP.IP.IP.IP and successfully, ...
0
votes
2answers
233 views
IIS 6: Set up 2 SSL web apps on the same server on port 443
I was asked to create a sharepoint web application with ssl on a server with sharepoint 2010 installed. The problem is that this port seems to be in use for hosting our subversion repository. So when ...
0
votes
2answers
64 views
what is the received header when host header value with curl is not set
I am sending a curl request but i am not setting the host header explicitly. What will be the host header as received by the remote url? Will it be my site's domain, or will be automatically be the ...
0
votes
1answer
123 views
How to make a WCF Service hosted in IIS 6 Use the Host Name in Metadata instead of the IP Address?
Can anyone confirm or deny that it is possible to set an IP address as a host header on IIS 6.0?
I have seen others on forums that claim to have made this work however I am having no luck with a "Bad ...
0
votes
2answers
302 views
WCF is using the computer name instead of the IP address and cannot be resolved
I have a WCF service that works fine on the LAN but when trying to access it from outside the service reference fails.
My WCF service is hosted on a win2k3 box that is using a static IP no domain.
0
votes
1answer
322 views
Deploying WCF - Need to Set the Host Headers on an SSL Site
Using Visual Studio 2010 / .NET 4.0
I've been at this for hours but I'll try to be specific.
I'm deploying a WCF 4.0 Service to IIS 7. It works fine under http. I can add a service reference from ...
0
votes
2answers
233 views
Can I get the webServer's name when a host header is set (IIS, asp.Net)
Is it possible to find what the Web Server's name is when the host header is set to something else in an asp.net web app? Environment is a company intranet, Windows 2003 server (IIS 6).
e.g. the ...
0
votes
1answer
84 views
How do I fill in the Internet Server Certificate request form in IIS7?
I'm requesting my first SSL certificate for one of a pair of test servers (2008 R2, IIS7). Our CA is not part of AD so I've worked out that I need to do the 'request an Internet certificate'. That ...
0
votes
6answers
3k views
Using IP Addresses or Host Headers in IIS
I was wondering about the best practices regarding this? I know there are two ways to use IIS and host multiple websites.
The first is to have an IP for every website
The second is to use host ...
0
votes
1answer
2k views
Publishing multiple sites on a single instance of umbraco
I am looking to setup a parallel site to one already that already uses umbraco for its content management system. The new site would share admins, templates, macros, and media resources, but not any ...
0
votes
4answers
2k views
How can I access a website configured with host headers in IIS on the local machine?
When using host headers to host multiple websites on the same IP address in IIS, is there any way of accessing that website from a browser running on the local machine?
This is normally required when ...