Return-Path: Delivered-To: apmail-httpd-docs-archive@httpd.apache.org Received: (qmail 70003 invoked by uid 500); 22 Sep 2002 21:38:44 -0000 Mailing-List: contact docs-help@httpd.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: docs@httpd.apache.org Delivered-To: mailing list docs@httpd.apache.org Received: (qmail 69992 invoked from network); 22 Sep 2002 21:38:43 -0000 X-Copyright: (C) 2001 Platy, except quoted parts and part of the signature X-RIAA: Stop the government of industry over the people of the earth! X-Sig-Excuse: Please excuse the long signature.. GMX inserts this crap.. X-Sig-Notice: Dont take the signature too serious! X-Stop-DMCA: http://www.dibona.com/dmca/ <- Sign this Declaration! Message-Id: <5.1.0.14.2.20020922233620.02887e48@192.168.1.1> X-Mailer: Mutt/1.3.23i Date: Sun, 22 Sep 2002 23:38:26 +0200 To: docs@httpd.apache.org From: "johannes m. richter" Subject: Re: Windows Platform notes - some wrong links In-Reply-To: <3D8E36E5.4090706@slive.ca> References: <5.1.0.14.2.20020922230604.02880f88@192.168.1.1> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=====================_35819125==_" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --=====================_35819125==_ Content-Type: text/plain; charset="us-ascii"; format=flowed At 23:32 22.09.2002, you wrote: >johannes m. richter wrote: >>Hello, >>In the file docs-2.0/platform/windows.html the links to the core >>documentation lead to docs-2.0/mod/mod_core.html, but the correct file >>would be docs-2.0/mod/core.html >>I quickly looked over the other platform notes (Novell NetWare & EBCDIC) >>which didn't had this small mistake. >>Since I do not know XML unfortunately I cannot help you fixing this >>directly in the XML source, all I could offer is fixing the HTML. >>I hope this is the correct place to report things like this, >Thanks for the info. If you want to help fix it, take a look at the xml >file. I think you'll find that it is actually easier than the html to >work with and understand. You just need to change module="mod_core">Directive to module="core">Directive. ok, thank you for this. I was not sure if this would be enough. Enclosed you can find a patch (made with diff -u). I hope it is helpful.. Good begin of the week.... johannes --=====================_35819125==_ Content-Type: text/plain; charset="us-ascii" Content-Disposition: attachment; filename="windows.xml.patch" --- windows.xml Sun Sep 22 23:34:39 2002 +++ windows.xml Sun Sep 22 23:35:21 2002 @@ -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 --=====================_35819125==_ Content-Type: text/plain; charset="us-ascii" Content-Disposition: attachment; filename="windows.xml.patch" --- windows.xml Sun Sep 22 23:34:39 2002 +++ windows.xml Sun Sep 22 23:35:21 2002 @@ -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 --=====================_35819125==_ Content-Type: text/plain; charset="us-ascii"; format=flowed -- Spare no expense to save money on this one. -- Samuel Goldwyn "That's right," he said. "We're philosophers. We think, therefore we am." - http://jgcl.at/ko/ - new photos from summer camp 2002 in Moosen/Tirol --=====================_35819125==_ Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org For additional commands, e-mail: docs-help@httpd.apache.org --=====================_35819125==_--