need suggestions for a web server for my vps that uses php

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
dkg5755
New to forums
New to forums
Posts: 4
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Dec 25, 2013 4:45 am

need suggestions for a web server for my vps that uses php

Post by dkg5755 »

Im looking for a web server that will run php scripts to connect to mssql looking for something with good security at little or no cost something besides xampp. Does nfo offer this kind of service thru the webhosting plans ?
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

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

Post by soja »

NFO offers web hosting with php and mysql support. Check out their plan comparison here: https://www.nfoservers.com/webhosting.php#differences

The smallest package is very cheap for what you get(top of the line hardware and network).

EDIT: If all you need is php and mysql support, getting a vps to do it is really making it harder than it needs to be. Especially if you have little experience setting up these things.
Not a NFO employee
User avatar
barricas
New to forums
New to forums
Posts: 3
Joined: Sat Feb 01, 2014 6:45 pm
Location: Portugal
Contact:

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

Post by barricas »

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 used because it doesn't provide a similar set-up like apache's .htaccess which allows the user to configure his webspace without needing to mess with the webserver config. So, with shared hosting, the only recommendation that is still up is the use of PDO!
Image
Post Reply