Shared Partners
Members: 12,909
Threads: 13,207
Posts: 46,369

Newest Member: greenberettt
  #1  
Old 07-30-2009, 10:24 AM
ovidiuu's Avatar
ovidiuu ovidiuu is offline
SEM Expert
 
Join Date: Jul 2009
Location: Romania
Posts: 482
iTrader: (0)
Thanks: 0
Thanked 4 Times in 4 Posts
ovidiuu is a name known to allovidiuu is a name known to allovidiuu is a name known to allovidiuu is a name known to allovidiuu is a name known to allovidiuu is a name known to all
Send a message via Yahoo to ovidiuu Send a message via Skype™ to ovidiuu
Default Set up a personal home web server

What is a web server? Wikipedia explain this to us in a few sentence, very simple and intuitive:
A computer program that is responsible for accepting HTTP requests from clients (user agents such as web browsers), and serving them HTTP responses along with optional data contents, which usually are web pages such as HTML documents and linked objects (images, etc.).

ATTENTION:
Running a server on your home computer is a risky undertaking, and before you start, make sure your computer has all the latest patches and security updates, and that you've done a thorough spyware and virus scan. As always, a strong firewall with explicit user-set rules is recommended.

So let's start.

We need
1 Windows PC
DSL or cable internet connection

Download & Unpack
Go to http://www.apache.org/dist/httpd/binaries/win32/ and choose a mirror. You want the latest win32-x86-no_ssl.msi "MSI Installer Package" release.

My file was named: apache_2.2.11-win32-x86-no_ssl.msi

When you install Apache, you will pass trough these steps:



license:



read this first:



you will be prompted with the server information default:



Here is the settings I used, and the setting that 99% of the internet users use:



Network Domain: localhost
Server Name: localhost
Admin Email: (your any email)

[checked]: for All Users, on Port 80, as a Service

Then you have to select the setup type:



I will go for custom setup:



After you have made all of your choices, click the "Next" button.



You are now ready to install Apache's files. Click the "Install" button.



The installation process contains many steps, and you will see several DOS boxes pop up and then disappear, as Apache performs various operations on individual command lines. When the installation wizard has completed, it will display a final dialog box.



Click the "Finish" button. You are now ready to verify that the installation was successful.

After installing, Apache2 automatically starts. The icon in the System Tray means it started. The icon means the "Monitor Apache Servers" is running, but Apache2 isn't started.

You can easily start/stop/restart Apache and Apache2 via that icon in your System Tray. If you get "The requested operation has failed!" error while starting apache use the "Test Configuration" shortcut in the Start Menu to find the error (if the text window pops up then closes before you can read it, your config file is fine).

Testing
Now the ultimate test. To see if it's serving. Open your browser and head to: http://127.0.0.1/ or http://localhost/

If it shows the It works! you have your server software installed and running.

Making Apache point to your files
Using Notepad open C:/Program Files/Apache Software Foundation/Apache2.2/htdocs (in the start-menu there should also be a "Apache HTTP Server 2.2 > Configure Apache Server > Edit the Apache httpd.conf Configuration File" shortcut) and search for DocumentRoot. Change it from something like DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs" to the location where your HTML files and site are located. In my case: DocumentRoot "C:/public_html"

Then scroll down about one page and change: <Directory "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs"> to point to the same location you set DocumentRoot to in the last step. Restart apache to make the changes take effect

The installation process should have added a new menu group to your Start menu.

__________________
I am working on the
To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
and mantaining
To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
. Stay tuned for the
To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
Reply With Quote
The Following User Says Thank You to ovidiuu For This Useful Post:
TopUKDirectory (11-20-2009)
Sponsored Links
  #2  
Old 08-13-2009, 12:21 PM
BuckBennett BuckBennett is offline
Senior Member
 
Join Date: Jul 2009
Location: us
Posts: 545
iTrader: (0)
Thanks: 0
Thanked 0 Times in 0 Posts
BuckBennett is on a distinguished road
Default

we can learn from each other and exchange the experience for setting up a personal web home server.
Reply With Quote
  #3  
Old 08-13-2009, 12:23 PM
ovidiuu's Avatar
ovidiuu ovidiuu is offline
SEM Expert
 
Join Date: Jul 2009
Location: Romania
Posts: 482
iTrader: (0)
Thanks: 0
Thanked 4 Times in 4 Posts
ovidiuu is a name known to allovidiuu is a name known to allovidiuu is a name known to allovidiuu is a name known to allovidiuu is a name known to allovidiuu is a name known to all
Send a message via Yahoo to ovidiuu Send a message via Skype™ to ovidiuu
Default Hello

