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

Tuesday, March 1, 2022

[FIXED] Chat application nodejs on a website in apache

 March 01, 2022     apache, lamp, mean-stack, node.js     No comments   

Issue

I have a question I have a website that uses LAMP technologies (Linux, Apache, mysql, php) and I would like to implement a chat that is created in MEAN technology (MongoDB, Express, Angular and nodeJS). I know that apache does not interpret nodejs, so I have two servers (apache and nodejs) but I would like that when they enter my LAMP website, this will present the welcome chat in MEAN. How can I create this combination between the two servers? I want to create something similar to https://www.livechatinc.com/ for my website. Thank you very much for your help! Sorry for my terrible English


Solution

My understanding is that you need a proxy pass in your Apache configuration.

Anyway, your MEAN application runs on specific localhost/port and you need proxy pass configuration.

If your chat is on your welcome page, you need to proxying to this page.

Hope it can help.



Answered By - Plaute
  • 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