|
The word "server" sounds scary and because of this many people think only a professional hosting company can host a website. This is not true. A server is nothing more than software that runs in the background listening to requests from "clients." The client in our case is an internet browser, like Internet Explorer.
How do you get a web server? Most Windows operating sytems come with a web server that just needs to be installed. There are also web servers than can be downloaded for free, like Apache. I'm not going to go over how to do this. In this article I'll discuss the concepts and what's needed to get your web server up and running and serving your site to the public after it's been installed. Every web server is different but the concepts are the same. By
going over the general concepts that are true for any web server, you'll know what to look for regardless of the software you are using.
Like I mentioned before, a server is just software that runs in the background. A web server is a server that listens to requests from internet browsers for a specific page, finds that page in the computer it is running on and then sends it to the browser that requested it. Keeping this in mind, can you believe there are actually just two things you need to do to have your web server configured?
1) Tell your web server where to find your web site. Your website probably consists of multiple pages. You need to tell the web server the path of the folder where you keep
Dedicated Co-location Inside A Securely Monitored Bank Vault At LasVegas.NetLasVegas.Net now provides co-location services for those that require complete control over their server configuration in a 24 hour monitored vault facility. Co-location is when a company connects their servers to the internet on our super fast fiber optic connections stored in our climate-controlled and power regulated facilities. If a company does not already posses servers, LasVegas.Net offers low-rate lease programs. Shared hosting is also available to those companies that do not require dedicated computers and do not mind sharing resources with other customers. Cabinets are also available ..
your pages. For example, when someone types http://www.yourdomain.com/main.html, the server will look in the folder where all your pages live, and look for file main.html.
2) Tell your web server about your default page. This is the page that is displayed when someone types http://www.yourdomain.com in their browser without specifying a page. The web server already has some default page names like "index.html" so if you have a page with this name
it will be displayed by default when no document is specified in the request. You may also add some more default file names to your web server. If you don't want to name your file "index.html" you can tell your web server that your default page's name is "mainpage.htm."
This is basically all there is to configuring your web server. Actually, there is more, but these two steps will allow your web server to start serving your website. Of course, there is also more to hosting your website from home, like getting a domain name, dealing with your router if you have one, but these topics are beyond the scope of this article. I hope I've convinced you of how easy it is to set up a web server, which happens to be the most important step to hosting your website from home.
Virtual Vs. Dedicated Vs. Colo: Which Web Hosting Do I Need?You know you need a web host, but you dont know where to start. So you do a web search to research potential solutions and get a bit overwhelmed with all the jargon: UNIX, dedicated servers, POP3, CoLo... the list goes on.
Step back a bit. You dont need to learn everything about web sites to choose a host. You do however need to know what a web host is, and the basic types of web hosting. This knowledge will lead you to know what type of hosting you need, and ultimately you can make a sound decision.
To begin, lets define the term. Web hosting is a service that hosts web pages on servers ..
About the author:
For detailed information on how to host your website from home please visit "Setting up a Web Server" where you can learn all the aspects of running your own web server and getting your own domain name.
Pedro GarciaSetting up a Web Server - The Most Important Step to Hosting your Website from Home
|