Sure, this is the ideea of this forum, to help each other and the visitors too :)
__________________
I am working on the
To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
and mantaining
To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
. Stay tuned for the
To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
Reply With Quote
  #4  
Old 08-13-2009, 08:01 PM
Bob Barr Bob Barr is offline
Junior Member
 
Join Date: Feb 2009
Location: Morgan Hill, CA
Posts: 25
iTrader: (0)
Thanks: 1
Thanked 0 Times in 0 Posts
Bob Barr is on a distinguished road
Default

Many DSL and cable modem suppliers specifically prohibit running servers on their services. It would be a good idea to first check with your DSL company or cable provider to ensure that you wouldn't violate their Terms of Service by doing this. (When I was with Charter cable, I'd get numerous requests daily to ensure that I wasn't serving up HTML pages.)
Reply With Quote
  #5  
Old 08-14-2009, 03:49 AM
zhizhinihao zhizhinihao is offline
Junior Member
 
Join Date: Aug 2009
Posts: 18
iTrader: (0)
Thanks: 0
Thanked 0 Times in 0 Posts
zhizhinihao is on a distinguished road
Default

learning , thanks for sharing .
__________________

To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
in
To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
hosting/email/website
Reply With Quote
  #6  
Old 08-14-2009, 09:30 AM
ovidiuu's Avatar
ovidiuu ovidiuu is offline
SEM Expert
 
Join Date: Jul 2009
Location: Romania
Posts: 482
iTrader: (0)
Thanks: 0
Thanked 4 Times in 4 Posts
ovidiuu is a name known to allovidiuu is a name known to allovidiuu is a name known to allovidiuu is a name known to allovidiuu is a name known to allovidiuu is a name known to all
Send a message via Yahoo to ovidiuu Send a message via Skype™ to ovidiuu
Default Yes

@Bob Barr Yes agree with you but you can use port forwarding anyway so in this way even if you are not allowed to create a home server you can do it. Of course that some services can be really blocked by the ISP, but the most important is HTTP and MYSQL the rest can be "outsourced". Of course in this condition you cannot relly too much on this for your business home page.
__________________
I am working on the
To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
and mantaining
To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
. Stay tuned for the
To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
Reply With Quote
  #7  
Old 10-10-2009, 08:50 AM
addurlsubmissions addurlsubmissions is offline
Junior Member
 
Join Date: Sep 2009
Posts: 10
iTrader: (0)
Thanks: 0
Thanked 0 Times in 0 Posts
addurlsubmissions is on a distinguished road
Default

Hi,

Great post,
Thank you for sharing

Thanks & Regards
Suresh R
Reply With Quote
  #8  
Old 10-28-2009, 08:06 PM
ishi4money ishi4money is offline
Junior Member
 
Join Date: Oct 2009
Posts: 14
iTrader: (0)
Thanks: 0
Thanked 0 Times in 0 Posts
ishi4money is on a distinguished road
Default

Thanks for sharing the info. I am really new at this and wish a good time to spend discussing
Reply With Quote
  #9  
Old 11-13-2009, 08:14 AM
ddemetrius456 ddemetrius456 is offline
Junior Member
 
Join Date: Nov 2009
Posts: 18
iTrader: (0)
Thanks: 0
Thanked 0 Times in 0 Posts
ddemetrius456 is on a distinguished road
Default

These links will help you to SEO your site.
Reply With Quote
  #10  
Old 12-07-2009, 07:14 AM
smilly123 smilly123 is offline
Junior Member
 
Join Date: Dec 2009
Location: u.k
Posts: 14
iTrader: (0)
Thanks: 0
Thanked 0 Times in 0 Posts
smilly123 is on a distinguished road
Default

Hello
If you have loads of music files stored on your computer, you may want to share these files with others. There are many ways to do it e.g. file sharing but have you ever thought to stream it?
Streaming your music files means that people can listen to your song collections using Internet technology (web browsers) without having to download / copy the song to their own PCs.
To make it even more useful, you can have a single PC running Sock so at home storing all the good music files while the other PCs connect to it whenever they want to get jiggy with it. Now, that is a super disk-space saver!




Hosting

Last edited by smilly123; 12-11-2009 at 06:47 AM.
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump


All times are GMT +1. The time now is 04:47 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148