Hi all,
I'm running 2.0.46 on Red Hat EL3. I've been seemingly successfully Reverse
Proxying Exchange 2003 Outlook Web Access with the following parameters:
ProxyPass /exchange
https://www.example.com/exchange
ProxyPassReverse /exchange
https://www.example.com/exchange
ProxyPass /exchweb
https://www.example.com/exchweb
ProxyPassReverse /exchweb
https://www.example.com/exchweb
ProxyPass /public
https://www.example.com/public
ProxyPassReverse /public
https://www.example.com/public
ProxyPass /iisadmpwd
https://www.example.com/iisadmpwd
ProxyPassReverse /iisadmpwd
https://www.example.com/iisadmpwd
The whole setup works beautifully 99% of the time. However, it seems certain
messages in Public Folders (which are basically just files dropped in) are
getting forbidden errors only when using apache:
/var/log/httpd/ssl_access_log.3:68.236.178.68 - - [14/Jun/2004:10:31:47 -0400]
"GET /public/Group%20Fitness/GFI%20New%20Hire%20Forms/InstructorAuditionForm.pdf
HTTP/1.1" 403 141
/var/log/httpd/ssl_access_log:192.168.2.50 - - [17/Jun/2004:15:33:26 -0400] "GET
/public/Group%20Fitness/Candidate%20List%20NYC%20area/Candidate%20Audition%20List%20(Nov%2021%202003).do c
HTTP/1.1" 403 141
If I access the same items directly using the IIS server things work as
expected. All NTLM authentication is disabled.
What should I look at?
thanks
Karnov