-2

Can we host a php site in AWS Lightsail?

I checked its feature but it shows wordpress joomla etc but not showing php.

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
Christian
  • 3
  • 3

1 Answers1

4

Yes. AWS Lightsail is a server that supports many things. The feature you need is available and is called a "LAMP Stack":

LAMP stack is a popular open source web platform commonly used to run dynamic web sites and servers. It includes Linux, Apache, MySQL, and PHP/Python/Perl and is considered by many the platform of choice for development and deployment of high performance web applications which require a solid and reliable foundation.

Yury Fedorov
  • 14,508
  • 6
  • 50
  • 66