Setting Up A Server

Do you have a technical question that doesn't really fit a specific console? Want some general info on electronics, hacking, making cookies, etc? Here's the place to ask! Go nuts.

Moderator: Moderators

Post Reply
ghosstt
Senior Member
Posts: 1551
Joined: Mon Feb 26, 2007 4:14 pm

Setting Up A Server

Post by ghosstt »

Well, I have an old ME machine (got it to reformat and such :lol: ), and i was wondering if I could set this up as a server perse..
Skyone
Moderator
Posts: 6390
Joined: Tue Nov 29, 2005 8:35 pm
Location: it is a mystery
Contact:

Post by Skyone »

Not ME, no.
bicostp
Moderator
Posts: 10491
Joined: Mon Mar 07, 2005 5:47 pm
Steam ID: bicostp
Location: Spamalot
Contact:

Post by bicostp »

XAMPP.

http://www.apachefriends.org/en/xampp.html

Apache, MySQL, PHP, PHPmyAdmin, Filezilla Server, all served up in one easy to use installer. It's an instant web server. (Just add an OS.) Everything comes preconfigured, so all you have to do is reboot and add your own web files.

Of course you will only be able to get to your new server machine from your home network.

Just set up the FTP server so you have a login whose root is the web root folder and you can add files easily. (Enter the IP address in the address bar on your desktop, enter the login, then drag and drop.)

You might get better performance out of it if you use that mini XP you mentioned in your other thread instead of ME. ME is junk. (It's like the 20'th century's Vista.)
lifeisbetterwithketchup
Senior Member
Posts: 2180
Joined: Fri Jul 21, 2006 12:08 pm
Steam ID: lifeisbetterwithketchup
Location: Illinois. Whee.

Post by lifeisbetterwithketchup »

bicostp wrote: Of course you will only be able to get to your new server machine from your home network.
Not so. If you forward port 80 from your router to the server, you can access it from any internet connection (unless your ISP blocks port 80; mine (AT&T) doesn't). It will be outrageously slow from outside your network (dependent on your upload speed), but you will be able to do it. I host a proxy at my house on my Ubuntu server for use at school (shh; don't tell anyone ;)), and I also put phpBB forums on there for the hell of it.
Rekarp wrote:
mako321 wrote:What makes you head ninja, anyways? :wink:
Cause I am Abe F#!@ing Lincoln. :mrgreen:
bicostp
Moderator
Posts: 10491
Joined: Mon Mar 07, 2005 5:47 pm
Steam ID: bicostp
Location: Spamalot
Contact:

Post by bicostp »

You can have it set up as a public server, but you shouldn't due to the massive security risk. (Really you would have to have two routers: one as the initial blocker to make a 'jail' for the web server, and one behind that one set up to keep the rest of your machines safe.) Most of the time, default router settings won't let you.
ghosstt
Senior Member
Posts: 1551
Joined: Mon Feb 26, 2007 4:14 pm

Post by ghosstt »

Thanks Bic. Ill look more into that this weekend (finals this week)
project_failure
Posts: 812
Joined: Sun Dec 25, 2005 4:04 pm
Contact:

Post by project_failure »

Apache, MySQL, PHP, PHPmyAdmin, Filezilla Server, all served up in one easy to use installer. It's an instant web server. (Just add an OS.) Everything comes preconfigured, so all you have to do is reboot and add your own web files.
Definitely going to check this out. Thanks Bic.
Sword_Gun wrote:Klef your asking a whole bunch of videogame players.. for girl advice.. Nice.
It is not junk! It is assorted goods with no current use.
-Project Failure
lifeisbetterwithketchup
Senior Member
Posts: 2180
Joined: Fri Jul 21, 2006 12:08 pm
Steam ID: lifeisbetterwithketchup
Location: Illinois. Whee.

Post by lifeisbetterwithketchup »

project_failure wrote:
Apache, MySQL, PHP, PHPmyAdmin, Filezilla Server, all served up in one easy to use installer. It's an instant web server. (Just add an OS.) Everything comes preconfigured, so all you have to do is reboot and add your own web files.
Definitely going to check this out. Thanks Bic.
I've used it too (granted under Linux) and it works right away, and is really simple. So, go for it!
Rekarp wrote:
mako321 wrote:What makes you head ninja, anyways? :wink:
Cause I am Abe F#!@ing Lincoln. :mrgreen:
Post Reply