Skip to content

Commit

Permalink
svn replaced by git
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Jan 18, 2012
1 parent f2bbbaf commit 9c256ca
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@ <h1>Deployment of Yanel behind a reverse proxy</h1>
<li>Install as proxy: ./configure --prefix=/usr/local/httpd-2.2.13 --enable-proxy --enable-proxy-http --enable-proxy-balancer<br/></li>
<li>make</li>
<li>make install</li>
<li>Configure virtual hosts within /usr/local/httpd-2.2.13/conf/extra/httpd-vhosts.conf</li><ul><li>A sample can be found at <a href="http://svn.wyona.org/repos/public/yanel/trunk/src/httpd-2.2.3/conf/extra/httpd-vhosts.conf">yanel/trunk/src/httpd-2.2.3/conf/extra/httpd-vhosts.conf</a>
<li>Configure virtual hosts within /usr/local/httpd-2.2.13/conf/extra/httpd-vhosts.conf</li><ul><li>A sample can be found at <a href="https://github.com/wyona/yanel/blob/master/src/httpd-2.2.3/conf/extra/httpd-vhosts.conf">YANEL_HOME/src/httpd-2.2.3/conf/extra/httpd-vhosts.conf</a>
</li></ul>
<li>Add proxy settings to realm configuration (realms.xml), e.g.:</li><ul><li> &lt;realm id=&quot;...<br/>&lt;reverse-proxy&gt;<br/> &lt;host-name&gt;www.yulup.org&lt;/host-name&gt;<br/> &lt;port&gt;80&lt;/port&gt;<br/> &lt;ssl-port&gt;443&lt;/ssl-port&gt;<br/> &lt;prefix&gt;/yanel/yulup-website&lt;/prefix&gt;<br/> &lt;/reverse-proxy&gt;<br/>&lt;/realm&gt;</li></ul>
<li>Activate vhosts config within /usr/local/httpd-2.2.13/conf/httpd.conf:</li><ul><li>Include conf/extra/httpd-vhosts.conf</li></ul>
Expand Down

0 comments on commit 9c256ca

Please sign in to comment.