From 7f3d5f515a90c62343e5f4b1475a9ddb98d6f517 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Sun, 22 Sep 2002 21:50:40 +0000 Subject: [PATCH] Fix some links. Submitted by: "johannes m. richter" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96953 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/platform/windows.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/manual/platform/windows.xml b/docs/manual/platform/windows.xml index 8704f93786..991a7b7e92 100644 --- a/docs/manual/platform/windows.xml +++ b/docs/manual/platform/windows.xml @@ -328,7 +328,7 @@
  • When running CGI scripts, the method Apache uses to find the interpreter for the script is configurable using the - ScriptInterpreterSource + ScriptInterpreterSource directive.

  • @@ -336,7 +336,7 @@

    Since it is often difficult to manage files with names like .htaccess under windows, you may find it useful to change the name of this configuration file using - the AccessFilename + the AccessFilename directive.

    @@ -464,7 +464,7 @@ apache -n "service name" -

    In these cases, the proper In these cases, the proper ServerRoot should be set in the configuration file.

    If you don't specify a configuration file name with -f or @@ -472,7 +472,7 @@ usually "conf/httpd.conf". Invoking Apache with the -V switch will display this value labeled as SERVER_CONFIG_FILE. Apache - will then determine its ServerRoot by trying the following, in this order:

    @@ -517,16 +517,16 @@ warning can be ignored if it otherwise was able to find its configuration files.

    -

    The value of this key is the The value of this key is the ServerRoot directory, containing the conf directory. When Apache starts it will read the httpd.conf file from this directory. If this file contains a - ServerRoot directive which + ServerRoot directive which is different from the directory obtained from the registry key above, Apache will forget the registry key and use the directory from the configuration file. If you copy the Apache directory or configuration files to a new location it is vital that you update the - ServerRoot directory + ServerRoot directory in the httpd.conf file to the new location.

    To run Apache from the command line as a console -- 2.40.0