Hi Kevin, Here's the content for my reverse proxy config file:
SSLProxyEngine on ProxyPass /fisheye http://192.168.xxx.xxx:8060/fisheye ProxyPassReverse /fisheye https://192.168.xxx.xxx:8060/fisheye ProxyPass /crm http://192.168.xxx.xxx:9999/ ProxyPassReverse /crm http://192.168.xxx.xxx:9999/ <Location /crm> SetEnv force-proxy-request-1.0 1 SetEnv proxy-nokeepalive 1 #ProxyPassReverse / </Location> The reverse proxy for /fisheye works without a hitch. Regards, -----Original Message----- From: Kevin Saenz [mailto:[email protected]] Sent: Tuesday, 10 March 2009 11:05 AM To: Hongduc Nguyen Cc: [email protected] Subject: Re: [SLUG] Apache reverse proxying with MS I think you might be missing some other key config options can you send your reverse proxy config? if it's sensitive protect any sensitive data. does your reverse proxy settings work using standard www ports? On 10/03/2009, at 9:52 AM, Hongduc Nguyen wrote: > Hi Slug, > > I'm trying to get Apach to reverse proxy my Microsoft CRM site. > Currently configured to use the ProxyPass and ProxyPassReverse > directives. > > ProxyPass /crm http://IP address of CRM:9999/ ProxyPassReverse /crm > http://IP address of CRM:9999/ > > When I hit the crm site - http://server/crm, I get a "cannot display > webpage" error after entering my username/password. > > Would anyone have any ideas as to what the problem is? > > Regards, > HD > > > Please consider our environment before printing this email. > This e-mail and any files transmitted with it are privileged and > confidential information intended for the use of the addressee. The > confidentiality and/or privilege in this e-mail is not waived, lost or > destroyed if it has been transmitted to you in error. If you have > received this e-mail in error you must (a) not disseminate, copy or > take any action in reliance on it; (b) notify [email protected] > and the sender immediately; and (c) delete the original e-mail. > -- > SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ > Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html > -- Message protected by MailGuard: e-mail anti-virus, anti-spam and content filtering. http://www.mailguard.com.au Click here to report this message as spam: https://login.mailguard.com.au/report/1x1sFZfFYi/69i2PXtrHIncqIv5OqQGcn/0 Please consider our environment before printing this email. This e-mail and any files transmitted with it are privileged and confidential information intended for the use of the addressee. The confidentiality and/or privilege in this e-mail is not waived, lost or destroyed if it has been transmitted to you in error. If you have received this e-mail in error you must (a) not disseminate, copy or take any action in reliance on it; (b) notify [email protected] and the sender immediately; and (c) delete the original e-mail. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
