Is there a paid localhost server? [closed]

3

I searched the internet and found nothing related. I want to set up a localhost server to test my applications.

I have already tested Xampp, Wampserver EasyPHP and others ...

  • Is there a paid system?

  • The correct way to speak is "Localhost Server", "HTTP Server", or another name?

I decided to look for a paid system to end this problem of getting involved in the configuration, a complete system with visuals make everyday easier and I can dedicate myself to other things.

    
asked by anonymous 30.12.2015 / 13:22

2 answers

1

In fact, what you want to say is a web server. Strictly speaking, Xampp is not a web server itself. It is an application that has several embedded servers. Besides apache, it uses mysql (in addition to others). EasyPHP works the same way.

Maybe, you want a paid application with these features (which contains a web server, a database server, everything embedded). That's it, right?

It even exists (Microsoft's IIS example), but I believe those two that you mentioned are the simplest to use. Stirring in configuration will be accurate in either (paid or not). What I suggest is to take a tutorial (or video lesson, it is at your discretion) and study how it works. At first, you need to have the patience to learn, but then things start to work more fluently.

EDIT: Take a look at this EasyPHP video: link

Maybe, this xampp search might help you: link

    
30.12.2015 / 13:47
0

As colleagues have already said, programs like Xampp, Wamp and etc. are 'pacts' for programs like PHP, MySQL and Apache. Of these Wamp is the one that has the most friendly interface, just access the link

However, configuring servers is something that is inevitable, even if there is a sysadmin in your workforce that takes care of it, you will talk about server settings #fact

You may be starting to program for web now, so take the time to learn about web servers too.

Good luck!

    
30.12.2015 / 14:26