Web server setup

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
User avatar
b.zaar
Member
Member
Posts: 294
Joined: Wed May 21, 2008 4:33 am
Location: Mars MTC +6:00
Contact:

Web server setup

Post by b.zaar »

Hey all, im thinking about setting up a web server with freebsd, svn and wordpress. I was just wondering what setup other people are using and why they like it?
"God! Not Unix" - Richard Stallman

Website: venom Dev
OS project: venom OS
Hexadecimal Editor: hexed
User avatar
b.zaar
Member
Member
Posts: 294
Joined: Wed May 21, 2008 4:33 am
Location: Mars MTC +6:00
Contact:

Re: Web server setup

Post by b.zaar »

I already use a few different sites but i want everything in 1 place on my own web server. Svn was the first code revision software i used and find it simple enough, why dont u like it and what do you use?
"God! Not Unix" - Richard Stallman

Website: venom Dev
OS project: venom OS
Hexadecimal Editor: hexed
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Web server setup

Post by Combuster »

Using Gentoo because I can, and because it's not getting in the way for anything.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
b.zaar
Member
Member
Posts: 294
Joined: Wed May 21, 2008 4:33 am
Location: Mars MTC +6:00
Contact:

Re: Web server setup

Post by b.zaar »

Thanks i'll have a look at trac, git and some of the others. I haven't had to merge with svn yet so i dont know how messy it gets.
"God! Not Unix" - Richard Stallman

Website: venom Dev
OS project: venom OS
Hexadecimal Editor: hexed
User avatar
JackScott
Member
Member
Posts: 1031
Joined: Thu Dec 21, 2006 3:03 am
Location: Hobart, Australia
Contact:

Re: Web server setup

Post by JackScott »

On my web server I use Debian (because it's stable as a rock), with the lighttpd web server software (it doesn't chew memory like Apache does) using PHP5 in CGI mode (what else is there?). For blogging I use Wordpress (lots of plugins), for dynamic sites in general I use Drupal (really really powerful). For revision control I use git (because pcmattman said so) and Redmine (because that's what quok set up on QuokForge).
User avatar
Owen
Member
Member
Posts: 1700
Joined: Fri Jun 13, 2008 3:21 pm
Location: Cambridge, United Kingdom
Contact:

Re: Web server setup

Post by Owen »

Cherokee over them both any time of day :P
User avatar
miker00lz
Member
Member
Posts: 144
Joined: Wed Dec 08, 2010 3:16 am
Location: St. Louis, MO USA

Re: Web server setup

Post by miker00lz »

debian is my personal favorite linux distro for servers. apache and lighttpd both work great. i've not tried nginx. lighttpd is better for older machines, but you'll never see a speed difference unless you get HEAVY traffic. generally speaking, i prefer apache, if for no other reason than the ability to use PHP as a module rather than a CGI. using a module instead also helps to close a number of security holes inherent in CGI execution.
Post Reply