slive 00/11/12 18:01:36
Modified: htdocs/manual/misc FAQ-B.html FAQ-D.html
htdocs/manual dns-caveats.html
htdocs/manual/mod mod_log_config.html
Log:
Fix a few broken links.
Revision Changes Path
1.7 +2 -2 httpd-docs-1.3/htdocs/manual/misc/FAQ-B.html
Index: FAQ-B.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/misc/FAQ-B.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -b -u -r1.6 -r1.7
--- FAQ-B.html 2000/11/12 00:28:06 1.6
+++ FAQ-B.html 2000/11/13 02:01:35 1.7
@@ -31,7 +31,7 @@
<!--#include virtual="header.html" -->
<H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
<P>
- $Revision: 1.6 $ ($Date: 2000/11/12 00:28:06 $)
+ $Revision: 1.7 $ ($Date: 2000/11/13 02:01:35 $)
</P>
<P>
The latest version of this FAQ is always available from the main
@@ -391,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 <A
-
HREF="http://www.perl.com/CPAN-local/doc/manual/html/pod/perlre.html#Version_8_Regular_Expresions"
+
HREF="http://www.perl.com/CPAN-local/doc/manual/html/pod/perlre.html#Regular_Expressions"
>CPAN page on regular expressions</A>, and branching out from
there.
</P>
1.11 +3 -3 httpd-docs-1.3/htdocs/manual/misc/FAQ-D.html
Index: FAQ-D.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/misc/FAQ-D.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -b -u -r1.10 -r1.11
--- FAQ-D.html 2000/11/12 00:25:31 1.10
+++ FAQ-D.html 2000/11/13 02:01:35 1.11
@@ -31,7 +31,7 @@
<!--#include virtual="header.html" -->
<H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
<P>
- $Revision: 1.10 $ ($Date: 2000/11/12 00:25:31 $)
+ $Revision: 1.11 $ ($Date: 2000/11/13 02:01:35 $)
</P>
<P>
The latest version of this FAQ is always available from the main
@@ -221,9 +221,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 <A
- HREF="http://www.linuxhq.com/HOWTO/Kernel-HOWTO.html" >Kernel
+ HREF="http://www.redhat.com/mirrors/LDP/HOWTO/Kernel-HOWTO.html">Kernel
HOWTO</A>, or the documentation provided with your distribution, or
- a <A HREF="http://www.linuxhq.com/HOWTO/META-FAQ.html" >Linux
+ a <A HREF="http://www.redhat.com/mirrors/LDP/HOWTO/META-FAQ.html">Linux
newsgroup/mailing list</A>. As a last-resort workaround, you can
comment out the <CODE>#define USE_SHMGET_SCOREBOARD</CODE>
definition in the <SAMP>LINUX</SAMP> section of
1.11 +2 -3 httpd-docs-1.3/htdocs/manual/dns-caveats.html
Index: dns-caveats.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/dns-caveats.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -b -u -r1.10 -r1.11
--- dns-caveats.html 1998/05/20 14:22:28 1.10
+++ dns-caveats.html 2000/11/13 02:01:35 1.11
@@ -158,9 +158,8 @@
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 <A
-HREF="http://www.ietf.org/html.charters/pier-charter.html">renumbering
-</A> is a necessity.
+configuration files is highly undesirable in today's Internet where
+renumbering is a necessity.
<P>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
1.40 +2 -2 httpd-docs-1.3/htdocs/manual/mod/mod_log_config.html
Index: mod_log_config.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_log_config.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -b -u -r1.39 -r1.40
--- mod_log_config.html 2000/11/02 21:52:23 1.39
+++ mod_log_config.html 2000/11/13 02:01:35 1.40
@@ -35,7 +35,7 @@
><STRONG>Module Identifier:</STRONG></A> config_log_module
<BR>
<A
-HREF="module-dict.html#compatibility"
+HREF="module-dict.html#Compatibility"
REL="Help"
><STRONG>Compatibility:</STRONG></A> Was an extension module prior to Apache
1.2.
</P>
@@ -241,7 +241,7 @@
<H2>Security Considerations</H2>
-See the <A HREF="../misc/security_tips.html#security">security tips</A>
+See the <A HREF="../misc/security_tips.html#serverroot">security tips</A>
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.