diff options
author | Ken Coar <coar@apache.org> | 2015-04-15 22:04:05 +0200 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 2015-04-15 22:04:05 +0200 |
commit | 430aadce59b536d533be35d333eebfe579a94d16 (patch) | |
tree | fcd7eb8e221a10583db0158affd211834cbfa602 /docs/manual/platform | |
parent | Break <highlight language="commit">foo</highlight> into separate lines. (diff) | |
download | apache2-430aadce59b536d533be35d333eebfe579a94d16.tar.xz apache2-430aadce59b536d533be35d333eebfe579a94d16.zip |
* Remove trailing whitespace from a bunch of *.xml files
* Quoted arguments to Rewrite{Base,Cond,Map,Rule}.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673945 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/platform')
-rw-r--r-- | docs/manual/platform/windows.html.en | 16 | ||||
-rw-r--r-- | docs/manual/platform/windows.xml | 18 |
2 files changed, 17 insertions, 17 deletions
diff --git a/docs/manual/platform/windows.html.en b/docs/manual/platform/windows.html.en index f76e3d4320..8b7176b982 100644 --- a/docs/manual/platform/windows.html.en +++ b/docs/manual/platform/windows.html.en @@ -63,8 +63,8 @@ <h2><a name="down" id="down">Downloading Apache for Windows</a></h2> - <p>The Apache HTTP Server Project itself does not provide binary releases of - software, only source code. Individual committers <em>may</em> provide + <p>The Apache HTTP Server Project itself does not provide binary releases of + software, only source code. Individual committers <em>may</em> provide binary packages as a convenience, but it is not a release deliverable.</p> <p>If you cannot compile the Apache HTTP Server yourself, you can obtain a binary package from numerous binary distributions @@ -142,9 +142,9 @@ is used in URLs, you can use something like:</p> <pre class="prettyprint lang-config">RewriteEngine On -RewriteMap lowercase int:tolower -RewriteCond %{REQUEST_URI} [A-Z] -RewriteRule (.*) ${lowercase:$1} [R,L]</pre> +RewriteMap lowercase "int:tolower" +RewriteCond "%{REQUEST_URI}" "[A-Z]" +RewriteRule "(.*)" "${lowercase:$1}" [R,L]</pre> </li> <li><p>When running, Apache needs write access only to the logs @@ -436,8 +436,8 @@ RewriteRule (.*) ${lowercase:$1} [R,L]</pre> Programs. Change to the folder to which you installed Apache, type the command <code>httpd.exe</code>, and read the error message. Then change to the logs folder, and review the <code>error.log</code> - file for configuration mistakes. Assuming httpd was installed into - <code>C:\Program Files\Apache Software Foundation\Apache2.5\</code>, + file for configuration mistakes. Assuming httpd was installed into + <code>C:\Program Files\Apache Software Foundation\Apache2.5\</code>, you can do the following:</p> <div class="example"><p><code> @@ -625,7 +625,7 @@ RewriteRule (.*) ${lowercase:$1} [R,L]</pre> <h2><a name="tuning" id="tuning">Windows Tuning</a></h2> <ul> - <li><p>If more than a few dozen piped loggers are used on an operating system + <li><p>If more than a few dozen piped loggers are used on an operating system instance, scaling up the "desktop heap" is often necessary. For more detailed information, refer to the <a href="../logs.html#piped">piped logging</a> documentation.</p></li> </ul> diff --git a/docs/manual/platform/windows.xml b/docs/manual/platform/windows.xml index 61d967ba0c..c8c1dd3c08 100644 --- a/docs/manual/platform/windows.xml +++ b/docs/manual/platform/windows.xml @@ -54,8 +54,8 @@ <section id="down"> <title>Downloading Apache for Windows</title> - <p>The Apache HTTP Server Project itself does not provide binary releases of - software, only source code. Individual committers <em>may</em> provide + <p>The Apache HTTP Server Project itself does not provide binary releases of + software, only source code. Individual committers <em>may</em> provide binary packages as a convenience, but it is not a release deliverable.</p> <p>If you cannot compile the Apache HTTP Server yourself, you can obtain a binary package from numerous binary distributions @@ -72,7 +72,7 @@ </ul> </section> - + <section id="cust"> <title>Customizing Apache for Windows</title> @@ -137,9 +137,9 @@ <highlight language="config"> RewriteEngine On -RewriteMap lowercase int:tolower -RewriteCond %{REQUEST_URI} [A-Z] -RewriteRule (.*) ${lowercase:$1} [R,L] +RewriteMap lowercase "int:tolower" +RewriteCond "%{REQUEST_URI}" "[A-Z]" +RewriteRule "(.*)" "${lowercase:$1}" [R,L] </highlight></li> <li><p>When running, Apache needs write access only to the logs @@ -432,8 +432,8 @@ RewriteRule (.*) ${lowercase:$1} [R,L] Programs. Change to the folder to which you installed Apache, type the command <code>httpd.exe</code>, and read the error message. Then change to the logs folder, and review the <code>error.log</code> - file for configuration mistakes. Assuming httpd was installed into - <code>C:\Program Files\Apache Software Foundation\Apache2.&httpd.minor;\</code>, + file for configuration mistakes. Assuming httpd was installed into + <code>C:\Program Files\Apache Software Foundation\Apache2.&httpd.minor;\</code>, you can do the following:</p> <example> @@ -631,7 +631,7 @@ Alias "/images/" "//imagehost/www/images/" <section id="tuning"> <title>Windows Tuning</title> <ul> - <li><p>If more than a few dozen piped loggers are used on an operating system + <li><p>If more than a few dozen piped loggers are used on an operating system instance, scaling up the "desktop heap" is often necessary. For more detailed information, refer to the <a href="../logs.html#piped" >piped logging</a> documentation.</p></li> |