Hi guys
I configure load balancer based on mod_proxy_balancer
I want to add active health check with status page for my backend servers
I found the module mod_proxy_hcheck but could not install it or enable it
>From the documentation, it looks like the module is available in Apache
2.4.21 and later
On Wed, Dec 28, 2016 at 3:53 PM, Eric Covener wrote:
> On Tue, Dec 27, 2016 at 8:39 AM, Adam Teale wrote:
>> Hi!
>>
>> I've been trying to setup a reverse proxy to a localhost websocket url.
>>
>> ProxyPass /chat/stream/ wss://localhost:8000/chat/stream/
>> ProxyPassReverse /chat/stream/ wss://lo
On Thu, Jan 5, 2017 at 10:36 AM, Yann Ylavic wrote:
>
> For the record (after private discussion with Adam), it seems that a
> configuration like the below would work for http(s) and ws(s) on the
> same URL:
>
> RewriteEngine on
> RewriteCond %{HTTP:Upgrade} "(?i)websocket"
> RewriteRule ^/(
Hi Yann thanks again for all your help.
I am still trying to work out why the client isn't receiving the Upgrade
header in the response.
I see a proxy debug log:
[Thu Jan 05 11:04:24.002173 2017] [proxy:debug] [pid 65956]
proxy_util.c(3754): (54)Connection reset by peer: [client 127.0.0.1:51776]
Hi,
Any one knows how to modify the installation path in apache http in lunix.
i.e. to change the installation path from /var/http/abc to /var/http/domain1web
Diligenta Limited (Company No. 5535029) is a subsidiary of Tata Consultancy
Services Limited. Diligenta Limited is registered in Engl
Hello Muduli,
I'm assuming you're talking about Apache 2.4, but it shouldn't really
matter I'd think.
If I understand your question correctly, the default installation directory
for Apache is /usr/local/apache2.Is that what you want to change? If
so, you can change that using configure and