On Wed, Feb 15, 2017 at 6:59 AM, Tapas Mishra
wrote:
> But when I am disabling SSL in the virtual host and trying to connect
> outbound http it's working.
Most clients expect to speak HTTP to the proxy.
--
Eric Covener
cove...@gmail.com
-
Hi all,
I am trying to configure a Apache forward proxy with SSL. But I am not able
to connect external host using the proxy. Below is my virtual host
configuration.
Listen 10.157.131.196:12149
ServerName ech-10-157-131-196.test.com
SSLEngine On
SSLCertificateFile /opt/ssl/apache-selfsigne
Hi
When I am stating my httpd-2.4.23 servers, sometime 6 process id's or
sometimes 7 process id's are generated. Can I edit how many process id's I
want to start. I am assuming 1 process id is of root and remaining 5 of its
thread.
Please help to know why this is happening and where it is stated h
On 02/15/2017 11:31 AM, Andrei Ivanov wrote:
> Hi,
> I have a requirement to check incoming requests, something that would be
> succinctly expressed this way:
>
>
> Require expr "%{REMOTE_ADDR} in %{SSL_CLIENT_SAN_IPaddr}"
>
>
> This would check that the request IP address is among the IP a
Hi,
I have a requirement to check incoming requests, something that would
be succinctly
expressed this way:
Require expr "%{REMOTE_ADDR} in %{SSL_CLIENT_SAN_IPaddr}"
This would check that the request IP address is among the IP addresses in
the client certificate.
Unfortunately, this doesn'
Hi,
On Wed, Feb 15, 2017 at 7:32 AM, Fady Haikal wrote:
>
> Disable reuse set to on means that it will disconnect the connection
> once the proxy call it completed. So this will affect the AJAX
> functions that required the connection to be always on.
Hmm, mod_proxy_http will close the connectio
2017-02-14 16:55 GMT+01:00 Fady Haikal :
> Luca,
> Apache/2.4.18 (Win64)
>
> 10.114.119.* are the clients machines, 10.114.43.102 and 10.114.43.103
> are the app servers
>
> yes i can see 502 in the httpd access log but all are related to a
> specific ajax we are using in our application, in other