[Yanel-commits] rev 24266 - in public/yanel/trunk/src/realms/yanel-website/content: . 7ae1fe5c-1003-4196-b785-5a4920bfc54f.yarep documentation/ssl documentation/ssl/en.xhtml.yarep documentation/ssl/en.xhtml.yarep/revisions documentation/ssl/en.xhtml.yarep/revisions/1178625799789 documentation/ssl/en.xhtml.yarep/revisions/1178625914305 documentation/ssl/en.xhtml.yarep/revisions/1178625978267

michi at wyona.com michi at wyona.com
Tue May 8 14:07:05 CEST 2007


Author: michi
Date: 2007-05-08 14:07:04 +0200 (Tue, 08 May 2007)
New Revision: 24266

Added:
   public/yanel/trunk/src/realms/yanel-website/content/7ae1fe5c-1003-4196-b785-5a4920bfc54f.yarep/
   public/yanel/trunk/src/realms/yanel-website/content/7ae1fe5c-1003-4196-b785-5a4920bfc54f.yarep/meta
   public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/
   public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625799789/
   public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625799789/content
   public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625799789/meta
   public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625914305/
   public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625914305/content
   public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625914305/meta
   public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625978267/
   public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625978267/content
   public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625978267/meta
Modified:
   public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml
   public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/meta
Log:
link to sample added and captions improved

Added: public/yanel/trunk/src/realms/yanel-website/content/7ae1fe5c-1003-4196-b785-5a4920bfc54f.yarep/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/7ae1fe5c-1003-4196-b785-5a4920bfc54f.yarep/meta	2007-05-08 11:39:47 UTC (rev 24265)
+++ public/yanel/trunk/src/realms/yanel-website/content/7ae1fe5c-1003-4196-b785-5a4920bfc54f.yarep/meta	2007-05-08 12:07:04 UTC (rev 24266)
@@ -0,0 +1 @@
+yarep_type<string>:resource

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml	2007-05-08 11:39:47 UTC (rev 24265)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml	2007-05-08 12:07:04 UTC (rev 24266)
@@ -18,7 +18,7 @@
          <li>make</li>
          <li>make install (will install at /usr/local/ssl by default, see INSTALL file for more details)</li>
        </ul></li>
-       <li>Test Open-SSL installation by typing "/usr/local/ssl/bin/openssl version"</li>
+       <li>Test Open-SSL installation by typing &quot;/usr/local/ssl/bin/openssl version&quot;</li>
        <li>Download <a href="http://httpd.apache.org">Apache-Httpd</a> version 2.2.3 or higher</li>
        <li>Build Apache-Httpd with SSL
          <ul>
@@ -28,20 +28,18 @@
          </ul></li>
        <li>Create SSL-Key
          <ul>
-           <li>openssl genrsa 1024 > /usr/local/apache2/conf/server.key</li>
-           <li>openssl req -new -x509 -nodes -sha1 -days 365 -key /usr/local/apache2/conf/server.key > /usr/local/apache2/conf/server.crt</li>
+           <li>openssl genrsa 1024 &gt; /usr/local/apache2/conf/server.key</li>
+           <li>openssl req -new -x509 -nodes -sha1 -days 365 -key /usr/local/apache2/conf/server.key &gt; /usr/local/apache2/conf/server.crt</li>
          </ul></li>
-       <li>Uncomment SSL config within /usr/local/apache2/conf/httpd.conf (Include conf/extra/httpd-ssl.conf)</li>
+       <li>Uncomment SSL config within /usr/local/apache2/conf/httpd.conf (Include conf/extra/httpd-ssl.conf)</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_WITH_SSL.conf">yanel/trunk/src/httpd-2.2.3/conf/extra/httpd-vhosts_WITH_SSL.conf</a></li></ul>
        <li>Startup Apache: /usr/local/apache2/bin/apachectl start</li>
        <li>Test SSL: https://127.0.0.1:443</li>
   </ul>
 </li>
 </ul>
-
-<p>
-Tomcat with SSL: <img src="../../img/tomcat-with-ssl.png"/>
+<p>Httpd and Tomcat with SSL: <img src="../../img/tomcat-with-ssl.png"/>
 <br/>
-Httpd with SSL: <img src="../../img/httpd-with-ssl.png"/>
+Httpd with SSL only: <img src="../../img/httpd-with-ssl.png"/>
 </p>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/meta	2007-05-08 11:39:47 UTC (rev 24265)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/meta	2007-05-08 12:07:04 UTC (rev 24266)
