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

michi at wyona.com michi at wyona.com
Mon May 7 10:52:00 CEST 2007


Author: michi
Date: 2007-05-07 10:51:59 +0200 (Mon, 07 May 2007)
New Revision: 24232

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960
Log:
new versions 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-07 08:23:29 UTC (rev 24231)
+++ public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960	2007-05-07 08:51:59 UTC (rev 24232)
@@ -1,14 +1,14 @@
-<?xml version="1.0"?><html xmlns="http://www.w3.org/1999/xhtml"><head>  <title>From Template</title></head><body>
-<h1>Deployment with a reverse proxy</h1>
+<?xml version="1.0"?><html xmlns="http://www.w3.org/1999/xhtml"><head>  <title>Deployment of Yanel behind a reverse proxy</title></head><body>
+<h1>Deployment of Yanel behind a reverse proxy</h1>
 <ul>
-  <li>Download Apache httpd 2.2.x (e.g. httpd-2.2.3)</li>
+  <li>Download Apache <a href="http://httpd.apache.org/download.cgi">httpd 2.2.x</a> (e.g. httpd-2.2.3)</li>
   <li>Install as proxy: ./configure --prefix=/usr/local/httpd-2.2.3 --enable-proxy --enable-proxy-http</li>
   <li>make</li>
   <li>make install</li>
-  <li>Configure virtual hosts within /usr/local/httpd-2.2.3/conf/extra/httpd-vhosts.conf</li>
-  <li>Activate vhosts config within /usr/local/httpd-2.2.3/conf/httpd.conf (Include ...)</li>
-  <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>
+  <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>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>
 </body>
 </html>




More information about the Yanel-commits mailing list