[Yanel-commits] rev 24233 - in public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep: . revisions revisions/1178526344140 revisions/1178526524522 revisions/1178526618996 revisions/1178527660698 revisions/1178527883137

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


Author: michi
Date: 2007-05-07 10:52:05 +0200 (Mon, 07 May 2007)
New Revision: 24233

Added:
   public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526344140/
   public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526344140/content
   public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526344140/meta
   public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526524522/
   public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526524522/content
   public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526524522/meta
   public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526618996/
   public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526618996/content
   public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526618996/meta
   public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178527660698/
   public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178527660698/content
   public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178527660698/meta
   public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178527883137/
   public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178527883137/content
   public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178527883137/meta
Modified:
   public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/meta
Log:
new versions added

Modified: public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/meta	2007-05-07 08:51:59 UTC (rev 24232)
+++ public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/meta	2007-05-07 08:52:05 UTC (rev 24233)
@@ -1,4 +1,4 @@
 yarep_type<string>:resource
 yarep_isCheckedOut<boolean>:false
-yarep_checkoutDate<date>:2007-05-07T10:13:57+0200
+yarep_checkoutDate<date>:2007-05-07T10:50:34+0200
 yarep_checkoutUserID<string>:lenya

Added: public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526344140/content
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526344140/content	2007-05-07 08:51:59 UTC (rev 24232)
+++ public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526344140/content	2007-05-07 08:52:05 UTC (rev 24233)
@@ -0,0 +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>
+<ul>
+  <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>
+</ul>
+</body>
+</html>
\ No newline at end of file

Added: public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526344140/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526344140/meta	2007-05-07 08:51:59 UTC (rev 24232)
+++ public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526344140/meta	2007-05-07 08:52:05 UTC (rev 24233)
@@ -0,0 +1,7 @@
+yarep_revisionComment<string>:updated
+yarep_type<string>:resource
+yarep_revisionCreator<string>:lenya
+yarep_isCheckedOut<boolean>:false
+yarep_checkoutDate<date>:2007-05-07T10:25:17+0200
+yarep_checkoutUserID<string>:lenya
+yarep_revisionCreationDate<date>:2007-05-07T10:25:44+0200

Added: public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526524522/content
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526524522/content	2007-05-07 08:51:59 UTC (rev 24232)
+++ public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526524522/content	2007-05-07 08:52:05 UTC (rev 24233)
@@ -0,0 +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>
+<ul>
+  <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 conf/extra/httpd-vhosts.conf)</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>
+</ul>
+</body>
+</html>
\ No newline at end of file

Added: public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526524522/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526524522/meta	2007-05-07 08:51:59 UTC (rev 24232)
+++ public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526524522/meta	2007-05-07 08:52:05 UTC (rev 24233)
@@ -0,0 +1,7 @@
+yarep_revisionComment<string>:updated
+yarep_type<string>:resource
+yarep_revisionCreator<string>:lenya
+yarep_isCheckedOut<boolean>:false
+yarep_checkoutDate<date>:2007-05-07T10:28:13+0200
+yarep_checkoutUserID<string>:lenya
+yarep_revisionCreationDate<date>:2007-05-07T10:28:44+0200

Added: public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526618996/content
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526618996/content	2007-05-07 08:51:59 UTC (rev 24232)
+++ public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526618996/content	2007-05-07 08:52:05 UTC (rev 24233)
@@ -0,0 +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>
+<ul>
+  <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><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>
+  
+</ul>
+</body>
+</html>
\ No newline at end of file

Added: public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526618996/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526618996/meta	2007-05-07 08:51:59 UTC (rev 24232)
+++ public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178526618996/meta	2007-05-07 08:52:05 UTC (rev 24233)
@@ -0,0 +1,7 @@
+yarep_revisionComment<string>:updated
+yarep_type<string>:resource
+yarep_revisionCreator<string>:lenya
+yarep_isCheckedOut<boolean>:false
+yarep_checkoutDate<date>:2007-05-07T10:28:51+0200
+yarep_checkoutUserID<string>:lenya
+yarep_revisionCreationDate<date>:2007-05-07T10:30:18+0200

Added: public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178527660698/content
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178527660698/content	2007-05-07 08:51:59 UTC (rev 24232)
+++ public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178527660698/content	2007-05-07 08:52:05 UTC (rev 24233)
@@ -0,0 +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>
+<ul>
+  <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><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>
\ No newline at end of file

Added: public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178527660698/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178527660698/meta	2007-05-07 08:51:59 UTC (rev 24232)
+++ public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178527660698/meta	2007-05-07 08:52:05 UTC (rev 24233)
@@ -0,0 +1,7 @@
+yarep_revisionComment<string>:updated
+yarep_type<string>:resource
+yarep_revisionCreator<string>:lenya
+yarep_isCheckedOut<boolean>:false
+yarep_checkoutDate<date>:2007-05-07T10:40:04+0200
+yarep_checkoutUserID<string>:lenya
+yarep_revisionCreationDate<date>:2007-05-07T10:47:40+0200

Added: public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178527883137/content
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178527883137/content	2007-05-07 08:51:59 UTC (rev 24232)
+++ public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178527883137/content	2007-05-07 08:52:05 UTC (rev 24233)
@@ -0,0 +1,14 @@
+<?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 <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><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>

Added: public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178527883137/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178527883137/meta	2007-05-07 08:51:59 UTC (rev 24232)
+++ public/yanel/trunk/src/realms/yanel-website/content/28fd9012-3fc5-4196-814b-9e2aef179960.yarep/revisions/1178527883137/meta	2007-05-07 08:52:05 UTC (rev 24233)
@@ -0,0 +1,7 @@
+yarep_revisionComment<string>:updated
+yarep_type<string>:resource
+yarep_revisionCreator<string>:lenya
+yarep_isCheckedOut<boolean>:false
+yarep_checkoutDate<date>:2007-05-07T10:50:34+0200
+yarep_checkoutUserID<string>:lenya
+yarep_revisionCreationDate<date>:2007-05-07T10:51:23+0200




More information about the Yanel-commits mailing list