The documentation states:
Proxying both HTTP and websockets at the same time, where the websockets URL's
are not websocket-only or not known in advance can be done by using the
RewriteRule directive to configure the websockets proxying:
ProxyPass / http://example.com:9080/
RewriteEngine on
Re
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
> 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
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
> 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
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/