From: Joshua Slive Date: Mon, 13 Nov 2000 02:03:37 +0000 (+0000) Subject: Fix a few broken links. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e406ca5e39a70718b88f386af4ba5b621468a88;p=apache Fix a few broken links. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86931 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/dns-caveats.html b/docs/manual/dns-caveats.html index cbf8a57a9d..a20127abfe 100644 --- a/docs/manual/dns-caveats.html +++ b/docs/manual/dns-caveats.html @@ -158,9 +158,8 @@ for your OS. 1.2 we've attempted to make the server at least continue booting in the event of failed DNS, but it might not be the best we can do. In any event requiring the use of explicit IP addresses in -configuration files is highly undesirable in today's Internet where renumbering - is a necessity. +configuration files is highly undesirable in today's Internet where +renumbering is a necessity.

A possible work around to the theft of service attack described above would be to perform a reverse DNS lookup on the ip address returned by diff --git a/docs/manual/misc/FAQ-B.html b/docs/manual/misc/FAQ-B.html index 540d577192..9a6820ed81 100644 --- a/docs/manual/misc/FAQ-B.html +++ b/docs/manual/misc/FAQ-B.html @@ -31,7 +31,7 @@

Apache Server Frequently Asked Questions

- $Revision: 1.4 $ ($Date: 2000/11/01 19:18:03 $) + $Revision: 1.5 $ ($Date: 2000/11/13 02:03:36 $)

The latest version of this FAQ is always available from the main @@ -129,7 +129,7 @@

  • Check the - FAQ! + FAQ!

    The latest version of the Apache Frequently-Asked Questions list can always be found at the main Apache web site. @@ -171,7 +171,7 @@ If you've gone through those steps above that are appropriate and have obtained no relief, then please do let The Apache Group know about the problem by - logging a bug report. + logging a bug report.

    If your problem involves the server crashing and generating a core @@ -261,8 +261,8 @@ that may be able to stand behind the software and provide you with any assurances you may require. You may find links to some of these vendors at - <http://www.apache.org/info/support.cgi>. + <http://httpd.apache.org/info/support.cgi>.

    The Apache HTTP server software is distributed with the following @@ -291,7 +291,7 @@ The Apache Group encourages patches from outside developers. There are 2 main "types" of patches: small bugfixes and general improvements. Bugfixes should be submitting using the Apache bug report page. + HREF="http://httpd.apache.org/bug_report.html">bug report page. Improvements, modifications, and additions should follow the instructions below.

    @@ -370,8 +370,7 @@

    Check out Dean Gaudet's - performance tuning page. + performance tuning page.


  • @@ -392,7 +391,7 @@ We implement a simple subset of Perl's regex support, but it's still a good way to learn what they mean. You can start by going to the CPAN page on regular expressions, and branching out from there.

    @@ -414,8 +413,8 @@

    If you don't see a kit for your platform listed in the binary distribution area - (<URL:http://www.apache.org/dist/binaries/>), + (<URL:http://httpd.apache.org/dist/binaries/>), it means either that the platform isn't available to any of the developers, or that they just haven't gotten around to preparing a binary for it. As this is a voluntary project, diff --git a/docs/manual/misc/FAQ-D.html b/docs/manual/misc/FAQ-D.html index f6f44f9008..f95e504917 100644 --- a/docs/manual/misc/FAQ-D.html +++ b/docs/manual/misc/FAQ-D.html @@ -31,7 +31,7 @@

    Apache Server Frequently Asked Questions

    - $Revision: 1.6 $ ($Date: 2000/07/29 19:43:35 $) + $Revision: 1.7 $ ($Date: 2000/11/13 02:03:36 $)

    The latest version of this FAQ is always available from the main @@ -216,9 +216,9 @@ to rebuild the kernel with that support enabled (it's under the "General Setup" submenu). Documentation for kernel building is beyond the scope of this FAQ; you should consult the Kernel + HREF="http://www.redhat.com/mirrors/LDP/HOWTO/Kernel-HOWTO.html">Kernel HOWTO, or the documentation provided with your distribution, or - a Linux + a Linux newsgroup/mailing list. As a last-resort workaround, you can comment out the #define USE_SHMGET_SCOREBOARD definition in the LINUX section of diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html index b77893f46e..ade5782d97 100644 --- a/docs/manual/mod/mod_log_config.html +++ b/docs/manual/mod/mod_log_config.html @@ -35,7 +35,7 @@ REL="Help" >Module Identifier: config_log_module
    Compatibility: Was an extension module prior to Apache 1.2.

    @@ -241,7 +241,7 @@ See the examples below.

    Security Considerations

    -See the security tips +See the security tips document for details on why your security could be compromised if the directory where logfiles are stored is writable by anyone other than the user that starts the server.