| View previous topic :: View next topic |
| Author |
Message |
Localhost I post too much
Reputation: 0
Joined: 28 Apr 2007 Posts: 3402
|
Posted: Mon Mar 24, 2008 9:41 pm Post subject: How To Make a Webserver |
|
|
I will attempt to write a guide for each operating system. First, i will start with Linux/Ubuntu/Debian.
----Why make a webserver?----
A webserver is basically free webhosting! Although you don't get a good domain (your domain is your IP address), it is a full fledged webhosting system... on your computer! You can go buy a very cheap domain, or just get a free sub domain (www.freedomainco and some nr thing).
----HowTo: Make a webserver on Linux Ubuntu/Debian--
Well this is very fast and very easy.
1) Open up your Terminal and type in
| Code: | | sudo apt-get install apache2 |
You have to be super user
2) Go to your router via your web browser, and open Port 80 to Apache2. Google around on how to open Port 80 to Apache2... It is different for each router, so i cannot help you here. If you have Comcast and a Linksys router, PM me. I can help
3)Now your done. Go to http://localhost/ and if you see it saying "it works", you are done! Now you can go to /var/www/ and edit your site as you please.
4) Now your probably going to want PHP and Mysql. Okay, well it is very simple to install those things. Just type into your terminal
| Code: | | sudo apt-get install php5-mysql libapache2-mod-php5 mysql-server |
5) Now you are DONE! Congratz.
----HowTo: Make a webserver on Windows!----
1) Be Patient. Windows XP and Vista are not friendly with Apache.
_________________
|
|
| Back to top |
|
 |
92Garfield I'm a spammer
Reputation: 57
Joined: 20 Dec 2007 Posts: 5871 Location: Banana Republic Germany
|
Posted: Tue Mar 25, 2008 9:34 am Post subject: |
|
|
hacking windows is to easy and it crash to often to make a real webserver
_________________
|
|
| Back to top |
|
 |
callaw Moderator
Reputation: 0
Joined: 09 Dec 2004 Posts: 425 Location: Lost in translation
|
Posted: Tue Mar 25, 2008 11:54 am Post subject: |
|
|
Or you can run DSL in your windows, and run Apache in DSL
*DSL= damn small linux
_________________
+/- |
|
| Back to top |
|
 |
Localhost I post too much
Reputation: 0
Joined: 28 Apr 2007 Posts: 3402
|
Posted: Tue Mar 25, 2008 1:12 pm Post subject: |
|
|
OH yes that is an idea.
Do you guys still want an XP + Vista version? Maybe Mac if that is even possible.
_________________
|
|
| Back to top |
|
 |
|