Re: [users@httpd] Apache 2.4 forward Proxy Configuration Issue

2017-02-15 Thread Eric Covener
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 -

[users@httpd] Apache 2.4 forward Proxy Configuration Issue

2017-02-15 Thread Tapas Mishra
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

[users@httpd] Processes starts

2017-02-15 Thread Hemant Chaudhary
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

Re: [users@httpd] filtering by IP SAN entries in the client certificate

2017-02-15 Thread Daniel Gruno
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

[users@httpd] filtering by IP SAN entries in the client certificate

2017-02-15 Thread Andrei Ivanov
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'

Re: [users@httpd] Session disconnection

2017-02-15 Thread Yann Ylavic
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

Re: [users@httpd] Session disconnection

2017-02-15 Thread Luca Toscano
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