PDA

View Full Version : Server Software...



Canadian Eh?
05-08-2007, 01:33 PM
Soon I might get a new PC. And I was thinking of using the old one as a web server. If I did, what would be the best software/OS for a personal web server?

DaveW
05-08-2007, 01:48 PM
You got a lot of choices, but most people, me included, would recommend what's called a LAMP setup.

That's Linux, (any distro really) Apache, MySQL, and PHP.

You can actually get complete LAMP packages that are pretty much just 'plug and play', but sometimes that's a bitch on Linux.

On the other hand, you can also get WAMP, which is the same but for windows. Being honest though, you're a lot better with Linux, and most of the applications are tailored to be most effective in a command driven interface.

-Dave

XcOM
05-08-2007, 02:31 PM
LAMP is always the better option, but if you don't know what your doing it can be easier to use windows, theres loads of apps out there,

Such as Bullet FTP, but all the good ones for windows you have to pay for. Or just get a hosting package, i pay £5 a month for 2gb spacew, 10gb bandwidth, FTP, Mail with pop, control panel, ASP, PHP, MySQL, Frontpage and a help desk thats always manned.

Canadian Eh?
05-08-2007, 03:11 PM
Thnx for the help guys! With LAMP, can you have a Dynamic HTML Editor? doesn't really make a difference, just wondering...

.Maleficus.
05-08-2007, 06:35 PM
You would actually being composing the websites on a different computer, and transferring them to the server via FTP (or at least that's what's most common.. I think) so you could have your editor on a different box and use that. And by dynamic, do you mean Dreamweaver-esqe, or just that it will highlight certain things and indent for you?

CanaBalistic
05-08-2007, 07:31 PM
You can get Apache for windows. Set it up with ftp or a LAN. You can run virtually any web based program's ASP, XML, Front Page, FTP, CGI, PHP, ect, ect, ect...

Its probly your best bet if you allready have windows installed.

It runs as a background task in the task tray and lets you use the computer as a computer if you wish.

[edit] Search for a pre compiled version. The apache website only has source code which you have to compile yourself.

I have Apache 1.13 executable if you cant find a current 2.2.4 version.

[edit # 2]
Found it! http://win6.jp/Apache22/index.html You allso have to download the runtime library.

[edit #3]
Apparently you need visual studio to compile that pre-compiled version... odd. I guess no one has made an executable version 2.2.4

Again, i have 1.13 that i used for quite some time. PM me and i'll give ya a copy. It should still accomplish everything you'd need for a private server.

si-skyline
05-08-2007, 07:56 PM
also the great thing is that there is tons of support for LAMP rigs :D on the net and also in big fat linux books if you dont mind paying £15 for it.

but the best way as every one else has said is proplay LAMP if you dont mind getting your hands dirty

i have one or two linux book with me what discuss LAMP and the general running of linux if you would like the ISBN numbers i would be more then happy :)

si-skyline

SgtM
05-09-2007, 12:26 AM
I'm running both setups.. LAMP (Fedora Core6)and WAMP (Server2003). I like the LAMP better because it's more fun to play with.

Airbozo
05-09-2007, 02:54 PM
I will find the link, but there is a lamp distro, that is setup and working right after the install. The only thing you have to do is drop in your web pages and restart apache. It is running a trimmed down version of fedora core 6, with a trimmed out kernel for speed. Give me a little bit to find it again. (we investigated using it as the distro for a turn key product)

Here is a tutorial based on CentOS (which is based on fedora core);
http://www.howtoforge.com/perfect_setup_centos_4.3

(still looking for the link turn key link)

Here are a few, but not the one I was looking for;
http://canned-os.blogspot.com/2006/10/grandmas-lamp-its-easy-enough-for.html
http://debcentral.org/modules/news/article.php?storyid=406

still looking...

nil8
05-09-2007, 03:03 PM
By personal, do you mean that you can only access it from your house or do you want other people to be able to access it via the internet?

LAMP is the best choice, and if Airbozo has a program that's drag and drop webhost, use that.

Canadian Eh?
05-09-2007, 06:55 PM
By personal I mean having my own server to host public sites.

CanaBalistic
05-09-2007, 07:24 PM
By personal I mean having my own server to host public sites.
Your ISP isnt going to like the extra bandwidth you'll be using. You should first ask your ISP about bandwidth limits and over charges.

If you want to host public sites, you'd be better off buying a $5-$15 a month hosting package.

I thought you wanted a small personal website that you can host your images on, have your own low-traffic website, ect.

Canadian Eh?
05-10-2007, 02:03 PM
lol. when I meant public, I just meant having a little site to put some files on etc. for my friends to have a look (low traffic) at without stupid sub-domains, like whatever.freesites.com or something...I looked into that Grandma's LAMP, sounds cool. might give it a try.

Canadian Eh?
05-11-2007, 02:25 PM
http://www.keyfocus.net/kfws/<---Good One?

Airbozo
05-11-2007, 05:57 PM
http://www.keyfocus.net/kfws/<---Good One?

After a quick read through the site it sound like what you are looking for. I did not go through all the install stuff, but it looks simple.

Canadian Eh?
05-22-2007, 02:22 PM
thanks!..

yazeed1906
07-26-2007, 03:46 AM
Here is a tutorial based on CentOS (which is based on fedora core); http://www.howtoforge.com/perfect_setup_centos_4.3


can personally vouch for this set up.... works great...

.Maleficus.
07-28-2007, 05:13 PM
I found a guide on Bit-Tech about a Xubuntu server. I'm trying it out on my server here (have it set up in a cardboard box) and I'll post back the results. From what I read it looked pretty easy, so I'm hoping for some good results.