FreeBSD for e-commerce site?

I am planning for an e-commerce site, hence like to know if free BSD FreeBSD is the right choice to use with mysql, apache, php. Also please let me know whether free BSD FreeBSD supports blade servers and if an EC2 instance is available or not. Thanks in advance.
 
abhilash945 said:
I am planning for an e-commerce site, hence like to know if free BSD FreeBSD is the right choice to use with mysql, apache, php. Also please let me know whether free BSD FreeBSD supports blade servers and if an EC2 instance is available or not. Thanks in advance.

mariadb-server-- check
www/apache22 -- check
php5 -- check

EC2 -- check

Blade --
http://www.freebsd.org/releases/9.0R/hardware.html

Is it the right choice? These companies think so:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/nutshell.html#INTRODUCTION-NUTSHELL-USERS
 
Hello,

I use/develop my php projects in a www jail on FreeBSD. Support is really good, you don't have to renounce anything compared with GNU/Linux. Varnish available, php5 extensions can be chosen during compilation or later set in php.ini.

The only thing I am unsure about is NoSQL support.
 
Back
Top