Is it possible to host my website using my Windows Vista home computer?
I have a broadband Internet service.
|
Is it possible to host my website using my Windows Vista home computer? I have a broadband Internet service.
| |||||
feedback
|
|
if you don't have a static IP address, you can use DynDNS. You should check with your provider, some ISP don't like 'hosting@home' and it may not be feasible if you'e on a limited traffic allowance. | |||||
feedback
|
|
Yes, you definitely can. It would primarily depend on 2 things.
Once this is done you can use Apache to host your website . | |||
|
feedback
|
|
Yes its possible. You can use the WAMP stack to power most PHP-MySQL based apps like WordPress, Drupal etc. Is it feasible ? I doubt it.You haven't mentioned the speed, I'd say the uplink is likely to be a huge bottleneck if you're expecting lot of visitors, as is using a standard desktop system ( this might be incorrect since you haven't mentioned the system specifications). As Molly mentioned, using a service like DynDNS will ensure that your website is accessible even if you don't have a static IP. | |||||
feedback
|
|
I assume that the question refers to a web server mainly for http/ftp, and structured my answer accordingly. If streaming video or music is intended, there are other solutions (but you will need a fast bandwidth in the upload direction from your home server). To complete the answers already given above, here are some free web servers that I never tried:
| |||
|
feedback
|
|
If your Vista installation happens to be Windows Vista Business / Home Premium or higher you're in luck. Read through How to install IIS7 on Vista to learn how to get the webserver up and going. Next you're going to want to read through one or both of these articles. How do I host my own website at home? and Geek to Live: How to set up a personal home web server. You'll want to focus on getting an IP address, a domain name, port settings and fire wall settings. If you're using IIS, ignore the words apache for that's another webserver. If you don't want to use IIS, then go ahead and follow these articles verbatim. One thing of note for a personal IIS webserver running off of Vista, you will be limited to the number of connections that the webserver can handle. For apache, you shouldn't have any problems at all with that. Have fun, and hope this helps some. | ||||
|
feedback
|