From 68abfe037322800734d273f0e43f60181ea5d377 Mon Sep 17 00:00:00 2001 From: Andre Malo Date: Wed, 19 Mar 2003 00:19:37 +0000 Subject: [PATCH] add mod_nw_ssl to sitemap (and autogenerated pages) and update transformation of recent changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99019 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 6 + docs/manual/mod/directives.html.de | 4 +- docs/manual/mod/directives.html.en | 4 +- docs/manual/mod/index.html.de | 1 + docs/manual/mod/index.html.en | 1 + docs/manual/mod/mod_deflate.html.en | 37 ++--- docs/manual/mod/mod_log_config.html.en | 6 + docs/manual/mod/mod_ssl.html.en | 57 ++++++-- docs/manual/mod/quickreference.html.de | 192 +++++++++++++------------ docs/manual/mod/quickreference.html.en | 192 +++++++++++++------------ docs/manual/platform/netware.html.en | 8 ++ docs/manual/sitemap.html.de | 1 + docs/manual/sitemap.html.en | 1 + docs/manual/sitemap.xml | 1 + docs/manual/sitemap.xml.de | 3 +- 15 files changed, 291 insertions(+), 223 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 655709802e..fae661c99a 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -968,6 +968,12 @@ ErrorLog logs/error.log (Windows and OS/2) document for details on why your security could be compromised if the directory where logfiles are stored is writable by anyone other than the user that starts the server.

+

Note

+

When entering a file path on non-Unix platforms, care should be taken + to make sure that only forward slashed are used even though the platform + may allow the use of back slashes. In general it is a good idea to always + use forward slashes throughout the configuration files.

+

See also

+ + diff --git a/docs/manual/sitemap.html.de b/docs/manual/sitemap.html.de index 715260c10c..c6cf9aff1d 100644 --- a/docs/manual/sitemap.html.de +++ b/docs/manual/sitemap.html.de @@ -193,6 +193,7 @@ HPUX betreiben
  • Apache-Modul mod_mime
  • Apache-Modul mod_mime_magic
  • Apache-Modul mod_negotiation
  • +
  • Apache-Modul mod_nw_ssl
  • Apache-Modul mod_proxy
  • Apache-Modul mod_proxy_connect
  • Apache-Modul mod_proxy_ftp
  • diff --git a/docs/manual/sitemap.html.en b/docs/manual/sitemap.html.en index 474757d052..e40b1ee3dc 100644 --- a/docs/manual/sitemap.html.en +++ b/docs/manual/sitemap.html.en @@ -193,6 +193,7 @@ Server on HPUX
  • Apache Module mod_mime
  • Apache Module mod_mime_magic
  • Apache Module mod_negotiation
  • +
  • Apache Module mod_nw_ssl
  • Apache Module mod_proxy
  • Apache Module mod_proxy_connect
  • Apache Module mod_proxy_ftp
  • diff --git a/docs/manual/sitemap.xml b/docs/manual/sitemap.xml index 04181a7c4a..198cd9f381 100644 --- a/docs/manual/sitemap.xml +++ b/docs/manual/sitemap.xml @@ -166,6 +166,7 @@ Server on HPUX mod_mime.xml mod_mime_magic.xml mod_negotiation.xml + mod_nw_ssl.xml mod_proxy.xml mod_proxy_connect.xml mod_proxy_ftp.xml diff --git a/docs/manual/sitemap.xml.de b/docs/manual/sitemap.xml.de index d8cf6e69fe..c609901582 100644 --- a/docs/manual/sitemap.xml.de +++ b/docs/manual/sitemap.xml.de @@ -1,6 +1,6 @@ - + @@ -167,6 +167,7 @@ HPUX betreiben mod_mime.xml mod_mime_magic.xml mod_negotiation.xml + mod_nw_ssl.xml mod_proxy.xml mod_proxy_connect.xml mod_proxy_ftp.xml -- 2.40.0