 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Network Administrator Knowledgebase &#187; OWA on Apache</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/network-administrator/tag/owa-on-apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/network-administrator</link>
	<description></description>
	<lastBuildDate>Thu, 28 Feb 2013 15:55:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Outlook Web Access (OWA) on Apache in DMZ ;)</title>
		<link>http://itknowledgeexchange.techtarget.com/network-administrator/outlook-web-access-owa-on-apache-in-dmz/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-administrator/outlook-web-access-owa-on-apache-in-dmz/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 16:54:03 +0000</pubDate>
		<dc:creator>Michael Khanin</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Outlook Web Access]]></category>
		<category><![CDATA[Outlook Web Access (OWA) on Apache]]></category>
		<category><![CDATA[OWA on Apache]]></category>
		<category><![CDATA[RPC over HTTP/S]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-administrator/outlook-web-access-owa-on-apache-in-dmz/</guid>
		<description><![CDATA[Using Apache 2 with Outlook Web Access (OWA) it&#8217;s very easy. This solution is even working when Apache installed on Windows XP and this solution can save a lot of money , not necessary to buy Windows Server, additional Exchange Server licence or ISA Server. First, we need to enable some useful modules: proxy headers [...]]]></description>
				<content:encoded><![CDATA[<p>Using <strong>Apache 2</strong> with <strong>Outlook Web Access (OWA)</strong> it&#8217;s very easy. This solution is even working when Apache installed on <strong>Windows XP</strong> and this solution can save a lot of money <img src='http://itknowledgeexchange.techtarget.com/network-administrator/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , not necessary to buy Windows Server, additional Exchange Server licence or ISA Server. First, we need to enable some useful modules:</p>
<p><strong><em>proxy<br />
headers</em></strong></p>
<p>Now, we need to edit / create a <strong>VirtualHost</strong> section (or use<em> Include conf/extra/httpd-vhosts. conf</em>, remember to make following changes inside <em>httpd-vhosts. conf </em>):<em></p>
<p>&lt;VirtualHost 1.2.3.4:80&gt;<br />
ServerName exmail.admininfo.ca<br />
DocumentRoot /var/www/html/exchange<br />
RedirectMatch ^/(index.html?)$ https://exmail.admininfo.ca/exchange/<br />
RedirectMatch ^/exchange$ https://exmail.admininfo.ca/exchange/<br />
&lt;/VirtualHost&gt;</p>
<p>&lt;VirtualHost 1.2.3.4:443&gt;<br />
# This secures the server from being used as a third party<br />
# proxy server<br />
ProxyRequests Off</p>
<p># Allows the proxying of a SSL connection<br />
SSLProxyEngine On<br />
ProxyVia On</p>
<p>DocumentRoot /home/user/mail_proxy/html/<br />
RequestHeader set Front-End-Https &#8220;On&#8221;</p>
<p>ServerName mail</p>
<p># Set up SSL to work with this host<br />
SSLEngine On<br />
SSLCertificateFile /etc/apache/webmail-proxy/server.crt<br />
SSLCertificateKeyFile /etc/apache/webmail-proxy/server.key</p>
<p>SSLProxyMachineCertificateFile /etc/apache/webmail-proxy/certnew.cer</p>
<p>ProxyPass /exchange/ https://mail-internal/exchange/<br />
ProxyPassReverse /exchange/ https://mail-internal/exchange/</p>
<p>ProxyPass /exchweb/ https://mail-internal/exchweb/<br />
ProxyPassReverse /exchweb/ https://mail-internal/exchweb/</p>
<p>ProxyPass /public/ https://mail-internal/public/<br />
ProxyPassReverse /public/ https://mail-internal/public/</p>
<p>ProxyPreserveHost On<br />
&lt;/VirtualHost&gt;</em></p>
<p><em><strong>NOTE</strong>: If you are using Apache on Windows, remember to make changes accordingly.</em></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-administrator/outlook-web-access-owa-on-apache-in-dmz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
