Search found 3 matches

by barricas
Sat Feb 08, 2014 10:09 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: need suggestions for a web server for my vps that uses php
Replies: 2
Views: 754

Re: need suggestions for a web server for my vps that uses p

If you want to go with your own linux VDS I'd sugest Nginx + PHP-FPM, light and fast set-up. To connect with MsSQL you can create your application with PDO instead of mysql_ or mysqli_ . Also be sure to implement prepared statements for enhanced security! With shared hosting, I believe Nginx is not ...
by barricas
Tue Feb 04, 2014 8:49 pm
Forum: News
Topic: Free extra bandwidth!
Replies: 10
Views: 7237

Re: Free extra bandwidth!

Thanks.
Another provider would simply not give the extra to oversell & get more money. You guys just give more to the customer.

Nice!
by barricas
Sat Feb 01, 2014 6:50 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Secure CentOS Build
Replies: 10
Views: 1765

Re: Secure CentOS Build

Even better, you can setup to for SSH to use private keys only.
I think CPanel can config that for you, a free alternative is Webmin I think it also has the ability to set up it easily.