Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
29 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: ...
1
vote
1answer
73 views

IIS7.5 host headers multiple sites on localhost

I have troubles with iis7 host headers. I'd like to create a domain for managing mysql with phpmyadmin. I tried to configure with these settings without success :S The browser displays the ...
0
votes
1answer
47 views

Does an SMTP request contain host header information (or just the IP of the targeted SMTP server)?

We are using an external commercial smtp server for our newsletters (sending them through .NET components), and they offer two smtp URLs - smtp.critsend.com and fast.critsend.com -, and the second one ...
1
vote
1answer
56 views

Host Headers / Site Binding

I am going to prefix this that I am a programmer trying to figure out IIS7. I want to host two sites on my server. I created a second site and gave its own path. I added the two domains I want to ...
3
votes
1answer
48 views

Interesting IIS weird 404 for files that exist, but only for a specific host header

So, I have a site with 2 host headers: header1.somewhere.com header2.somewhere.com In this site, I have a virtual directory called Foo and it has various sub-directories 1, 2, 3 & 4 that have ...
2
votes
1answer
96 views

IIS HTTPS Host Headers

In IIS I need to map www.domain.com and domain.com to use a specific SSL certificate. I have tried using appcmd and editing applicationHost.config but I don't see how to tie each host-header to a ...
0
votes
1answer
102 views

How to configure host-header resolution in Windows Server 2003 IIS

i had a Windows 2000 server running two web-sites: Web-site: Newland IP Address TCP Port Host Header Name ================ ======== ================ (all unassigned) 80 Web-site: ...
1
vote
2answers
139 views

how to? 1 domain name, 1 ISP Static IP, 1 router, 3 physical web Servers

I have 1 Static IP from my ISP, 58.59.60.61 I have 3 local physical web servers: Win2008 IIS 7, local IP 192.168.10.11, mydomain.com Ubuntu Apache2, local IP 192.168.10.12, subdomain1.mydomain.com ...
0
votes
2answers
180 views

Email header problem

Please I need your help, and here is my problem with an email header I get: I use Postfix as SMTP and I don't want my Host Nameserver to appear in the email header, what changes should I do? As you ...
0
votes
2answers
535 views

TFS2010 - Correctly setting up Host Header

We have a TFS2010 install on a Win2008R2 Server running IIS7. I've created a host header for TFS and want to use that instead of machineName:8080. I am getting weird behavior from it now. Every ...
1
vote
2answers
473 views

How can I remove the default host header for SSL requests in IIS6

I have multiple sites setup on IIS 6 with host headers. One of those sites has an SSL certificate installed. So now if any of the non-SSL-enabled sites is requested with https it loads the ...
1
vote
1answer
821 views

Problem with authentication of users via IE when using “host header value”

I'm trying to set multiple web sites up in an IIS 6. I've got a working virtual site residing under the default web site, but if I create a new web site in IIS and assign it a host header value, let ...
0
votes
1answer
375 views

IIS6 windows authentication failure in secondary domain

Technical Setup We have a website set with no anonymous access on a webserver (webtest.work.local), and making use of two hostheader values (with appropriate DNS entries created): 1. ...
0
votes
1answer
772 views

How do I create host headers for internal ip address in IIS 6.0?

In IIS 6.0 I need to create host headers to host multiple websites on our web servers. We are using network load balancing manager to have a clustered web farm of three servers. Given that we use ...
0
votes
3answers
130 views

Can I use host headers for an SSL site?

I want to apply a certificate to one of my sites on IIS. At the moment, I use a single IP address and use host-headers, to give them friendly names. Can I do this for my SSL site or do I have to use ...
0
votes
1answer
122 views

Can you install a single domain certificate in IIS 6 with mutlple ip host headers?

If i have the A record in the dns pointed to a unique ip on our server, but have mutiple ip addresses associated with the host headers, will this cause an issue?
0
votes
2answers
258 views

How to set the priority of host headers in IIS 6?

On my IIS 6 Server i have two sites: Site 1: abc.def.com //Should respond only to header value abc.def.com Site 2: 12.34.56.78 //Should respond if no host header matches However it seems that site ...