Re: [users@httpd] Apache Proxy https

2018-03-13 Thread Eric Covener
> https://example.com;> > ProxySet connectiontimeout=5 timeout=30 > Require all granted > AFAICT you cannot match/limit the connectable hosts this way. Fwd proxy always uses "*". I don't see good recipes out there, but this worked in my quick test: Require host *.mylan.com

[users@httpd] Apache Proxy https

2018-03-13 Thread Rajesh Cherukuri
Hi can some one help me on this , i am trying to configure Apache as forward proxy so that client can connect to the HTTPS url , below is my configuration , i get 403 when connecting to HTTPS urls , i can connect to http url without any issues if i update below vhost with* http://example.com

[users@httpd] Apache httpd 2.4.32 VC15 GA available

2018-03-13 Thread Steffen
See http://www.apachelounge.com/viewtopic.php?p=36585 Enjoy, Apache Lounge Team - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] mod_proxy apj unstable behivel

2018-03-13 Thread Suvendu Sekhar Mondal
On Tue, Mar 13, 2018, 5:13 PM David Belgini wrote: > Hello, > > > > First of all, I’m new here, if I’m doing some stupid thing please let me > to know... > > > > I have a tipical configuration like bellow. > > > > IP A (access1.test.com) – Firewall – Apache – Firewall –

Re: [users@httpd] HTTPD2 in Apache 2.4.29 Version

2018-03-13 Thread Mahendiran Vel
Hi Frank, Thanks for the reply. I need to update mod ssl version. I'll update my findings in 2 days. On 13 Mar 2018 18:17, "Frank Gingras" wrote: Event would probably be a better choice, and you seem to be missing a few bits. See the first few pages of the docs:

[users@httpd] OCSP / mod_ssl question

2018-03-13 Thread Jeff Baranski
Hi, I noticed when we turn SSLOCSPEnable on, mod_ssl tries to validate the entire certificate chain using OCSP (as the docs already clearly state). Consider the following scenario: Root CA > Intermediate CA > Client 1 Client 1 OCSP response "good", Intermediate CA has no OCSP URI, validation

Re: [users@httpd] webserver configuration to redirect correctly API calls

2018-03-13 Thread Anke Wienecke
It is not my API. But I will forward your comment to the developper! Thanks! Also thanks to Eric! I will go through "RewriteQueryString". On 2018/03/13 12:31:23, Frank Gingras wrote: > Why is your API not using pathinfo? You could simply use FallbackResource >

Re: [users@httpd] HTTPD2 in Apache 2.4.29 Version

2018-03-13 Thread Frank Gingras
Event would probably be a better choice, and you seem to be missing a few bits. See the first few pages of the docs: https://httpd.apache.org/docs/2.4/howto/http2.html On Sun, Mar 11, 2018 at 8:52 AM, Mahendiran Vel wrote: > Hi Frank, > > I have used httpd -V | grep -i

Re: [users@httpd] webserver configuration to redirect correctly API calls

2018-03-13 Thread Frank Gingras
Why is your API not using pathinfo? You could simply use FallbackResource /app/controllers/ApiController.php then. On Tue, Mar 13, 2018 at 7:55 AM, Eric Covener wrote: > On Tue, Mar 13, 2018 at 3:51 AM, anke.wiene...@gmx.net > wrote: > > Hi, > > > > I

Re: [users@httpd] webserver configuration to redirect correctly API calls

2018-03-13 Thread Eric Covener
On Tue, Mar 13, 2018 at 3:51 AM, anke.wiene...@gmx.net wrote: > Hi, > > I have to admit that I am a total amateur concerning apache and its > configuration. However, I am in the need to do so. In order to use an API to > add data into an application which is running in

Re: [users@httpd] mod_proxy apj unstable behivel

2018-03-13 Thread Gryz Bug
Hi , We had some similiar issues where we had 2 apache instances running on the same port. Have you checked your process list for running httpd processes after the issue happens ? Regards > On 13 Mar 2018, at 13:42, David Belgini wrote: > > Hello, > > First of

[users@httpd] mod_proxy apj unstable behivel

2018-03-13 Thread David Belgini
Hello, First of all, I'm new here, if I'm doing some stupid thing please let me to know... I have a tipical configuration like bellow. IP A (access1.test.com) - Firewall - Apache - Firewall - Tomcat - DB IP B (access2.test.com) I'm using apache 2.4 (httpd-2.4.6-67.el7.centos.6)

[users@httpd] webserver configuration to redirect correctly API calls

2018-03-13 Thread Anke . Wienecke
Hi, I have to admit that I am a total amateur concerning apache and its configuration. However, I am in the need to do so. In order to use an API to add data into an application which is running in apache2 I need to set a redirection. Everything what I found by now does not really help me,