Re: [users@httpd] Apache httpd with Node.js backend server.

2023-07-04 Thread Frank Gingras
This isn't how ProxyPassReverse is to be used, see: https://httpd.apache.org/docs/current/mod/mod_proxy.html#proxypassreverse On Tue, Jul 4, 2023 at 1:21 PM Kaushal Shriyan wrote: > Hi, > > I have added the below ProxyPassMatch and ProxyPassReverse in > /etc/httpd/conf.d/phpnodejs.conf after re

Re: [users@httpd] Apache httpd with Node.js backend server.

2023-07-04 Thread Kaushal Shriyan
Hi, I have added the below ProxyPassMatch and ProxyPassReverse in /etc/httpd/conf.d/phpnodejs.conf after referring to https://httpd.apache.org/docs/current/mod/mod_proxy.html#proxypassmatch ProxyPassMatch"/demo(.*)" "http://localhost:8000/$1 " ProxyPassReverse "

Re: [users@httpd] Apache httpd with Node.js backend server.

2023-07-03 Thread Kaushal Shriyan
On Mon, Jul 3, 2023 at 10:44 PM Richard wrote: > > > > Date: Monday, July 03, 2023 22:22:04 +0530 > > From: Kaushal Shriyan > > > > On Mon, Jul 3, 2023 at 10:10 PM Richard wrote: > > > >> > >> > Date: Monday, July 03, 2023 20:35:36 +0530 > >> > From: Kaushal Shriyan > >> > > >> > I have initiat

Re: [users@httpd] Apache httpd with Node.js backend server.

2023-07-03 Thread Richard
> Date: Monday, July 03, 2023 22:22:04 +0530 > From: Kaushal Shriyan > > On Mon, Jul 3, 2023 at 10:10 PM Richard wrote: > >> >> > Date: Monday, July 03, 2023 20:35:36 +0530 >> > From: Kaushal Shriyan >> > >> > I have initiated a new thread to discuss the new issue. I am >> > running node.js

Re: [users@httpd] Apache httpd with Node.js backend server.

2023-07-03 Thread Kaushal Shriyan
On Mon, Jul 3, 2023 at 10:10 PM Richard wrote: > > > > Date: Monday, July 03, 2023 20:35:36 +0530 > > From: Kaushal Shriyan > > > > I have initiated a new thread to discuss the new issue. I am > > running node.js application on port 8000 and Apache HTTP server on > > CentOS Linux release 7.9.200

Re: [users@httpd] Apache httpd with Node.js backend server.

2023-07-03 Thread Richard
> Date: Monday, July 03, 2023 20:35:36 +0530 > From: Kaushal Shriyan > > I have initiated a new thread to discuss the new issue. I am > running node.js application on port 8000 and Apache HTTP server on > CentOS Linux release 7.9.2009 (Core) > ># node --version > *v16.20.0* ># httpd -v > Serve

[users@httpd] Apache httpd with Node.js backend server.

2023-07-03 Thread Kaushal Shriyan
Hi, I have initiated a new thread to discuss the new issue. I am running node.js application on port 8000 and Apache HTTP server on CentOS Linux release 7.9.2009 (Core) # node --version *v16.20.0* # httpd -v Server version: *Apache/2.4.57 (IUS)* Server built: Apr 7 2023 14:49:47 # *#cat /etc/