Skip to main content





WEB SERVER:

A web server is a computer system that processes requests via HTTP, the basic network protocol used to distribute information on the World Wide Web. The term can refer to the entire system, or specifically to the software that accepts and supervises the HTTP requests.

EXAMPLE OF WEB SERVER:

There are a numbers of Web Server examples on Internet and the list is really huge. Here is a list of some popular web servers – Apache HTTP Server, AOLserver, Caddy, IIS Server, Oracle HTTP Server, etc.

IIS SERVER:

IIS Server (Internet Information Services) is very useful Web Server created by Microsoft. IIS server is easy to configurable and it is located in your own Windows System. IIS supports HTTP, HTTPS, FTP, SMTP. So, by using this server you can create you Email Server, File Server and Web server. It is the second most popular web server in the world.

CREATE HTTP SERVER BY USING IIS:

By default IIS service is not enabled, so you have to enable it manually. I have created a step by step guide for this on another Tutorial.
STEP 1: You have to enable the HTTP Server and IIS Server. To enable this services go to “Control Panel\Programs\Programs and Features” and click on “Turn Windows features on or off button”.
wervas
STEP 2: Now you will see a window where you find a lot of services listed. By default IIS (Internet Information Services) unchecked. Check the IIS services. Under the IIS Services we will find some more important services listed there. Check all those options and click OK.
wervas
STEP 3: Your IIS Service in enabled now. To check the IIS server whether it’s working or not, type “localhost” on your web browser. You will see IIS service will open if everything is correct. If not then check if there any other services using it or not and check your host file.
wervas
STEP 4: Open IIS (Internet Information Services) Manager. On left hand side top corner you will find your system name. Right click on system name and choose “Add Web Site”.
wervas.png
STEP 5:  A popup window will open in front of your screen. You have to feel some of section of this form. The very first option is “Site Name”, put your site name in this section as per your choice. Now choose a physical path where do you want to store your site data and files. By default the physical path is :”%SystemDrive%\inetpub\wwwroot“. From “Binding” drop down menu, you can choose any services as per your requirement. But this tutorial is for http server, so I am gonna choose http service (you need a certificate if you choose https. As we know the https uses SSL). Type your IP address of your Windows system and type the port number 80, which is the default port number of http service. At bottom you can see a option called “Start Web Site immediately”, to check this option your web site will start after click on OK button.wervas.png
STEP 6: Now create a index.html file if know how to write a html code. If now then do some Google research or check some tutorial videos. Though, the html coding is not that much tough. Here is an small example. Save this file to that physical location which have selected as your Physical Location. wervas.png
STEP 7: Now go to your web browser and type the IP address of your windows system and you will see the web site of yours.
wervas.png

HOW TO MAKE THIS WEBSITE LIVE:

So, now the questing is how do you make this website live so that anyone can check your website from different network or it’s better to say from any where in the world with internet connection.
Open your Router and login with appropriate credential. Go to “Port Forwarding” menu depending on Router’s manufacturer and Model. Now forward the port 80 for your Web server IP.
wervas
Open your web browser again from a different network. Type the Public IP address of your server like this “http://204.205.698.658”. If everything is done perfectly by your end, you will see your website.
wervas.png

Comments

Popular posts from this blog

Time Management – The key to Virtual Assistants’ success

“Time is money” , a phrase used by Benjamin Franklin in “ Advice to a Young Tradesman, Written by an Old One” .  The more preferable line can be “Time is more than money”  because you can’t use your money to make more time, but you can use your time to make money and much more. From our childhood, we learned about time management. People often say,  “I don’t have the time to…” : meet people, make the launch, do exercise, start an organization, blah..blah… Of course, they don’t have time, just because of their undisciplined time management. Just think about them – founder of google, owner of Microsoft, inventor of social media. We all have the same 24 hours in each day. How can they maintain their time and manage everything in their busy schedule? And we don’t have time to make our daily necessary things. It’s all about a proper Time Management. Time Management is the most powerful key for  Virtual Assistants  to unlock their destiny.  Virtual Assistan...

Why does e-commerce startup fail in India?

E-commerce is one of the popular business nowadays. People are too lazy to go to shopping malls, as well as they are very much tech savvy. Hence, they just take out their mobile or laptop while laying down on the bed and can get an item from e-commerce by just a click, without wasting much time. That is why most of the startup businessman thinks that they should go for an e-commerce business. Starting an e-commerce business is not much expensive. But in India, 70-80 percent startup e-commerce business has failed. Though each new business niche is unique, there are common contributors to e-commerce failures. There are some success stories which one cannot neglect, such as  amazon ,  Flipkart ,  jabong ,  myntra  and many more. Beside, there are always many e-commerce failure records in Indian online market (DoneByNone, Jewelskart, Indiaplaza, Klozee and many more). Everyone is talking about growing e-commerce businesses, but it is also necessary to talk about t...
How to crack your Windows System Admin Password without using Software or Live CD People make mistakes! Mistakes are a very normal activity in our daily life. Some mistakes can be recovered, some are not. What happen if you mistakenly typed a password of your windows system and you mistakenly forgot the password? What would be your next step? Do you format the system? If you think about this option, you will lose your all important data. There is another option – Recovery Password. There are several options to recover your User Admin Password of your windows system. You can use Linux Live CD, Password recovery software, recovery disk, etc. You might be known about these. But, I am going to show you a very simple trick to crack you windows admin password without using any software or any live CD. Backdoor:  I am going to show you how to crack the Admin password of your Windows System from Backdoor? You probably hear about the term Backdoor.  Backdoor is feature ...