summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorErik Abele <erikabele@apache.org>2003-11-11 21:06:57 +0100
committerErik Abele <erikabele@apache.org>2003-11-11 21:06:57 +0100
commit3526bfbe331aeac6fca2b0bf4edb473028e8cab6 (patch)
tree416785f11c95ab4c43b14339f15f184b0d116958 /docs
parentFix example. (diff)
downloadapache2-3526bfbe331aeac6fca2b0bf4edb473028e8cab6.tar.xz
apache2-3526bfbe331aeac6fca2b0bf4edb473028e8cab6.zip
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101756 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/invoking.html.de2
-rw-r--r--docs/manual/invoking.html.en2
-rw-r--r--docs/manual/invoking.html.ja.jis2
-rw-r--r--docs/manual/invoking.html.ko.euc-kr2
-rw-r--r--docs/manual/mod/mod_ssl.html.en26
5 files changed, 17 insertions, 17 deletions
diff --git a/docs/manual/invoking.html.de b/docs/manual/invoking.html.de
index 7447fdcc22..97a482d9b6 100644
--- a/docs/manual/invoking.html.de
+++ b/docs/manual/invoking.html.de
@@ -75,7 +75,7 @@
Kommandozeilenoption <code>-f</code> wie folgt verwendet wird:</p>
<div class="example"><p><code>/usr/local/apache2/bin/apachectl -f
- /usr/local/apache/conf/httpd.conf</code></p></div>
+ /usr/local/apache2/conf/httpd.conf</code></p></div>
<p>Wenn während des Starts alles gutgeht, trennt sich der Server
vom Terminal ab und die Eingabeaufforderung erscheint gleich darauf
diff --git a/docs/manual/invoking.html.en b/docs/manual/invoking.html.en
index a5591b9a30..20188da30e 100644
--- a/docs/manual/invoking.html.en
+++ b/docs/manual/invoking.html.en
@@ -76,7 +76,7 @@
time using the <code>-f</code> command-line option as in</p>
<div class="example"><p><code>/usr/local/apache2/bin/apachectl -f
- /usr/local/apache/conf/httpd.conf</code></p></div>
+ /usr/local/apache2/conf/httpd.conf</code></p></div>
<p>If all goes well during startup, the server will detach from
the terminal and the command prompt will return almost
diff --git a/docs/manual/invoking.html.ja.jis b/docs/manual/invoking.html.ja.jis
index 681e8b4091..ba0419730e 100644
--- a/docs/manual/invoking.html.ja.jis
+++ b/docs/manual/invoking.html.ja.jis
@@ -79,7 +79,7 @@
$B0LCV$r;XDj$9$k$3$H$b$G$-$^$9!#Nc$($P<!$N$h$&$K$G$9!#(B</p>
<div class="example"><p><code>/usr/local/apache2/bin/apachectl -f
- /usr/local/apache/conf/httpd.conf</code></p></div>
+ /usr/local/apache2/conf/httpd.conf</code></p></div>
<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
diff --git a/docs/manual/invoking.html.ko.euc-kr b/docs/manual/invoking.html.ko.euc-kr
index 6fcea2c65b..5619801f13 100644
--- a/docs/manual/invoking.html.ko.euc-kr
+++ b/docs/manual/invoking.html.ko.euc-kr
@@ -70,7 +70,7 @@
´ÙÀ½°ú °°ÀÌ <code>-f</code> ¸í·ÉÇà ¿É¼ÇÀ¸·Î ÁöÁ¤ÇÒ ¼öµµ ÀÖ´Ù.</p>
<div class="example"><p><code>/usr/local/apache2/bin/apachectl -f
- /usr/local/apache/conf/httpd.conf</code></p></div>
+ /usr/local/apache2/conf/httpd.conf</code></p></div>
<p>½ÃÀÛÇÏ´Â °úÁ¤¿¡¼­ ¹®Á¦°¡ ¾ø´Ù¸é, ¼­¹ö´Â Å͹̳ο¡¼­
¶³¾îÁö°í ¸í·É ÇÁ·ÒÇÁÆ®°¡ °ÅÀÇ Áï½Ã ³ª¿À°ÔµÈ´Ù. ÀÌ´Â ¼­¹ö°¡
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en
index c874ad154e..40a67961a8 100644
--- a/docs/manual/mod/mod_ssl.html.en
+++ b/docs/manual/mod/mod_ssl.html.en
@@ -171,7 +171,7 @@ concatenation of the various PEM-encoded Certificate files, in order of
preference. This can be used alternatively and/or additionally to
<code class="directive"><a href="#sslcacertificatepath">SSLCACertificatePath</a></code>.</p>
<div class="example"><h3>Example</h3><p><code>
-SSLCACertificateFile /usr/local/apache/conf/ssl.crt/ca-bundle-client.crt
+SSLCACertificateFile /usr/local/apache2/conf/ssl.crt/ca-bundle-client.crt
</code></p></div>
</div>
@@ -197,7 +197,7 @@ there: you also have to create symbolic links named
contains the appropriate symbolic links. Use the <code>Makefile</code> which
comes with mod_ssl to accomplish this task.</p>
<div class="example"><h3>Example</h3><p><code>
-SSLCACertificatePath /usr/local/apache/conf/ssl.crt/
+SSLCACertificatePath /usr/local/apache2/conf/ssl.crt/
</code></p></div>
</div>
@@ -219,7 +219,7 @@ for Client Authentication. Such a file is simply the concatenation of
the various PEM-encoded CRL files, in order of preference. This can be
used alternatively and/or additionally to <code class="directive"><a href="#sslcarevocationpath">SSLCARevocationPath</a></code>.</p>
<div class="example"><h3>Example</h3><p><code>
-SSLCARevocationFile /usr/local/apache/conf/ssl.crl/ca-bundle-client.crl
+SSLCARevocationFile /usr/local/apache2/conf/ssl.crl/ca-bundle-client.crl
</code></p></div>
</div>
@@ -245,7 +245,7 @@ Additionally you have to create symbolic links named
contains the appropriate symbolic links. Use the <code>Makefile</code> which
comes with <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> to accomplish this task.</p>
<div class="example"><h3>Example</h3><p><code>
-SSLCARevocationPath /usr/local/apache/conf/ssl.crl/
+SSLCARevocationPath /usr/local/apache2/conf/ssl.crl/
</code></p></div>
</div>
@@ -282,7 +282,7 @@ using a coupled RSA+DSA certificate pair, this will work only if actually both
certificates use the <em>same</em> certificate chain. Else the browsers will be
confused in this situation.</p>
<div class="example"><h3>Example</h3><p><code>
-SSLCertificateChainFile /usr/local/apache/conf/ssl.crt/ca.crt
+SSLCertificateChainFile /usr/local/apache2/conf/ssl.crt/ca.crt
</code></p></div>
</div>
@@ -303,7 +303,7 @@ Pass Phrase dialog is forced at startup time. This directive can be used up to
two times (referencing different filenames) when both a RSA and a DSA based
server certificate is used in parallel.</p>
<div class="example"><h3>Example</h3><p><code>
-SSLCertificateFile /usr/local/apache/conf/ssl.crt/server.crt
+SSLCertificateFile /usr/local/apache2/conf/ssl.crt/server.crt
</code></p></div>
</div>
@@ -330,7 +330,7 @@ at startup time. This directive can be used up to two times
(referencing different filenames) when both a RSA and a DSA based
private key is used in parallel.</p>
<div class="example"><h3>Example</h3><p><code>
-SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/server.key
+SSLCertificateKeyFile /usr/local/apache2/conf/ssl.key/server.key
</code></p></div>
</div>
@@ -831,7 +831,7 @@ concatenation of the various PEM-encoded Certificate files, in order of
preference. This can be used alternatively and/or additionally to
<code class="directive"><a href="#sslproxycacertificatepath">SSLProxyCACertificatePath</a></code>.</p>
<div class="example"><h3>Example</h3><p><code>
-SSLProxyCACertificateFile /usr/local/apache/conf/ssl.crt/ca-bundle-remote-server.crt
+SSLProxyCACertificateFile /usr/local/apache2/conf/ssl.crt/ca-bundle-remote-server.crt
</code></p></div>
</div>
@@ -857,7 +857,7 @@ there: you also have to create symbolic links named
contains the appropriate symbolic links. Use the <code>Makefile</code> which
comes with mod_ssl to accomplish this task.</p>
<div class="example"><h3>Example</h3><p><code>
-SSLProxyCACertificatePath /usr/local/apache/conf/ssl.crt/
+SSLProxyCACertificatePath /usr/local/apache2/conf/ssl.crt/
</code></p></div>
</div>
@@ -879,7 +879,7 @@ for Remote Server Authentication. Such a file is simply the concatenation of
the various PEM-encoded CRL files, in order of preference. This can be
used alternatively and/or additionally to <code class="directive"><a href="#sslproxycarevocationpath">SSLProxyCARevocationPath</a></code>.</p>
<div class="example"><h3>Example</h3><p><code>
-SSLProxyCARevocationFile /usr/local/apache/conf/ssl.crl/ca-bundle-remote-server.crl
+SSLProxyCARevocationFile /usr/local/apache2/conf/ssl.crl/ca-bundle-remote-server.crl
</code></p></div>
</div>
@@ -905,7 +905,7 @@ Additionally you have to create symbolic links named
contains the appropriate symbolic links. Use the <code>Makefile</code> which
comes with <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> to accomplish this task.</p>
<div class="example"><h3>Example</h3><p><code>
-SSLProxyCARevocationPath /usr/local/apache/conf/ssl.crl/
+SSLProxyCARevocationPath /usr/local/apache2/conf/ssl.crl/
</code></p></div>
</div>
@@ -972,7 +972,7 @@ or additionally to <code>SSLProxyMachineCertificatePath</code>.
<p>
Example:</p>
<div class="example"><p><code>
-SSLProxyMachineCertificatePath /usr/local/apache/conf/ssl.crt/
+SSLProxyMachineCertificateFile /usr/local/apache2/conf/ssl.crt/
</code></p></div>
</div>
@@ -1000,7 +1000,7 @@ comes with mod_ssl to accomplish this task.
<p>
Example:</p>
<div class="example"><p><code>
-SSLProxyMachineCertificatePath /usr/local/apache/conf/ssl.crt/
+SSLProxyMachineCertificatePath /usr/local/apache2/conf/ssl.crt/
</code></p></div>
</div>