@@ -1 +1,4 @@
 yarep_type<string>:resource
+yarep_isCheckedOut<boolean>:false
+yarep_checkoutDate<date>:2007-05-08T14:05:56+0200
+yarep_checkoutUserID<string>:lenya

Added: public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625799789/content
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625799789/content	2007-05-08 11:39:47 UTC (rev 24265)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625799789/content	2007-05-08 12:07:04 UTC (rev 24266)
@@ -0,0 +1,47 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <title>How a request is being processed</title>
+</head>
+<body>
+<h1>Install Apache-Httpd with SSL</h1>
+<ul>
+<li>Install Apache-Httpd with SSL support 
+  <ul>
+       <li>Download <a href="http://www.openssl.org">Open-SSL</a> version 0.9.8d or higher<br/></li>
+       <li>Build Open-SSL
+       <ul>
+         <li>./config</li>
+         <li>make</li>
+         <li>make install (will install at /usr/local/ssl by default, see INSTALL file for more details)</li>
+       </ul></li>
+       <li>Test Open-SSL installation by typing "/usr/local/ssl/bin/openssl version"</li>
+       <li>Download <a href="http://httpd.apache.org">Apache-Httpd</a> version 2.2.3 or higher</li>
+       <li>Build Apache-Httpd with SSL
+         <ul>
+       <li>./configure --enable-ssl=shared --with-ssl=/usr/local/ssl --enable-proxy --enable-proxy-http<br/></li>
+       <li>make</li>
+       <li>make install (will install at /usr/local/apache2, see INSTALL file for more details)<br/></li>
+         </ul></li>
+       <li>Create SSL-Key
+         <ul>
+           <li>openssl genrsa 1024 > /usr/local/apache2/conf/server.key</li>
+           <li>openssl req -new -x509 -nodes -sha1 -days 365 -key /usr/local/apache2/conf/server.key > /usr/local/apache2/conf/server.crt</li>
+         </ul></li>
+       <li>Uncomment SSL config within /usr/local/apache2/conf/httpd.conf (Include conf/extra/httpd-ssl.conf)</li>
+       <li>Startup Apache: /usr/local/apache2/bin/apachectl start</li>
+       <li>Test SSL: https://127.0.0.1:443</li>
+  </ul>
+</li>
+</ul>
+
+<p>
+Tomcat with SSL: <img src="../../img/tomcat-with-ssl.png"/>
+<br/>
+Httpd with SSL: <img src="../../img/httpd-with-ssl.png"/>
+</p>
+</body>
+</html>

Added: public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625799789/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625799789/meta	2007-05-08 11:39:47 UTC (rev 24265)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625799789/meta	2007-05-08 12:07:04 UTC (rev 24266)
@@ -0,0 +1,7 @@
+yarep_revisionComment<string>:initial revision
+yarep_type<string>:resource
+yarep_revisionCreator<string>:lenya
+yarep_isCheckedOut<boolean>:false
+yarep_checkoutDate<date>:2007-05-08T14:03:19+0200
+yarep_checkoutUserID<string>:lenya
+yarep_revisionCreationDate<date>:2007-05-08T14:03:19+0200

Added: public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625914305/content
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625914305/content	2007-05-08 11:39:47 UTC (rev 24265)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625914305/content	2007-05-08 12:07:04 UTC (rev 24266)
@@ -0,0 +1,46 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <title>How a request is being processed</title>
+</head>
+<body>
+<h1>Install Apache-Httpd with SSL</h1>
+<ul>
+<li>Install Apache-Httpd with SSL support 
+  <ul>
+       <li>Download <a href="http://www.openssl.org">Open-SSL</a> version 0.9.8d or higher<br/></li>
+       <li>Build Open-SSL
+       <ul>
+         <li>./config</li>
+         <li>make</li>
+         <li>make install (will install at /usr/local/ssl by default, see INSTALL file for more details)</li>
+       </ul></li>
+       <li>Test Open-SSL installation by typing &quot;/usr/local/ssl/bin/openssl version&quot;</li>
+       <li>Download <a href="http://httpd.apache.org">Apache-Httpd</a> version 2.2.3 or higher</li>
+       <li>Build Apache-Httpd with SSL
+         <ul>
+       <li>./configure --enable-ssl=shared --with-ssl=/usr/local/ssl --enable-proxy --enable-proxy-http<br/></li>
+       <li>make</li>
+       <li>make install (will install at /usr/local/apache2, see INSTALL file for more details)<br/></li>
+         </ul></li>
+       <li>Create SSL-Key
+         <ul>
+           <li>openssl genrsa 1024 &gt; /usr/local/apache2/conf/server.key</li>
+           <li>openssl req -new -x509 -nodes -sha1 -days 365 -key /usr/local/apache2/conf/server.key &gt; /usr/local/apache2/conf/server.crt</li>
+         </ul></li>
+       <li>Uncomment SSL config within /usr/local/apache2/conf/httpd.conf (Include conf/extra/httpd-ssl.conf)</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_WITH_SSL.conf">yanel/trunk/src/httpd-2.2.3/conf/extra/httpd-vhosts_WITH_SSL.conf</a></li></ul>
+       <li>Startup Apache: /usr/local/apache2/bin/apachectl start</li>
+       <li>Test SSL: https://127.0.0.1:443</li>
+  </ul>
+</li>
+</ul>
+<p>
+Tomcat with SSL: <img src="../../img/tomcat-with-ssl.png"/>
+<br/>
+Httpd with SSL: <img src="../../img/httpd-with-ssl.png"/>
+</p>
+</body>
+</html>
\ No newline at end of file

