You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by er...@apache.org on 2003/11/11 20:50:23 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_ssl.xml

erikabele    2003/11/11 11:50:23

  Modified:    docs/manual invoking.xml invoking.xml.de invoking.xml.ja
                        invoking.xml.ko
               docs/manual/mod mod_ssl.xml
  Log:
  apache -> apache2
  
  Revision  Changes    Path
  1.8       +1 -1      httpd-2.0/docs/manual/invoking.xml
  
  Index: invoking.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/invoking.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- invoking.xml	12 Apr 2003 15:04:43 -0000	1.7
  +++ invoking.xml	11 Nov 2003 19:50:23 -0000	1.8
  @@ -59,7 +59,7 @@
       time using the <code>-f</code> command-line option as in</p>
   
   <example>/usr/local/apache2/bin/apachectl -f
  -      /usr/local/apache/conf/httpd.conf</example>
  +      /usr/local/apache2/conf/httpd.conf</example>
   
       <p>If all goes well during startup, the server will detach from
       the terminal and the command prompt will return almost
  
  
  
  1.10      +1 -1      httpd-2.0/docs/manual/invoking.xml.de
  
  Index: invoking.xml.de
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/invoking.xml.de,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- invoking.xml.de	23 Apr 2003 23:25:16 -0000	1.9
  +++ invoking.xml.de	11 Nov 2003 19:50:23 -0000	1.10
  @@ -62,7 +62,7 @@
       Kommandozeilenoption <code>-f</code> wie folgt verwendet wird:</p>
   
       <example>/usr/local/apache2/bin/apachectl -f
  -      /usr/local/apache/conf/httpd.conf</example>
  +      /usr/local/apache2/conf/httpd.conf</example>
   
       <p>Wenn w&#228;hrend des Starts alles gutgeht, trennt sich der Server
       vom Terminal ab und die Eingabeaufforderung erscheint gleich darauf
  
  
  
  1.7       +1 -1      httpd-2.0/docs/manual/invoking.xml.ja
  
  Index: invoking.xml.ja
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/invoking.xml.ja,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- invoking.xml.ja	20 May 2003 07:50:04 -0000	1.6
  +++ invoking.xml.ja	11 Nov 2003 19:50:23 -0000	1.7
  @@ -62,7 +62,7 @@
       $B0LCV$r;XDj$9$k$3$H$b$G$-$^$9!#Nc$($P<!$N$h$&$K$G$9!#(B</p>
   
   <example>/usr/local/apache2/bin/apachectl -f
  -      /usr/local/apache/conf/httpd.conf</example>
  +      /usr/local/apache2/conf/httpd.conf</example>
   
       <p>$B%9%?!<%H%"%C%W$,K|;v>e<j$/$$$C$?$i!"%5!<%P$O%?!<%_%J%k$+$i(B
       $B@Z$jN%$5$l$F!"%3%^%s%I%W%m%s%W%H$,B(:B$KLa$C$F$/$k$G$7$g$&!#(B
  
  
  
  1.2       +1 -1      httpd-2.0/docs/manual/invoking.xml.ko
  
  Index: invoking.xml.ko
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/invoking.xml.ko,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- invoking.xml.ko	10 May 2003 15:05:35 -0000	1.1
  +++ invoking.xml.ko	11 Nov 2003 19:50:23 -0000	1.2
  @@ -54,7 +54,7 @@
       ������ ���� <code>-f</code> ������ �ɼ����� ������ ���� �ִ�.</p>
   
   <example>/usr/local/apache2/bin/apachectl -f
  -      /usr/local/apache/conf/httpd.conf</example>
  +      /usr/local/apache2/conf/httpd.conf</example>
   
       <p>�����ϴ� �������� ������ ���ٸ�, ������ �͹̳ο���
       �������� ���� ������Ʈ�� ���� ��� �����Եȴ�. �̴� ������
  
  
  
  1.16      +13 -13    httpd-2.0/docs/manual/mod/mod_ssl.xml
  
  Index: mod_ssl.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_ssl.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- mod_ssl.xml	19 Jun 2003 18:40:49 -0000	1.15
  +++ mod_ssl.xml	11 Nov 2003 19:50:23 -0000	1.16
  @@ -662,7 +662,7 @@
   two times (referencing different filenames) when both a RSA and a DSA based
   server certificate is used in parallel.</p>
   <example><title>Example</title>
  -SSLCertificateFile /usr/local/apache/conf/ssl.crt/server.crt
  +SSLCertificateFile /usr/local/apache2/conf/ssl.crt/server.crt
   </example>
   </usage>
   </directivesynopsis>
  @@ -689,7 +689,7 @@
   (referencing different filenames) when both a RSA and a DSA based
   private key is used in parallel.</p>
   <example><title>Example</title>
  -SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/server.key
  +SSLCertificateKeyFile /usr/local/apache2/conf/ssl.key/server.key
   </example>
   </usage>
   </directivesynopsis>
  @@ -728,7 +728,7 @@
   certificates use the <em>same</em> certificate chain. Else the browsers will be
   confused in this situation.</p>
   <example><title>Example</title>
  -SSLCertificateChainFile /usr/local/apache/conf/ssl.crt/ca.crt
  +SSLCertificateChainFile /usr/local/apache2/conf/ssl.crt/ca.crt
   </example>
   </usage>
   </directivesynopsis>
  @@ -754,7 +754,7 @@
   contains the appropriate symbolic links. Use the <code>Makefile</code> which
   comes with mod_ssl to accomplish this task.</p>
   <example><title>Example</title>
  -SSLCACertificatePath /usr/local/apache/conf/ssl.crt/
  +SSLCACertificatePath /usr/local/apache2/conf/ssl.crt/
   </example>
   </usage>
   </directivesynopsis>
  @@ -776,7 +776,7 @@
   preference. This can be used alternatively and/or additionally to 
   <directive module="mod_ssl">SSLCACertificatePath</directive>.</p>
   <example><title>Example</title>
  -SSLCACertificateFile /usr/local/apache/conf/ssl.crt/ca-bundle-client.crt
  +SSLCACertificateFile /usr/local/apache2/conf/ssl.crt/ca-bundle-client.crt
   </example>
   </usage>
   </directivesynopsis>
  @@ -802,7 +802,7 @@
   contains the appropriate symbolic links. Use the <code>Makefile</code> which
   comes with <module>mod_ssl</module> to accomplish this task.</p>
   <example><title>Example</title>
  -SSLCARevocationPath /usr/local/apache/conf/ssl.crl/
  +SSLCARevocationPath /usr/local/apache2/conf/ssl.crl/
   </example>
   </usage>
   </directivesynopsis>
  @@ -825,7 +825,7 @@
   used alternatively and/or additionally to <directive
   module="mod_ssl">SSLCARevocationPath</directive>.</p>
   <example><title>Example</title>
  -SSLCARevocationFile /usr/local/apache/conf/ssl.crl/ca-bundle-client.crl
  +SSLCARevocationFile /usr/local/apache2/conf/ssl.crl/ca-bundle-client.crl
   </example>
   </usage>
   </directivesynopsis>
  @@ -1190,7 +1190,7 @@
   <p>
   Example:</p>
   <example>
  -SSLProxyMachineCertificatePath /usr/local/apache/conf/ssl.crt/
  +SSLProxyMachineCertificatePath /usr/local/apache2/conf/ssl.crt/
   </example> 
   </usage> 
   </directivesynopsis>
  @@ -1217,7 +1217,7 @@
   <p>
   Example:</p>
   <example>
  -SSLProxyMachineCertificatePath /usr/local/apache/conf/ssl.crt/
  +SSLProxyMachineCertificatePath /usr/local/apache2/conf/ssl.crt/
   </example> 
   </usage> 
   </directivesynopsis>
  @@ -1385,7 +1385,7 @@
   contains the appropriate symbolic links. Use the <code>Makefile</code> which
   comes with mod_ssl to accomplish this task.</p>
   <example><title>Example</title>
  -SSLProxyCACertificatePath /usr/local/apache/conf/ssl.crt/
  +SSLProxyCACertificatePath /usr/local/apache2/conf/ssl.crt/
   </example>
   </usage>
   </directivesynopsis>
  @@ -1407,7 +1407,7 @@
   preference. This can be used alternatively and/or additionally to 
   <directive module="mod_ssl">SSLProxyCACertificatePath</directive>.</p>
   <example><title>Example</title>
  -SSLProxyCACertificateFile /usr/local/apache/conf/ssl.crt/ca-bundle-remote-server.crt
  +SSLProxyCACertificateFile /usr/local/apache2/conf/ssl.crt/ca-bundle-remote-server.crt
   </example>
   </usage>
   </directivesynopsis>
  @@ -1433,7 +1433,7 @@
   contains the appropriate symbolic links. Use the <code>Makefile</code> which
   comes with <module>mod_ssl</module> to accomplish this task.</p>
   <example><title>Example</title>
  -SSLProxyCARevocationPath /usr/local/apache/conf/ssl.crl/
  +SSLProxyCARevocationPath /usr/local/apache2/conf/ssl.crl/
   </example>
   </usage>
   </directivesynopsis>
  @@ -1456,7 +1456,7 @@
   used alternatively and/or additionally to <directive
   module="mod_ssl">SSLProxyCARevocationPath</directive>.</p>
   <example><title>Example</title>
  -SSLProxyCARevocationFile /usr/local/apache/conf/ssl.crl/ca-bundle-remote-server.crl
  +SSLProxyCARevocationFile /usr/local/apache2/conf/ssl.crl/ca-bundle-remote-server.crl
   </example>
   </usage>
   </directivesynopsis>