To your first point, what exactly are you learning by using a tool you could never safely use in production? It's easier but doesn't teach you anything, it abstracts the complexity away if anything making you learn far lessFor learning and offline purposes? xampp is the way to go in my opinion, but it really doesn't matter what you use unless it's something like setting up a Linux server on a virtual machine - that's just too much unless you want to learn new things with Linux or set up a new system on your server that you should test locally first.
For habbo purposes, I generally recommend linux. Not simple, but cheap and powerful. Considering the ddos attacks that can pop up in this scene, there are the right tools to deal with them.
Nginx isn't ideal for PHP, Apache or Lightspeed is better suited for thatnginx
Based on what lolNginx isn't ideal for PHP, Apache or Lightspeed is better suited for that
Probably the fact Apache is designed for the use case of PHP environments and NGINX is designed for proxies and static content?nginx works good, good performance, secure and very big companies use it.
Nginx is faster than Apache these days, nginx does what we expect from a webserver, especially for small website like Habbo its fine to use it.Probably the fact Apache is designed for the use case of PHP environments and NGINX is designed for proxies and static content?