Reputation: 19
I have a PHP MySQL application which is deployed on XAMPP server installed on a Windows Server(2008 R2). My question is, is it a good setup or should I do something better? The technologies used in the application are old. The XAMPP server along with PHP and MySQL is almost five years old. I need some hints and suggestions what should I do? Thanks in advance.
Upvotes: 0
Views: 2008
Reputation: 1930
Xampp is really meant for a development/sandbox environment not a production server.
I'd recommend either looking into Amazon Web Services ( AWS ) for something extensive or just getting a semi-dedicated or dedicated server with redhat if the application is limited in usage.
Migrating out of a sandbox environment is strongly recommended as long as you take care of legacy dependencies and launch it in parallel.
Upvotes: 1