Added: public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625914305/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625914305/meta	2007-05-08 11:39:47 UTC (rev 24265)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625914305/meta	2007-05-08 12:07:04 UTC (rev 24266)
@@ -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-08T14:03:19+0200
+yarep_checkoutUserID<string>:lenya
+yarep_revisionCreationDate<date>:2007-05-08T14:05:14+0200

Added: public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625978267/content
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625978267/content	2007-05-08 11:39:47 UTC (rev 24265)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625978267/content	2007-05-08 12:07:04 UTC (rev 24266)
@@ -0,0 +1,45 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <title>How a request is being processed</title>
+</head>
+<body>
+<h1>Install Apache-Httpd with SSL</h1>
+<ul>
+<li>Install Apache-Httpd with SSL support 
+  <ul>
+       <li>Download <a href="http://www.openssl.org">Open-SSL</a> version 0.9.8d or higher<br/></li>
+       <li>Build Open-SSL
+       <ul>
+         <li>./config</li>
+         <li>make</li>
+         <li>make install (will install at /usr/local/ssl by default, see INSTALL file for more details)</li>
+       </ul></li>
+       <li>Test Open-SSL installation by typing &quot;/usr/local/ssl/bin/openssl version&quot;</li>
+       <li>Download <a href="http://httpd.apache.org">Apache-Httpd</a> version 2.2.3 or higher</li>
+       <li>Build Apache-Httpd with SSL
+         <ul>
+       <li>./configure --enable-ssl=shared --with-ssl=/usr/local/ssl --enable-proxy --enable-proxy-http<br/></li>
+       <li>make</li>
+       <li>make install (will install at /usr/local/apache2, see INSTALL file for more details)<br/></li>
+         </ul></li>
+       <li>Create SSL-Key
+         <ul>
+           <li>openssl genrsa 1024 &gt; /usr/local/apache2/conf/server.key</li>
+           <li>openssl req -new -x509 -nodes -sha1 -days 365 -key /usr/local/apache2/conf/server.key &gt; /usr/local/apache2/conf/server.crt</li>
+         </ul></li>
+       <li>Uncomment SSL config within /usr/local/apache2/conf/httpd.conf (Include conf/extra/httpd-ssl.conf)</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_WITH_SSL.conf">yanel/trunk/src/httpd-2.2.3/conf/extra/httpd-vhosts_WITH_SSL.conf</a></li></ul>
+       <li>Startup Apache: /usr/local/apache2/bin/apachectl start</li>
+       <li>Test SSL: https://127.0.0.1:443</li>
+  </ul>
+</li>
+</ul>
+<p>Httpd and Tomcat with SSL: <img src="../../img/tomcat-with-ssl.png"/>
+<br/>
+Httpd with SSL only: <img src="../../img/httpd-with-ssl.png"/>
+</p>
+</body>
+</html>
\ No newline at end of file

Added: public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625978267/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625978267/meta	2007-05-08 11:39:47 UTC (rev 24265)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1178625978267/meta	2007-05-08 12:07:04 UTC (rev 24266)
@@ -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-08T14:05:56+0200
+yarep_checkoutUserID<string>:lenya
+yarep_revisionCreationDate<date>:2007-05-08T14:06:18+0200




More information about the Yanel-commits mailing list