
-----------------------------------
Paul
Mon Apr 26, 2004 5:13 pm

How to set up a server
-----------------------------------
Does anyone know how to set up a server using ur own computer for a website?

-----------------------------------
recneps
Wed Apr 28, 2004 6:02 pm


-----------------------------------
i found some source code for VB on that ;) here is the compiled version, just put all the files in the "WWWRoot" folder, and tell people to go to "http://yourip/" or "http://yourip/page" and you can host dloads too, its pretty cool. however i wouldnt suggest giving it to public unless you have firewall, etc and your ip is constant (mine used to be, but it changes alot now lol)

Can't find file right now. ill edit and upload it later ;)

-----------------------------------
Catalyst
Wed Apr 28, 2004 6:28 pm


-----------------------------------
Apache http://httpd.apache.org/ For the server
                
Great Things to add to it
Php http://www.php.net
MySql (w/PHP) http://www.mysql.com

Also get an ip redirect (free) from a site
(www.mine.nu is good)

-----------------------------------
Paul
Wed Apr 28, 2004 7:25 pm


-----------------------------------
Uh... so many files which one do I download?

-----------------------------------
Catalyst
Wed Apr 28, 2004 8:03 pm


-----------------------------------
id go with Apache 1.3.29 and the Win32 binary

-----------------------------------
Paul
Wed Apr 28, 2004 8:21 pm


-----------------------------------
do I need to already have something? like a domain? cause during setup it asked for domain name and address and everything.
And what is the IP redirection for?

-----------------------------------
Raugrist
Wed Apr 28, 2004 8:28 pm


-----------------------------------
IP redirection is for getting a domain name to point to your website. The only way the internet recognizes you is by an IP address, and unless you want your visitors to have to type in a bunch of numbers every time they want to see the page, you'll need a domain name instead. Also, it'd probably be a good idea to get a program to update your IP redirect whenever your IP changes. (my changes quite often and so I made use of dyndns.org (redirection service) and dynSite (IP update program).

-----------------------------------
Paul
Wed Apr 28, 2004 9:30 pm


-----------------------------------
Using Apache, do I need a webhost anymore?

-----------------------------------
Raugrist
Thu Apr 29, 2004 6:36 am


-----------------------------------
Meh. It's really up to you. With apache, you're using your own computer as a webhost. So if you want it to be available all the time, you must have it on (and connected to the internet) all the time. And if you're hosting large files that are being accessed often it could really kill your bandwidth so hopefully you have an unlimited bandwidth plan with your ISP.

-----------------------------------
recneps
Thu Apr 29, 2004 12:57 pm


-----------------------------------
well heres the webserver i have, very basic, but does the trick, if you wanna try it.
