Four Guidelines About Building A Server to Run on Microsoft Windows Server
Hosting your own website is not to be considered such a hard task once you know what you are doing and will require a good head for system networks as well as a lot of ambition. It you are not by any change intimidates by network configuration settings and you are confident that you will succeed in managing to administrate your server, you will be having a few software options for building the host server. The below guidelines will target the most popular program – Internet Information Server (Microsoft Windows Server), but you might be interested in investigating WebSphere, Google Web Server and Tux for determining if they might be better for your needs.
Building Your Server – Microsoft Windows Server
1. Install your base operating system on your computer and which will act as the web hosting server.
2. Use your basic network settings for configuring the server. Navigate to your Control Panel and choose “Network Settings.” With a right click on the most appropriate network connection after which you may select “Proprieties.” At this point, you may double-click on whatever version of Internet Protocol (IP) you may be using (probably 4 or 6). Under the General tab, you will choose “Use the following IP address” and enter the details of your permanent IP address you are interested in using.
3. Start installing the internet Information Server web host files on your computer by selecting “Server Manager” from the Start menu. After which you have selected “Add Roles,” you can choose “Web Server.” You must be sure you run the Windows 2008 installation files.
4. You may finalize your setup of Apache or IIS web servers. You want to make certain that the web server will be configured with the proper IP address. While this will not be an issue for web servers which are configured with only one IP address, it might be a concern if you might be multi-homing.
Go through Apache or IIS and be certain that permissions will be set up in the proper way, verifying users who will need to access the website also have the right level of access. For Apache, be sure that permissions will be correct for where the web files will be located. For IIS, you should open the IIS Manager and then select “edit permissions”. For more info on how to specify read or execute permissions on a Linux server running Apache, you should go to the command line and type: man chmod.