Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

SSL'd Apache 2.2 Reverse Proxy to OWA 2007 Upload Problem

 
   Web Hosting Problem Solving Community! (Home) -> Apache RSS
Next:  Redirect website  
Author Message
Wont

External


Since: Dec 31, 2007
Posts: 1



(Msg. 1) Posted: Mon Dec 31, 2007 7:32 am
Post subject: SSL'd Apache 2.2 Reverse Proxy to OWA 2007 Upload Problem
Archived from groups: alt>apache>configuration (more info?)

Hello All,

We have Apache 2.2.6 successfully doing reverse proxying for OWA 2007,
but we have a problem. When trying to upload files greater than about
100kb in size to attach to emails, after the upload completes, the
page refreshes to a blank page.

When the user opens the saved draft up after getting back to the OWA
interface, there is no attachment in the draft email.

This problem occurs with Firefox, IE6 and IE7. I'm hoping someone out
there has tackled and solved this particular problem. I've been
beating my brains out trying to find a solution to it.

Our environment is as follows:

Client <--(HTTPS)--> Firewall <--> Apache2 <--> Firewall <--(HTTPS)--
>Exchange

In case the problem might be in our conf, here it is:

<VirtualHost aaa.bbb.ccc.ddd:443>

DocumentRoot "/srv/httpd/htdocs"
ServerAlias exmail.domain.com:443
ServerName mxa.domain.com:443
ServerAdmin postmaster.DeleteThis@domain.com
ErrorLog /var/log/httpd/error_log
TransferLog /var/log/httpd/access_log
CacheDisable *

SSLEngine on

SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:
+SSLv2:+EXP:+eNULL
SSLCertificateFile /etc/httpd/cert.pem
SSLCertificateKeyFile /etc/httpd/key.pem

<FilesMatch "\.(cgi|shtml|phtml|php)$">
SSLOptions +StdEnvVars
</FilesMatch>
<Directory "/srv/httpd/cgi-bin">
SSLOptions +StdEnvVars
</Directory>

BrowserMatch ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0

CustomLog /var/log/httpd/ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"

RequestHeader set Front-End-Https "On"

ProxyRequests Off
SSLProxyEngine On
SSLProxyVerify none
SSLProxyMachineCertificateFile /etc/httpd/proxy.pem
ProxyPreserveHost On

AddDefaultCharset UTF-8
RequestHeader unset accept-encoding

RewriteEngine on
RewriteRule ^/$ /exchange/ [R]
RewriteRule exchange([^/].*) /exchange/$1 [R,QSA,L]
RewriteRule exchweb([^/].*) /exchweb/$1 [R,QSA,L]

<Location /exchange>
ProxyPass https://10.100.0.14/exchange
ProxyPassReverse https://10.100.0.14/exchange
SSLRequireSSL
</Location>
<Location /exchweb>
ProxyPass https://10.100.0.14/exchweb
ProxyPassReverse https://10.100.0.14/exchweb
SSLRequireSSL
</Location>
<Location /public>
ProxyPass https://10.100.0.14/public
ProxyPassReverse https://10.100.0.14/public
SSLRequireSSL
</Location>
<Location />
ProxyPass https://10.100.0.14/
ProxyPassReverse https://10.100.0.14/
SSLRequireSSL
</Location>
<Location /iisadmpwd>
ProxyPass https://10.100.0.14/iisadmpwd
ProxyPassReverse https://10.100.0.14/iisadmpwd
SSLRequireSSL
</Location>

</VirtualHost>

 >> Stay informed about: SSL'd Apache 2.2 Reverse Proxy to OWA 2007 Upload Problem 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
apache reverse proxy problem - Hello, I'm trying to setup reverse proxy as DMZ based gateway to our intranet Domino server. I have working setup of Apache2 (ver. 2.0.x on Debian Sarge) of reverse proxy with SSL. It works like this: 1. User enter address of mail server like..

problem adding reverse proxy to Apache 2.2.0 - Hello, I'm having trouble installing the necessary modules to use apache 2.2.0 as a reverse proxy. First of all, httpd -l lists mod_so as installed, the modules directory already contained mod_proxy, mod_proxy_connect, mod_proxy_ftp, and ..

IE problem with Reverse Proxy - I can access my production server through my reverse proxy with Netscape, Mozilla, or Safari, but IE 5 -6 just gives me a blank page. IE is fine if I connect to the production server directly. My reverse proxy setup is apache 2.0.47 running on fedora...

Newbie's Reverse Proxy problem - Hi folks, I am new to Apache and to Linux. I need to set up a reverse proxy with Apache2 and Linux (Suse 8.2). After reading manuals and documentation (e.g. http://httpd.apache.org/docs-2.0/mod/mod_proxy.html) I thought this would be a pretty easy..

Apache 2.0.48 and reverse proxy - Hi, I am not able to setup reverse proxies using the following script in Apache 2.0.48 because of directive problems. I have to set up two reverse proxies for my webserver running on two different ports. What changes do I need to make it running on..
   Web Hosting Problem Solving Community! (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]