+ 5

It is possible to run both Node.js Server and Apache/2.4.41 (ubuntu) Server on the same pc

9th Sep 2020, 10:26 PM
Apongpoh Gilbert
Apongpoh Gilbert - avatar
2 ответов
+ 3
Yes, you can, there are several ways to configure it. I would recommend running them in separate virtual machines
9th Sep 2020, 10:51 PM
Steven M
Steven M - avatar
+ 3
Yes. They can run together as long as you don't conflict their ports. Like if Apache is running on 2500 port then run node on 5000. Easy.
10th Sep 2020, 2:50 AM
Raj Chhatrala
Raj Chhatrala - avatar