[Yanel-commits] rev 27700 - in public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions: . 1190884313325

michi at wyona.com michi at wyona.com
Thu Sep 27 10:27:17 CEST 2007


Author: michi
Date: 2007-09-27 10:27:16 +0200 (Thu, 27 Sep 2007)
New Revision: 27700

Added:
   public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1190884313325/
   public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1190884313325/content
   public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1190884313325/meta
Log:
new versions added

Added: public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1190884313325/content
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1190884313325/content	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1190884313325/content	2007-09-27 08:27:16 UTC (rev 27700)
@@ -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 &quot;/usr/local/ssl/bin/openssl version&quot;. As a response one should receive something like &quot;OpenSSL 0.9.8d 28 Sep 2006&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 --prefix=/usr/local/httpd-2.2.3 --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/httpd-2.2.3)<br/></li>
+         </ul></li>
+       <li>Create SSL-Key
+         <ul>
+           <li>openssl genrsa 1024 &gt; /usr/local/httpd-2.2.3/conf/server.key</li>
+           <li>openssl req -new -x509 -nodes -sha1 -days 365 -key /usr/local/httpd-2.2.3/conf/server.key &gt; /usr/local/httpd-2.2.3/conf/server.crt</li>
+         </ul></li>
+       <li>Uncomment SSL config within /usr/local/httpd-2.2.3/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>Uncomment vhosts config within /usr/local/httpd-2.2.3/conf/httpd.conf (Include conf/extra/httpd-vhosts.conf)</li>
+       <li>Startup Apache: /usr/local/httpd-2.2.3/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/1190884313325/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1190884313325/meta	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/revisions/1190884313325/meta	2007-09-27 08:27:16 UTC (rev 27700)
@@ -0,0 +1,9 @@
+yarep_revisionComment<string>:updated
+yarep_type<string>:resource
+yarep_isCheckedOut<boolean>:false
+yarep_revisionCreator<string>:michi
+workflow-date<date>:2007-09-27T11:11:53+0200
+yarep_checkoutDate<date>:2007-09-27T11:09:54+0200
+yarep_checkoutUserID<string>:michi
+workflow-state<string>:draft
+yarep_revisionCreationDate<date>:2007-09-27T11:11:53+0200



More information about the Yanel-commits mailing list