Software

[tips] Configurazione di Apache2 come reverse proxy di Owa

Per accedere ad Owa attraverso un server web Apache configurato in reverse proxy, questa è la configurazione da utilizzare

<VirtualHost public.domain.com:443>
ServerAdmin webmaster@domain.com
ServerName public.domain.com
DocumentRoot /var/www/public

RequestHeader set Front-End-Https "On"

ProxyRequests Off
ProxyPreserveHost On

SSLEngine On
SSLCertificateFile conf/extranet-ssl-cert.pem

<Location /exchange>
ProxyPass http://private.domain.com/exchange
ProxyPassReverse http://private.domain.com/exchange
SSLRequireSSL
</Location>

<Location /exchweb>
ProxyPass http://private.domain.com/exchweb
ProxyPassReverse http://private.domain.com/exchweb
SSLRequireSSL
</Location>

<Location /public>
ProxyPass http://private.domain.com/public
ProxyPassReverse http://private.domain.com/public
SSLRequireSSL
</Location>

</VirtualHost>

La direttiva RequestHeader richiede ad OWA di costruire tutti gli URLs usando “https” invece di “http”. La direttiva ProxyPreserveHost è altresì necessaria, altrimenti il FQDN del proxy viene sostituito dal FQDN interno.

Traduzione del thread Apache as reverse proxy to Owa 2003 pubblicato sul sito Usenet-Forums.com da Scott Lowe

05/02/2009 Tips
No Comments

[howto] Apache 2 e SSL - verifica del client attraverso l'uso dei certificati

[windows server] Utilizzo di ntdsutil per impostare i ruoli FSMO su un controller di dominio

Lascia un commento

Devi essere connesso per inviare un commento.

Giugno 2025
L M M G V S D
 1
2345678
9101112131415
16171819202122
23242526272829
30  
« Giu    

Categorie

  • Access
  • Asp
  • Cyberoam
  • Dell
  • ESX / vmWare
  • Exchange
  • Exchange 2007
  • How-To
  • IIS
  • iPhone
  • Linux
  • Mac
  • Office 365
  • Outlook
  • plesk
  • Sophos XG
  • SQL Server
  • TeamSystem
  • Tips
  • Trend Micro
  • Vb.NET
  • VB6
  • Windows 10
  • Windows 7
  • Windows SBS
  • Windows Server
  • Windows Vista
  • Windows XP
  • WSUS

How-To

  • Configure SMTP O365 Migration Using TLS 1.2 For SQL Database Mail
  • Debian anti-spam and anti-virus e-mail gateway
  • How to install Small Business Server 2003 in an existing Active Directory domain
  • Sophos XG Firewall and Firebox Branch Office VPN Integration Guide
  • Squid, SquidGard, NTLM Authentication con Samba 3.x su Debian Sarge
  • Troubleshoot high-CPU-usage issues in SQL Server

Utili

  • Chip Grafici per portatili – Benchmark
  • Il blog su Microsoft Access
  • Processori per portatili – Benchmark
  • Sophos Wireless: Wi-Fi Fundamentals
  • Zentyal – Linux Small Business Server

Meta

  • Accedi
  • Feed dei contenuti
  • Feed dei commenti
  • WordPress.org
Proudly powered by WordPress | Theme: Neblue by NEThemes.