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

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


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

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:
new versions added

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-09-27 08:27:16 UTC (rev 27700)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml	2007-09-27 08:27:31 UTC (rev 27701)
@@ -22,26 +22,27 @@
        <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>./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/apache2, see INSTALL file for more details)<br/></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/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>
+           <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/apache2/conf/httpd.conf (Include conf/extra/httpd-ssl.conf)</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/apache2/conf/httpd.conf (Include conf/extra/httpd-vhosts.conf)</li>
-       <li>Startup Apache: /usr/local/apache2/bin/apachectl start</li>
+       <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>Httpd and Tomcat with SSL:<br/> <img src="../../img/tomcat-with-ssl.png"/>
 </p>
+<p>
+Httpd with SSL only:<br/> <img src="../../img/httpd-with-ssl.png"/>
+</p>
 </body>
 </html>

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-09-27 08:27:16 UTC (rev 27700)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/ssl/en.xhtml.yarep/meta	2007-09-27 08:27:31 UTC (rev 27701)
@@ -1,4 +1,5 @@
 yarep_type<string>:resource
 yarep_isCheckedOut<boolean>:false
-yarep_checkoutDate<date>:2007-05-08T14:05:56+0200
-yarep_checkoutUserID<string>:lenya
+yarep_checkoutDate<date>:2007-09-27T11:09:54+0200
+yarep_checkoutUserID<string>:michi
+yarep_checkinDate<date>:2007-09-27T11:11:53+0200



More information about the Yanel-commits mailing list