From 3526bfbe331aeac6fca2b0bf4edb473028e8cab6 Mon Sep 17 00:00:00 2001
From: Erik Abele -f
wie folgt verwendet wird:
/usr/local/apache2/bin/apachectl -f
- /usr/local/apache/conf/httpd.conf
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 -f
command-line option as in
/usr/local/apache2/bin/apachectl -f
- /usr/local/apache/conf/httpd.conf
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
/usr/local/apache2/bin/apachectl -f
- /usr/local/apache/conf/httpd.conf
$B%9%?!<%H%"%C%W$,K|;v>e
/usr/local/apache2/bin/apachectl -f
- /usr/local/apache/conf/httpd.conf
½ÃÀÛÇÏ´Â °úÁ¤¿¡¼ ¹®Á¦°¡ ¾ø´Ù¸é, ¼¹ö´Â Å͹̳ο¡¼
¶³¾îÁö°í ¸í·É ÇÁ·ÒÇÁÆ®°¡ °ÅÀÇ Áï½Ã ³ª¿À°ÔµÈ´Ù. ÀÌ´Â ¼¹ö°¡
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
SSLCACertificatePath
.
-SSLCACertificateFile /usr/local/apache/conf/ssl.crt/ca-bundle-client.crt
+SSLCACertificateFile /usr/local/apache2/conf/ssl.crt/ca-bundle-client.crt
Makefile
which
comes with mod_ssl to accomplish this task.
-SSLCACertificatePath /usr/local/apache/conf/ssl.crt/
+SSLCACertificatePath /usr/local/apache2/conf/ssl.crt/
SSLCARevocationPath
.
-SSLCARevocationFile /usr/local/apache/conf/ssl.crl/ca-bundle-client.crl
+SSLCARevocationFile /usr/local/apache2/conf/ssl.crl/ca-bundle-client.crl
Makefile
which
comes with mod_ssl
to accomplish this task.
-SSLCARevocationPath /usr/local/apache/conf/ssl.crl/
+SSLCARevocationPath /usr/local/apache2/conf/ssl.crl/
-SSLCertificateChainFile /usr/local/apache/conf/ssl.crt/ca.crt
+SSLCertificateChainFile /usr/local/apache2/conf/ssl.crt/ca.crt
-SSLCertificateFile /usr/local/apache/conf/ssl.crt/server.crt
+SSLCertificateFile /usr/local/apache2/conf/ssl.crt/server.crt
-SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/server.key
+SSLCertificateKeyFile /usr/local/apache2/conf/ssl.key/server.key
SSLProxyCACertificatePath
.
-SSLProxyCACertificateFile /usr/local/apache/conf/ssl.crt/ca-bundle-remote-server.crt
+SSLProxyCACertificateFile /usr/local/apache2/conf/ssl.crt/ca-bundle-remote-server.crt
Makefile
which
comes with mod_ssl to accomplish this task.
-SSLProxyCACertificatePath /usr/local/apache/conf/ssl.crt/
+SSLProxyCACertificatePath /usr/local/apache2/conf/ssl.crt/
SSLProxyCARevocationPath
.
-SSLProxyCARevocationFile /usr/local/apache/conf/ssl.crl/ca-bundle-remote-server.crl
+SSLProxyCARevocationFile /usr/local/apache2/conf/ssl.crl/ca-bundle-remote-server.crl
Makefile
which
comes with mod_ssl
to accomplish this task.
-SSLProxyCARevocationPath /usr/local/apache/conf/ssl.crl/
+SSLProxyCARevocationPath /usr/local/apache2/conf/ssl.crl/
SSLProxyMachineCertificatePath
.
Example:
-SSLProxyMachineCertificatePath /usr/local/apache/conf/ssl.crt/
+SSLProxyMachineCertificateFile /usr/local/apache2/conf/ssl.crt/
Example:
-SSLProxyMachineCertificatePath /usr/local/apache/conf/ssl.crt/
+SSLProxyMachineCertificatePath /usr/local/apache2/conf/ssl.crt/