0% found this document useful (0 votes)
56 views

Iis Web Server

The document provides instructions for configuring and creating websites using IIS (Internet Information Services) on a Windows server. It explains how to configure the default website settings by modifying properties like the description, IP address, and home directory folder. It also describes how to create a new website by providing a description, selecting the IP address and port number, and choosing the home directory folder. The key steps are mapped to their equivalents for the Apache web server to understand the translations between the two systems.

Uploaded by

gwapoko09
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
56 views

Iis Web Server

The document provides instructions for configuring and creating websites using IIS (Internet Information Services) on a Windows server. It explains how to configure the default website settings by modifying properties like the description, IP address, and home directory folder. It also describes how to create a new website by providing a description, selecting the IP address and port number, and choosing the home directory folder. The key steps are mapped to their equivalents for the Apache web server to understand the translations between the two systems.

Uploaded by

gwapoko09
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

I.

Title:
HOW TO activate iis in web server

II. OBJECTIVES:
To know how to make a website by using deffirent kind of web
server for example apache, joomla and other web server

III. EQUIPMENTS AND SOFTWARE USED:


Computer unit and apache software

IV. DETAILED PROCEDURE

Configure a default Web site


When you install IIS, it is preconfigured to serve as a default Web site; however, you may want to change
some of the settings. To change the basic settings for the Web site and to emulate the steps that are
required to set up Apache for the first time by using the configuration file:

1. Log on to the Web server computer as an administrator.


2. Click Start, point to Settings, and then click Control Panel.
3. Double-click Administrative Tools, and then double-click Internet Services Manager.
4. Right-click the Web site that you want to configure in the left pane, and then clickProperties.
5. Click the Web site tab.
6. Type a description for the Web site in the Description box.
7. Type the Internet Protocol (IP) address to use for the Web site or leave the All
(Unassigned) default setting.
8. Modify the Transmission Control Protocol (TCP) port as appropriate.
9. Click the Home Directory tab.
10. To use a folder on the local computer, click A directory on this computer, and then
clickBrowse to locate the folder that you want to use.
11. To use a folder that has been shared from another computer on the network, click A share located
on another computer, and then either type the network path or click Browse to select the shared
folder.
12. Click Read to grant read access to the folder (required).
13. Click OK to accept the Web site properties.
Create a new Web site
To create a new Web site in Apache, you must set up a virtual host and configure the individual settings for
the host. If you are using IIS, you can create a new Web site by translating the following terms to the IIS
equivalents:
Apache term IIS term

DocumentRoot IIS Web Site Home Directory

ServerName IIS Host Header

Listen IIS IP Address and TCP Port


To create a new Web site in IIS, follow these steps:

1. Log on to the Web server computer as an administrator.


2. Click Start, point to Settings, and then click Control Panel.
3. Double-click Administrative Tools, and then double-click Internet Services Manager.
4. Click Action, point to New, and then click Web Site.
5. After the Web Site Creation Wizard starts, click Next.
6. Type a description for the Web site.

This description is used internally to identify the Web site in Internet Services Manager only.
7. Select the IP address to use for the site.

If you select All (unassigned), the Web site is accessible on all interfaces and all configured IP
addresses.
8. Type the TCP port number to publish the site on.
9. Type the Host Header name (the real name that is used to access this site).
10. Click Next.
11. Either type the path to the folder that is holding the Web site documents or click Browse to select
the folder, and then click Next.
12. Select the access permissions for the Web site, and then click Next.
13. Click Finish.

V. GROUP OBSERVATION

We observe that in activiting IIS using web server is very easy.


You can directly see your web site. Not like apache it’s more difficult
. The IIS is more easy

VI. SUMMARY AND CONCLUSION

VII. RATINGS

You might also like