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
with Ex2013 (https://github.com/bombadil/mod_proxy_msrpc/issues/14) which I
hope to get some time for next week.



On Sun, Feb 16, 2014 at 1:41 AM, Chris Arnold
carn...@electrichendrix.comwrote:

 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 2013. I will give the msrpc module a try and report back. I would
 like to hear your results aslo.



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 open issue with 
 Ex2013 ( https://github.com/bombadil/mod_proxy_msrpc/issues/14 ) which I 
 hope to get some time for next week. 

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 in 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 and copy it to the correct folder and it work or will this 
break things?