On Thu, Mar 20, 2008 at 11:37 AM, Devon Harding <[EMAIL PROTECTED]> wrote:
> Anyone? > > > On Wed, Mar 19, 2008 at 4:27 PM, Devon Harding <[EMAIL PROTECTED]> > wrote: > >> I have mod_proxy configured on a FC8 box (httpd-2.2.8-1.fc8) and can't >> seem to get RPC/HTTP for Exchange working. I keep getting prompt for >> authentication. OWA is working (I had to disable Integrated Authentication >> on IIS). I'm not using SSL. Here is my settings in >> /etc/httpd/conf/httpd.conf: >> >> NameVirtualHost *:80 >> >> <VirtualHost *:80> >> ServerName webmail.dennischarley.com >> SetEnv force-proxy-request-1.0 1 >> SetEnv proxy-nokeepalive 1 >> ProxyPass / http://webmail.domain.com/ >> ProxyPassReverse / http://webmail.domain.com/ >> </VirtualHost> >> >> Thanks, >> >> -Devon >> > Any info on this?
