Select the product you need help with
HOW TO: Restrict Site Access by IP Address or Domain NameArticle ID: 324066 - View products that this article applies to. This article was previously published under Q324066 On This PageSUMMARY
This article describes how to translate the Apache settings that restrict access to a folder or a Web site by Internet Protocol (IP) address or domain name to the settings that are required in IIS. Setting Folder Security by IP Address or Domain NameApache uses the Allow and Deny directives to determine the sites that can access a particular Web site or folder. However, Apache provides discretionary access control; you must either deny all sites and provide a specific list of sites or IP addresses that can access a folder or allow all sites and deny only those sites that you do not want to have access. For example, if you use the following directive, all client computers are denied access unless they are recognized as part of the domain.com domain:Deny from all Allow from .domain.com IIS works the same way. All clients are specifically denied or granted access, except for those that are listed. Define Access Control for Specific Folder or Site
REFERENCESFor additional information about securing IIS for a migration from UNIX to Windows, click the article number below
to view the article in the Microsoft Knowledge Base:
324216
(http://support.microsoft.com/kb/324216/EN-US/
)
HOW TO: Secure IIS in a UNIX-to-Windows Migration
PropertiesArticle ID: 324066 - Last Review: November 21, 2006 - Revision: 3.2 APPLIES TO
| Article Translations
|


Back to the top








