From 3fed868d6f3c7ff2649610176f622151fd796f05 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 16 Jun 2019 12:07:13 +0000 Subject: [PATCH] Fix an example in doc (1861449 in trunk) + synch some small things (trailing spaces...) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1861450 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/platform/windows.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/manual/platform/windows.xml b/docs/manual/platform/windows.xml index c4c3ba08dc4..135d3d58995 100644 --- a/docs/manual/platform/windows.xml +++ b/docs/manual/platform/windows.xml @@ -55,7 +55,7 @@ Downloading Apache for Windows

The Apache HTTP Server Project itself does not provide binary releases of - software, only source code. Individual committers may provide + software, only source code. Individual committers may provide binary packages as a convenience, but it is not a release deliverable.

If you cannot compile the Apache HTTP Server yourself, you can obtain a binary package from numerous binary distributions @@ -66,7 +66,7 @@

@@ -162,7 +162,7 @@ RewriteRule "(.*)" "${lowercase:$1}" [R,L] directives in access.conf):

- LoadModule status_module modules/mod_status.so + LoadModule status_module "modules/mod_status.so"

Information on creating @@ -619,7 +619,7 @@ Alias "/images/" "//imagehost/www/images/" <Directory "//imagehost/www/images/"> #... -<Directory> +</Directory> @@ -631,7 +631,7 @@ Alias "/images/" "//imagehost/www/images/"

Windows Tuning