From: Daniel Gruno Date: Fri, 4 May 2012 14:38:21 +0000 (+0000) Subject: Backporting syntax highlighting for platform/ X-Git-Tag: 2.4.3~489 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de793c8bf8cf9aefa78fea6f83e360757c5df155;p=apache Backporting syntax highlighting for platform/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1333993 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/platform/windows.xml b/docs/manual/platform/windows.xml index c7cb183117..44ce9c891d 100644 --- a/docs/manual/platform/windows.xml +++ b/docs/manual/platform/windows.xml @@ -284,12 +284,12 @@ how it is accessed. If you wish to assure that only lowercase is used in URLs, you can use something like:

- - RewriteEngine On
- RewriteMap lowercase int:tolower
- RewriteCond %{REQUEST_URI} [A-Z]
- RewriteRule (.*) ${lowercase:$1} [R,L] -
+ +RewriteEngine On +RewriteMap lowercase int:tolower +RewriteCond %{REQUEST_URI} [A-Z] +RewriteRule (.*) ${lowercase:$1} [R,L] +
  • When running, Apache needs write access only to the logs directory and any configured cache directory tree. Due to the @@ -310,9 +310,9 @@ module, use the following (in addition to the status-activating directives in access.conf):

    - + LoadModule status_module modules/mod_status.so - +

    Information on creating loadable modules is also available.

  • @@ -782,19 +782,25 @@ on mapped drive letters, but this is not recommended.)

    Example DocumentRoot with UNC path + DocumentRoot //dochost/www/html/ + Example DocumentRoot with IP address in UNC path - DocumentRoot //192.168.1.50/docs/
    + + DocumentRoot //192.168.1.50/docs/ +
    Example Alias and corresponding Directory with UNC path - Alias /images/ //imagehost/www/images/
    -
    - <Directory //imagehost/www/images/>
    - ...
    - <Directory>
    + +Alias /images/ //imagehost/www/images/ + +<Directory //imagehost/www/images/> +#... +<Directory> +

    When running Apache httpd as a service, you must create a