PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, March 1, 2022

[FIXED] Can I run LAMP and MEAN on the same Google Compute Engine instance?

 March 01, 2022     google-compute-engine, lamp, mean-stack     No comments   

Issue

I'm a web solution developer who has worked in the LAMP environment for about 10 years. I would like to begin slowly phasing out my LAMP dependency and move to MEAN. For a variety of reasons, I've chosen Google's Compute Engine as my hosting platform.

Can I run both LAMP and MEAN on a single instance of Compute Engine?


Solution

Theoretically you should be able to, you'll just have to ensure that the two web servers (apache and node.js built in server) are listening on different ports. Out of the box they do, so try it and report back if you have specific conflicts or unexpected behavior.



Answered By - chrispomeroy
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing