Server setup

Talk about anything in here.
Post Reply
bowersbros
Posts: 534
Joined: Thu May 05, 2011 8:19 pm

Server setup

Post by bowersbros »

I plan on making a Uploading website, out of boredom over the summer.

I will install nginx on Ubuntu 12.04 (precise)

I was wondering what other services you'd recommend I install.

I naturally will be using php 5 and mysql (although might change mysql for something abit better, unsure yet, but am looking at mongoDB. Not sure yet.

Any suggestions for:

Email servers
Control Panel (may not use, but I guess it will be useful)
Server Stat logging (such as connections, bandwidth usage, disk space usage etc)

and any other services you think I should use?
I don't like to brag, but I wasn't circumcised. I was circumnavigated. ;)

Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Server setup

Post by jacek »

bowersbros wrote:Email servers

dovecot + postfix is a pretty standard set-up

bowersbros wrote:Control Panel (may not use, but I guess it will be useful)

Don't bother, they are too bloated. Learn to love the terminal.

bowersbros wrote:Server Stat logging (such as connections, bandwidth usage, disk space usage etc)

AWStats and the JAWStats frontend for webstats. Various command line tools for the other stuff. `vnstat` for bandwidth, `df` for dist use.

:D
Image
User avatar
Kamal
Posts: 123
Joined: Fri May 06, 2011 10:45 am
Contact:

Re: Server setup

Post by Kamal »

You decided to go with nginx! good choice (ahem) :P
also, i found out a way to log each vhost's (apache terms) bandwidth usage. take a look at custom log formats and the $bytes_sent variable ;)
bowersbros
Posts: 534
Joined: Thu May 05, 2011 8:19 pm

Re: Server setup

Post by bowersbros »

decided to use gmail as my email servers. Since their spam filters are miles better than anything else i've found online.

ANy other software you'd recommend?
I don't like to brag, but I wasn't circumcised. I was circumnavigated. ;)

Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Post Reply