Article ID: 324090 - Last Review: November 21, 2006 - Revision: 3.3 HOW TO: Start and Stop Individual Web Sites in IISThis article was previously published under Q324090 On This PageSUMMARY
This article describes the differences between starting and stopping Web sites in both Apache and IIS and describes how to control the Web site status in Internet Information Services (IIS). Comparing Apache Web Site Controls to IIS Web Site ControlsWhen you use Apache, you can control the Web server by using the Apachectl utility. You can use this utility to start, stop, and restart the Web server (typically, you use this tool after you used change configurations). To turn off or turn on individual Web sites, you have to modify the configuration file, and then restart the whole Web server process. When you do so, other sites that are hosted by the same server are affected.When you use IIS, each Web site is treated individually. As a result, you can start and stop an individual Web site without affecting the whole server. You also do not have to restart the Web server when you change a configuration. If you change a configuration, the changes take effect immediately. If you only want to temporarily pause the server for a single Web site, you can pause and resume the site without performing a complete shutdown or startup sequence. Starting an Individual Web SiteYou can start an individual Web site without affecting the operation of any other Web site that is being that is supported by a server that is maintained by Internet Services Manager.To start an individual Web site that has previously been stopped:
Stopping an Individual Web SiteYou can stop an individual Web site without affecting the operation of any other Web site that is supported by a server that is maintained by Internet Services Manager.To stop an individual Web site:
Pausing and Resuming an Individual Web SiteIf you pause and resume a Web site, IIS stops accepting requests or stops processing any existing requests. If you pause a Web site, you can temporarily reduce the load on a computer or make significant changes to the folder structure or the document structure.To pause or resume an individual Web site:
REFERENCESFor additional information about performing maintenance tasks after a UNIX to Windows migration, click the article number below
to view the article in the Microsoft Knowledge Base:
324539
(http://support.microsoft.com/kb/324539/EN-US/
)
HOW TO: Perform Maintenance and Ancillary Tasks After a UNIX to Windows Migration
| Article Translations
|
Back to the top
