[users@httpd] ReverseProxy mTLS in backend

2020-05-26 Thread Paul van Weller
Hi, I have configured apache (2.4.6 on RHEL7) as reverse proxy, forwarding requests to a tomcat 8.5 (HTTP connector) which requests a client certificate. All works as long as I have the CA certificate of the client certificate used by the apache rp in the configured truststore at the tomcat end.

[users@httpd] ReverseProxy for UserDir

2019-11-18 Thread Ninad
Dear All, My self Ninad. I am novice user of apache httpd and linux. I  have an intranet web server (internal.com) with UserDir configured on it. I am able to access it with following urls without any issue from my LAN network. |http://internal.com/~ahttp://internal.com/~x.yhttp://internal.c

Re: [users@httpd] ReverseProxy InvalidUriScheme

2016-10-29 Thread Reid Watson
Hi Daniel I have been testing your proposed solutions - configuration works correctly - I receive InvalidUriScheme error message I believe backend checks the protocol, problem is I don't have access to the backend application — I will have a chat to the vendor I thought I could fake Pro

Re: [users@httpd] ReverseProxy InvalidUriScheme

2016-10-27 Thread Daniel
ServeName can just take host names, not the scheme (http/https), and virtualhost *:* looks to me a very complicatinhg, as in, normally one virtualhost is SSL or not, but not both. So how about trying to go with what's more correct and simple: ServerName testsite.dev.auckland.ac.nz ProxyP

[users@httpd] ReverseProxy InvalidUriScheme

2016-10-26 Thread Reid Watson
Hi Everyone, I have a small issue when configuring a ReverseProxy and Im wondering if someone has run into this issue before - Application Innerscope developed in MS silverlight (iframe content) - Application does not support HTTPS (We didn’t write the app in-house this has been provided by

Re: [users@httpd] ReverseProxy Exchange 2013

2014-02-17 Thread Thomas Eckert
> So i finally got apache2-devel installed... However, when running ./configure for mod_proxy_msrpc, i get an error due to the absence of ap_socache.h. It appears this file is included n apache 2.4. Now, will mod_proxy_msrpc only work in apache 2.4? If not, can i just get the ap_socache.h file

Re: [users@httpd] ReverseProxy Exchange 2013

2014-02-16 Thread Chris Arnold
> Chris, if you encounter any issues with mod_proxy_msrpc please report them at > https://github.com/bombadil/mod_proxy_msrpc/issues . Note that OAB, OWA, > Autodiscover, ActiveSync, etc. all use ">normal" HTTP/S (and not MSRPC like > OA) so they should work without mod_proxy_msrpc. There is an

Re: [users@httpd] ReverseProxy Exchange 2013

2014-02-16 Thread Thomas Eckert
Chris, if you encounter any issues with mod_proxy_msrpc please report them at https://github.com/bombadil/mod_proxy_msrpc/issues. Note that OAB, OWA, Autodiscover, ActiveSync, etc. all use "normal" HTTP/S (and not MSRPC like OA) so they should work without mod_proxy_msrpc. There is an open issue wi

Re: [users@httpd] ReverseProxy Exchange 2013

2014-02-15 Thread Chris Arnold
>Chris, are you trying to use webmail or Outlook Anywhere (or both)? >I have heard the RPC module works but never used it myself. >As for OWA, I will try it on one of my systems and see what happens.   Hey Yehuda,   Both. I will also need OAB and all the other things that come with exchange

Re: [users@httpd] ReverseProxy Exchange 2013

2014-02-15 Thread Yehuda Katz
org > Sent: Saturday, February 15, 2014 5:48:07 PM > Subject: [users@httpd] ReverseProxy Exchange 2013 > > I have asked this on the exchange forum and am getting some help but they > always say it is an apache issue and it may be but what i need is on the MS > side. So i am a

Re: [users@httpd] ReverseProxy Exchange 2013

2014-02-15 Thread Chris Arnold
I figured i would hear crickets on this issue on this list :) Anybody tried this module? https://github.com/bombadil/mod_proxy_msrpc - Original Message - From: "Chris Arnold" To: users@httpd.apache.org Sent: Saturday, February 15, 2014 5:48:07 PM Subject: [users@httpd] Re

[users@httpd] ReverseProxy Exchange 2013

2014-02-15 Thread Chris Arnold
I have asked this on the exchange forum and am getting some help but they always say it is an apache issue and it may be but what i need is on the MS side. So i am asking here in the event someone here has done this. What i am trying to do: use autodiscover during a outlook email account setup.

[users@httpd] ReverseProxy

2013-05-24 Thread Joe Williams
I am setting up apache2.4.4 with SSL to use as a reverse proxy. SSL is enabled using a public godaddy certificate. This supposed to be passing requests on 443 to a backend IIS server on a CA certificate to port 4443 Browsing to the url for the IIS site throws the following errors in the apache

[users@httpd] ReverseProxy and application/pdf

2013-03-25 Thread Sunil Pandit
Hello Experts I am having an issue with Reverse Proxy . I am using Apache 2.2 as a reverse proxy . I am reverse proxying a web app which creates a page with an Object tag in it . The Object tag contains PDF . Something like this When I access this web app directly everything works fine .

RE: [users@httpd] ReverseProxy is not working

2011-12-08 Thread Alex Samad - Yieldbroker
Hi Also why not use the weblogic plugin instead of passing http through ? Alex -Original Message- From: KESTAR [mailto:perathkart...@gmail.com] Sent: Thursday, 8 December 2011 11:12 PM To: users@httpd.apache.org Subject: [users@httpd] ReverseProxy is not working I installed Apache

Re: [users@httpd] ReverseProxy is not working

2011-12-08 Thread Tom Evans
On Thu, Dec 8, 2011 at 12:11 PM, KESTAR wrote: > > > I installed Apache Httpd server "httpd-2.2.19-win32-x86-openssl-0.9.8r" on > Windows 2008 Server R2. > > I have a java applications deployed in weblogic in another machine. I am > trying to set up reverse proxy to that application. > > This is h

[users@httpd] ReverseProxy is not working

2011-12-08 Thread KESTAR
I installed Apache Httpd server "httpd-2.2.19-win32-x86-openssl-0.9.8r" on Windows 2008 Server R2. I have a java applications deployed in weblogic in another machine. I am trying to set up reverse proxy to that application. This is how I set up ReverseProxy in httpd.conf ##