Hosting a home server
|
Author |
Message |
Kuu
Awesome
Posts: 1,112.1322 Threads: 61
Joined: 13th Aug 2008
Reputation: -2.97985
E-Pigs: 33.8125
|
Hosting a home server
Hey computer geniuses/randoms just browsing this thread.
I'm thinking about setting up a web server on my computer since it's always running and no bandwidth cap, plus I can spare the CPU cycles since it will only be accessed by me and a few close friends. I don't have the resources to set up a dedicated server at the moment.
I know how to set up an Apache webserver to run on Windows.
What I want to know is if I can/how I can set up basic connection encryption, say SSL, with a self-generated certificate?
|
|
08/05/2013 09:34 AM |
|
ZiNgA BuRgA
Smart Alternative
Posts: 17,022.2988 Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1274
|
RE: Hosting a home server
From memory, SSL certs are tied to domains, so there could be complications if you aren't using one (or your IP constantly changes).
But if it's self signed, they'll probably have to add an exception for your server anyway.
So basically you just generate a key pair, self sign it and put it into your Apache config.
|
|
08/05/2013 08:01 PM |
|
squee666
Grand Warlock
Posts: 3,567.1000 Threads: 351
Joined: 4th May 2007
Reputation: 12.17831
E-Pigs: 555.9025
|
RE: Hosting a home server
that and setting up a dynamic dns is quite simple these days
|
|
09/05/2013 08:13 AM |
|
Kuu
Awesome
Posts: 1,112.1322 Threads: 61
Joined: 13th Aug 2008
Reputation: -2.97985
E-Pigs: 33.8125
|
RE: Hosting a home server
(09/05/2013 08:13 AM)squee666 Wrote: that and setting up a dynamic dns is quite simple these days
Yep my dynamic DNS is already set.
I'm going to take a shot at this tonight.
|
|
09/05/2013 08:58 AM |
|
Kuu
Awesome
Posts: 1,112.1322 Threads: 61
Joined: 13th Aug 2008
Reputation: -2.97985
E-Pigs: 33.8125
|
RE: Hosting a home server
(09/05/2013 09:49 AM)Joom Wrote: Dunno if you're just doing this for the learning experience or not, but getting an actual certificate rather than a self-signed one would be better if you're going to run an actual site. Also, I guess it depends on the ISP, but many don't like it when you run a site without a business tier plan. Anyway, you can get a free cert here.
http://www.cacert.org
Yep just a learning experience. I should mention the 'website' will be a file upload site and I just don't want snooping. Really, all it was going to be was an FTP server (which I have), but the computer illiterate don't know how to use/don't have access to an FTP client. So it will be a simple Login » Choose file to upload » Show all files » Click to download.
|
|
09/05/2013 10:32 AM |
|
Kuu
Awesome
Posts: 1,112.1322 Threads: 61
Joined: 13th Aug 2008
Reputation: -2.97985
E-Pigs: 33.8125
|
RE: Hosting a home server
Thanks for the help guys. I manged to get the server running with an SSL connection.
|
|
11/05/2013 06:24 PM |
|
Kuu
Awesome
Posts: 1,112.1322 Threads: 61
Joined: 13th Aug 2008
Reputation: -2.97985
E-Pigs: 33.8125
|
RE: Hosting a home server
Just an update. I got PHP and SQL setup and running. Never did this from scratch before. Fun experience.
|
|
14/05/2013 06:28 PM |
|
ZiNgA BuRgA
Smart Alternative
Posts: 17,022.2988 Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1274
|
RE: Hosting a home server
Woot.
I presume you didn't use a pre-made package like XAMPP or WAMP?
|
|
14/05/2013 08:34 PM |
|
Kuu
Awesome
Posts: 1,112.1322 Threads: 61
Joined: 13th Aug 2008
Reputation: -2.97985
E-Pigs: 33.8125
|
RE: Hosting a home server
(14/05/2013 08:34 PM)ZiNgA BuRgA Wrote: Woot.
I presume you didn't use a pre-made package like XAMPP or WAMP?
I learned about those after I already started. So I figured, why not go the manual way an learn more since I'm already on that path.
|
|
15/05/2013 04:36 AM |
|
User(s) browsing this thread: 1 Guest(s)