[Yanel-commits] rev 24261 - public/yanel/trunk/src/realms/yanel-website/content

michi at wyona.com michi at wyona.com
Tue May 8 12:01:55 CEST 2007


Author: michi
Date: 2007-05-08 12:01:54 +0200 (Tue, 08 May 2007)
New Revision: 24261

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960
Log:
ssl port added

Modified: public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960	2007-05-08 09:46:41 UTC (rev 24260)
+++ public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960	2007-05-08 10:01:54 UTC (rev 24261)
@@ -7,7 +7,7 @@
   <li>make install</li>
   <li>Configure virtual hosts within /usr/local/httpd-2.2.3/conf/extra/httpd-vhosts.conf</li><ul><li>A sample can be found at <a href="https://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></ul>
-  <li>Add proxy settings to realm configuration, 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;&lt;/port&gt;<br/>    &lt;prefix&gt;/yanel/yulup-website&lt;/prefix&gt;<br/>  &lt;/reverse-proxy&gt;<br/>&lt;/realm&gt;</li></ul>
+  <li>Add proxy settings to realm configuration, 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.3/conf/httpd.conf:</li><ul><li>Include conf/extra/httpd-vhosts.conf</li></ul>
 <li>UNIX: Add apachectl to various runlevels:</li><ul><li>Copy bin/apachtctl to /etc/init.d/apachectl</li><li>Create symbolic link at /etc/rc0.d/K91apachectl</li><li>Create symbolic link at /etc/rc1.d/K91apachectl</li><li>Create symbolic link at /etc/rc2.d/S91apachectl</li><li>Create symbolic link at /etc/rc3.d/S91apachectl</li><li>Create symbolic link at /etc/rc4.d/S91apachectl</li><li>Create symbolic link at /etc/rc5.d/S91apachectl</li><li>Create symbolic link at /etc/rc6.d/K91apachectl</li></ul>
 </ul>




More information about the Yanel-commits mailing list