Page 1 of 1

Server setup

Posted: Mon Jul 30, 2012 8:29 pm
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?

Re: Server setup

Posted: Tue Jul 31, 2012 12:34 pm
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

Re: Server setup

Posted: Tue Jul 31, 2012 3:16 pm
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 ;)

Re: Server setup

Posted: Sat Aug 04, 2012 9:34 am
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?