0

I have already installed lampp which is having version 7.2 currently. I need to run, another version of php 5.6 at a same time, fine if running on a different port.

I have also referred this Reference Stackoverflow Link, but it is of windows.

I have done similar thing in windows,by installing two xampps and placing in 2 different directories and running at different ports.

I want to do that same on AWS server, well I dont have GUI to do so, I have installed lampp. Can anyone help me out to run two different lampp or xampp at a same time?

Well the server is aws linux and I have only option of Yum packages only as System administrator think, it is more secured.

Jaymin
  • 1,643
  • 1
  • 18
  • 39

1 Answers1

1
  1. Consider using Docker. This is right way, but you have to properly set it
  2. Probably you can set up different ports in different versions of Xampp. But if you want to use different versions of PHP CLI, you should type full path to PHP executable every time you want to use it.
Michael Krutikov
  • 484
  • 1
  • 4
  • 10