<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SupportSages &#187; IIS</title>
	<atom:link href="http://www.supportsages.com/blog/tag/iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.supportsages.com/blog</link>
	<description>Technical Support and Server Management : Musings in the fox hole.</description>
	<lastBuildDate>Fri, 16 Jul 2010 02:47:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bad Request (Invalid Hostname) when accessing via IP</title>
		<link>http://www.supportsages.com/blog/2009/12/bad-request-invalid-hostname-when-accessing-via-ip/</link>
		<comments>http://www.supportsages.com/blog/2009/12/bad-request-invalid-hostname-when-accessing-via-ip/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 19:19:57 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Bad Request]]></category>
		<category><![CDATA[Invalid Hostname]]></category>

		<guid isPermaLink="false">http://www.supportsages.com/blog/?p=610</guid>
		<description><![CDATA[Customer wanted to have a dedicated IP, but once I change the IP from the plesk control panel, I couldn't get the website when accessed using IP. Instead, it was giving me the plesk control panel's default page. Reason ? Default Website was having the IP as "All Unassigned". Set that to the main IP address. But after that I was getting a new error.

What I could get was "Bad Request (Invalid Hostname)" in bold letters. Here is what I did to fix the same.

Start -> Run -> inetmgr -> Expand the (+) -> Websites -> Right click on the ...]]></description>
			<content:encoded><![CDATA[<p>Customer wanted to have a dedicated IP, but once I change the IP from the plesk control panel, I couldn&#8217;t get the website when accessed using IP. Instead, it was giving me the plesk control panel&#8217;s default page. Reason ? Default Website was having the IP as &#8220;All Unassigned&#8221;. Set that to the main IP address. But after that I was getting a new error.</p>
<p>What I could get was &#8220;Bad Request (Invalid Hostname)&#8221; in bold letters. Here is what I did to fix the same.</p>
<p>Start -> Run -> inetmgr -> Expand the (+) -> Websites -> Right click on the domain name -> Take Properties -> Website -> IP Address (make sure that it has the dedicated IP assigned there) and then click &#8220;Advanced&#8221;</p>
<p><strong>Add/Edit Web Site Identification</strong></p>
<p>IP Address : Choose the dedicated IP from drop down list<br />
TCP/IP Port : 80<br />
Host Header Value : Leave it blank (Important)</p>
<p>Leaving the Host Header Value should fix the issue and fetch the website when accessing it using the IP.</p>
<p align="left"><a  class="tt" href="http://twitter.com/home/?status=Bad+Request+%28Invalid+Hostname%29+when+accessing+via+IP+http%3A%2F%2Fwww.supportsages.com%2Fblog%2F610" title="Post to Twitter"><img class="nothumb" src="http://www.supportsages.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a  class="tt" href="http://twitter.com/home/?status=Bad+Request+%28Invalid+Hostname%29+when+accessing+via+IP+http%3A%2F%2Fwww.supportsages.com%2Fblog%2F610" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.supportsages.com/blog/2009/12/bad-request-invalid-hostname-when-accessing-via-ip/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>One website in Plesk is asking for user name and password. What is the solution</title>
		<link>http://www.supportsages.com/blog/2009/04/one-website-in-plesk-is-asking-for-user-name-and-password-what-is-the-solution/</link>
		<comments>http://www.supportsages.com/blog/2009/04/one-website-in-plesk-is-asking-for-user-name-and-password-what-is-the-solution/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 08:18:55 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[permissions]]></category>

		<guid isPermaLink="false">http://www.supportsages.com/blog/?p=51</guid>
		<description><![CDATA[This is common issue, but solutions varies based on situations. It could be one or a combination of a solutions listed below. If you had to go through another solution to solve it, please add it over here for others.
<ul>
	<li>Permission issue was making the website to ask for the password. Run the Plesk permissions fix from the Plesk reconfigurator. It could help you 10% of the time</li>
	<li>If it is asking for username and password, right after you changed the password of the account, 80% of the cases, below command based solution would work.
<blockquote>cd %plesk_bin%
websrvmng --update-anon-password --domain-name=<strong>domainname.com</strong></blockquote>
</li>
	<li>Login to plesk, select the ...]]></description>
			<content:encoded><![CDATA[<p>This is common issue, but solutions varies based on situations. It could be one or a combination of a solutions listed below. If you had to go through another solution to solve it, please add it over here for others.</p>
<ul>
<li>Permission issue was making the website to ask for the password. Run the Plesk permissions fix from the Plesk reconfigurator. It could help you 10% of the time</li>
<li>If it is asking for username and password, right after you changed the password of the account, 80% of the cases, below command based solution would work.<br />
<blockquote><p>cd %plesk_bin%<br />
websrvmng &#8211;update-anon-password &#8211;domain-name=<strong>domainname.com</strong></p></blockquote>
</li>
<li>Login to plesk, select the domain, click web directories. And there, select the the protection tab and click remove protection if enabled &#8211; Only 5% chances to have this solve your issue <img src='http://www.supportsages.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>Try resetting the domain password from Plesk, with Additional Write/Modify permissions checked. This may sync the IUSR_username&#8217;s password and the Plesk/FTP password. If it didn&#8217;t move on to next option to manually synchronize it.</li>
<li>Go to IIS &gt; Web sites &gt; <strong>domainname.com</strong> &gt; Properties &gt; Directory Security tab &gt; Click on Edit button within “Authentication and access control” section &gt; enter “<strong>password</strong>” in password filed &gt; click OK.<br />
After that, Go to Users Management &gt; find user IUSR_<strong>pleskusername </strong>&gt; Right Click &gt; set password &gt; proceed &gt; enter “<strong>password</strong>” &gt; click OK. If this also didn&#8217;t fix, issue is much more serious and move on to next options</li>
<li>Depending on the Plesk versions you use, Plesk group `psacln` should be allowed to access  the server from the network. For that Go to, Administrative Tools &gt; Security Settings &gt; Local Polices &gt; User Rights Assignment &gt; Access this computer from the network</li>
<li>Check whether there is any new FTP accounts added with the &#8220;<label for="fid-home">Home directory</label>&#8221; as httpdocs itself. If so please remove it and then change the password at Domain Setup and save it</li>
<li>Check whether the <strong>plesk_username</strong> and<strong> IIS_pleskusernam</strong>e are added and has proper permissions for the <strong>DriveLetter</strong>:\Inetpub\vhosts\<strong>domainname.com</strong> as well as <strong>DriveLetter</strong>:\Inetpub\vhosts\<strong>domainname.com</strong>\httpdocs.</li>
</ul>
<p>Okay those are my current solutions.</p>
<p align="left"><a  class="tt" href="http://twitter.com/home/?status=One+website+in+Plesk+is+asking+for+user+name+and+password.+What+is+the+solution+http%3A%2F%2Fwww.supportsages.com%2Fblog%2F51" title="Post to Twitter"><img class="nothumb" src="http://www.supportsages.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a  class="tt" href="http://twitter.com/home/?status=One+website+in+Plesk+is+asking+for+user+name+and+password.+What+is+the+solution+http%3A%2F%2Fwww.supportsages.com%2Fblog%2F51" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.supportsages.com/blog/2009/04/one-website-in-plesk-is-asking-for-user-name-and-password-what-is-the-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
