eagleeye
Goto Top

Apache Reverse Proxy funktioniert nicht mit Nokia E75

Hallo,

ich habe dank eurer Hilfe vor knapp einem Jahr den Apache Reverse Proxy zum laufen bekommen. Seitdem funktioniert OWA und der abgleich über ActiveSync ohne Fehler. Es wurden schon verschiedene Handy's wie das Iphone, Nokia N65 ohne Probleme angebunden.

Nun aber zu meinem Problem.

Ich versuche schon seit ein paar Wochen das neue Nokia N75 anzubinden. Leider gelingt mir das nur teilweise.
Ich kann "nur" den Posteingang abgleichen. z.B. Unterordner und Termine werden nicht synchronisiert.
Wenn ich das N75 ins interen Netz hänge, funktioniert alles einwandfrei.

Hat vielleicht von euch jemand schon das N75 angebunden und kann mir einen Tipp geben?

Hier ein Auszug aus meiner httpd.conf:
AddDefaultCharset OFF
RequestHeader unset accept-encoding
HostnameLookups Off
UseCanonicalName Off
ProxyPreserveHost On

SSLProxyEngine On
SSLProtocol All
SSLEngine On

ProxyPass /rpc https://internerServer/rpc/
ProxyPassReverse /rpc https://internerServer/rpc/
ProxyPass /RPC https://internerServer/RPC/
ProxyPassReverse /RPC https://internerServer/RPC/
ProxyPass /Rpc https://internerServer/Rpc/
ProxyPassReverse /Rpc https://internerServer/Rpc/

ProxyPass /exchange https://internerServer/exchange
ProxyPassReverse /exchange https://internerServer/exchange
ProxyPass /Exchange https://internerServer/exchange
ProxyPassReverse /Exchange https://internerServer/exchange
ProxyPass /exchweb https://internerServer/exchweb/
ProxyPassReverse /exchweb https://internerServer/exchweb/
ProxyPass /Exchweb https://internerServer/Exchweb/
ProxyPassReverse /Exchweb https://internerServer/Exchweb/
ProxyPass /exchweb/bin/auth https://internerServer/exchweb/bin/auth/
ProxyPassReverse /exchweb/bin/auth https://internerServer/exchweb/bin/auth/
ProxyPass /public https://internerServer/public/
ProxyPassReverse /public https://internerServer/public/
ProxyPass /Public https://internerServer/Public/
ProxyPassReverse /Public https://internerServer/Public/
ProxyPass /owa https://internerServer/owa/
ProxyPassReverse /owa https://internerServer/owa/

ProxyPass /oma https://internerServer/oma/
ProxyPassReverse /oma https://internerServer/oma/
ProxyPass /Microsoft-Server-ActiveSync https://internerServer/Microsoft-Server-ActiveSync/
ProxyPassReverse /Microsoft-Server-ActiveSync https://internerServer/Microsoft-Server-ActiveSync/

ProxyPass /iisadmpwd https://internerServer/iisadmpwd/
ProxyPassReverse /iisadmpwd https://internerServer/iisadmpwd/

ProxyPass /EWS https://internerServer/EWS
ProxyPassReverse /EWS https://internerServer/EWS

ProxyPass /Autodiscover https://internerServer/Autodiscover
ProxyPassReverse /Autodiscover https://internerServer/Autodiscover
ProxyPass /AutoDiscover https://internerServer/AutoDiscover
ProxyPassReverse /AutoDiscover https://internerServer/AutoDiscover
ProxyPass /autodiscover https://internerServer/autodiscover
ProxyPassReverse /autodiscover https://internerServer/autodiscover
ProxyPass /autodiscover https://internerServer/autodiscover
ProxyPassReverse /autodiscover https://internerServer/autodiscover
ProxyPass /autoDiscover https://internerServer/autoDiscover
ProxyPassReverse /autoDiscover https://internerServer/autoDiscover

ProxyPass /rcpwithcert https://internerServer/rpcwithcert
ProxyPassReverse /rcpwithcert https://internerServer/rpcwithcert
ProxyPass /unifiedmessaging https://internerServer/unifiedmessaging
ProxyPassReverse /unifiedmessaging https://internerServer/unifiedmessaging
ProxyPass /OAB https://internerServer/OAB
ProxyPassReverse /OAB https://internerServer/OAB

ErrorLog logs/exchange_ssl_error_log
TransferLog logs/exchange_ssl_access_log
SSLCertificateChainFile /opt/lampp/etc/ssl.crt/crt-file
SSLCertificateFile /opt/lampp/etc/ssl.crt/crt-file
SSLCertificateKeyFile /opt/lampp/etc/ssl.key/pem-file


<Location />

<Limit HEAD OPTIONS GET POST SEARCH POLL SUBSCRIBE BMOVE BCOPY MOVE PROPFIND PROPPATCH BPROPPATCH DELETE BDELETE MKCOL RPC_IN_DATA RPC_OUT_DATA>
Order allow,deny
Allow from all
</Limit>


<LimitExcept HEAD OPTIONS GET POST SEARCH POLL SUBSCRIBE BMOVE BCOPY MOVE PROPFIND PROPPATCH BPROPPATCH DELETE BDELETE MKCOL RPC_IN_DATA RPC_OUT_DATA>
Order deny,allow
Deny from all
</LimitExcept>

</Location>

Im voraus vielen Dank für eure Hilfe

Content-Key: 117316

Url: https://administrator.de/contentid/117316

Printed on: April 26, 2024 at 09:04 o'clock