cvs commit: apache/htdocs/manual/misc known_bugs.html

1997-06-12 Thread Paul Sutton
pcs 97/06/12 02:35:50

  Modified:htdocs/manual/misc  known_bugs.html
  Log:
  Remove all old fixed bugs. Add some real 1.2 bugs.
  
  Revision  ChangesPath
  1.17  +59 -258   apache/htdocs/manual/misc/known_bugs.html
  
  Index: known_bugs.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/misc/known_bugs.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -C3 -r1.16 -r1.17
  *** known_bugs.html   1997/06/08 00:02:47 1.16
  --- known_bugs.html   1997/06/12 09:35:48 1.17
  ***
  *** 17,31 

The most up-to-date resource for bug tracking and information is the
A HREF=http://www.apache.org/bugdb.cgi;Apache bug database/A.
  ! All existing bugs will be noted there.  Below is a synopsis of
  ! significant outstanding bugs at release time.  In fact you really
  ! shouldn't trust anything this page says other than the 1.2
  ! information.

PSee Also: A HREF=compat_notes.htmlCompatibility notes/A/P
HR

  ! H2Version 1.2 (all)/H2

OLa name=listenbug/a
LIOn some architectures if your configuration uses multiple
  --- 17,31 

The most up-to-date resource for bug tracking and information is the
A HREF=http://www.apache.org/bugdb.cgi;Apache bug database/A.
  ! Significant bugs at release time will also be noted there.
  ! If you are running a 1.2 beta release or version 1.1.3 or earlier
  ! and thing you have found a bug, please upgrade to 1.2. Many bugs
  ! in early versions have been fixed in 1.2.

PSee Also: A HREF=compat_notes.htmlCompatibility notes/A/P
HR

  ! H2Apache 1.2 Bugs/H2

OLa name=listenbug/a
LIOn some architectures if your configuration uses multiple
  ***
  *** 39,45 
This affects any architecture that doesn't use one of the
codeUSE_x_SERIALIZED_ACCEPT/code definitions, see the
source file codeconf.h/code for your architecture.
  ! pThis will be tracked as
a href=http://www.apache.org/bugdb.cgi/full/467;PR#467/a.
/LI

  --- 39,45 
This affects any architecture that doesn't use one of the
codeUSE_x_SERIALIZED_ACCEPT/code definitions, see the
source file codeconf.h/code for your architecture.
  ! This will be tracked as
a href=http://www.apache.org/bugdb.cgi/full/467;PR#467/a.
/LI

  ***
  *** 51,318 
This A HREF=../../dist/contrib/patches/1.2/conneg-bug.patchpatch/A
fixes this problem. It also fixes the problem which makes Apache
pick the last equally acceptable variant instead of the first.
  ! pThis will be tracked as
a href=http://www.apache.org/bugdb.cgi/full/94;PR#94/a.
/LI
  - /OL
  - 
  - H2Version 1.2b8/H2
  - 
  - There are several known bugs in 1.2b8.  See the
  - A HREF=http://www.apache.org/dist/patches/apply_to_1.2b8/;1.2b8 patches
  - directory/A for patches for some of the ones that have been fixed since
  - the release of 1.2b8.P
  - 
  - H2Version 1.2b1/H2
  - 
  - OL
  - 
  - LIusers have reported problems with many connections stuck in the
  - FIN_WAIT_2 state due to server timeouts. This is a quite complicated 
  - problem; see our A HREF=fin_wait_2.htmlFIN_WAIT_2/A page for
  - details.
  - 
  - LIhard_timeout() for request reads uses incorrect logic, and
  - ends up waiting for an initial request read for the default timeout
  - number of seconds, 1200, yet only the KeepAliveTimeout number of
  - seconds on keepalive connections.  
  - 
  - LImod_info output is not displaying current configuration as
  - it should.
  - 
  - LIInvalid commands in .htaccess files may cause segmentation faults.
  - 
  - /OL
  - 
  - H2Version 1.1.1/H2
  - 
  - OL
  - 
  - LIHostnames such as 123.hotwired.com are valid, yet
  - find_allowdeny does not properly handle them.  This should be put on
  - Known Bugs.  Be careful when fixing this because just removing the
  - isalpha() check creates a security hole, consider the DNS map
  - 1.1.1.1.in-addr.arpa IN PTR 2.2.2.  if the user has a config line
  - allow from 2.2.2 it will allow 1.1.1.1 in (unless -DMAXIMUM_DNS).
  - -- which is bad because it breaks people who understand double reverse
  - lookup and are trying to avoid it by using only IP addresses on
  - allow/deny statements. - reported by Dean Gaudet, fixed in 1.2.
  - 
  - /OL
  - 
  - 
  - H2Version 1.1.0/H2
  - 
  - OL
  - LImod_auth_msql misbehaviors.  Grab a newer version from 
  - A HREF=http://www.apache.org/dist/contrib/modules/;the modules 
distribution
  - directory/A. -fixed in 1.1
  - 
  - LIHanging on Netscape 2.0-3.0b4 on MSWindows (3.1 and 95) - 
  - we investigated pretty seriously, and as best we can tell 
  - this is a Netscape bug, and was fixed in 3.0b5.  Please read our
  - A HREF=windoz_keepalive.htmllab report/A.
  - 
  

cvs commit: apache/htdocs/manual/misc FAQ.html

1997-06-12 Thread Rodent of Unusual Size
coar97/06/12 04:29:12

  Modified:htdocs/manual/misc  FAQ.html
  Log:
Removed TABs, replacing with spaces as appropriate {sigh}.
  
  Revision  ChangesPath
  1.70  +5 -5  apache/htdocs/manual/misc/FAQ.html
  
  Index: FAQ.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/misc/FAQ.html,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -C3 -r1.69 -r1.70
  *** FAQ.html  1997/06/11 18:46:46 1.69
  --- FAQ.html  1997/06/12 11:29:11 1.70
  ***
  *** 15,21 
  !--#include virtual=header.html --
  H1 ALIGN=CENTERApache Server Frequently Asked Questions/H1
  P
  !   $Revision: 1.69 $ ($Date: 1997/06/11 18:46:46 $)
  /P
  P
  The latest version of this FAQ is always available from the main
  --- 15,21 
  !--#include virtual=header.html --
  H1 ALIGN=CENTERApache Server Frequently Asked Questions/H1
  P
  !   $Revision: 1.70 $ ($Date: 1997/06/12 11:29:11 $)
  /P
  P
  The latest version of this FAQ is always available from the main
  ***
  *** 35,45 
!--apache.org or apacheweek.com).  --
!--  - When adding items, make sure they're put in the right place --
!--- verify that the numbering matches up. --
  ! !--  - *Don't* use PRE/PRE blocks - they don't appear  --
!--correctly in a reliable way when this is converted to text  --
  ! !--with Lynx.  Use DLDDCODExxxBRxx/CODE/DD/DL--
  ! !--blocks inside a P/P instead.  This is necessary to get  --
  ! !--the horizontal and vertical indenting right.--
!--  - Don't forget to include an HR tag after the last /P tag --
!--but before the /LI in an item.  --
  P
  --- 35,45 
!--apache.org or apacheweek.com).  --
!--  - When adding items, make sure they're put in the right place --
!--- verify that the numbering matches up. --
  ! !--  - *Don't* use PRE/PRE blocks - they don't appear  --
!--correctly in a reliable way when this is converted to text  --
  ! !--with Lynx.  Use DLDDCODExxxBRxx/CODE/DD/DL--
  ! !--blocks inside a P/P instead.  This is necessary to get  --
  ! !--the horizontal and vertical indenting right.--
!--  - Don't forget to include an HR tag after the last /P tag --
!--but before the /LI in an item.  --
  P
  
  
  


cvs commit: apache/htdocs/manual/misc known_bugs.html

1997-06-12 Thread Paul Sutton
pcs 97/06/12 07:05:32

  Modified:htdocs/manual/misc  known_bugs.html
  Log:
  Ooops, fix links to the real public bugdb.cgi
  
  Revision  ChangesPath
  1.18  +4 -4  apache/htdocs/manual/misc/known_bugs.html
  
  Index: known_bugs.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/misc/known_bugs.html,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -C3 -r1.17 -r1.18
  *** known_bugs.html   1997/06/12 09:35:48 1.17
  --- known_bugs.html   1997/06/12 14:05:31 1.18
  ***
  *** 58,64 
LI
The PATH_INFO part of a request URI cannot include the sequence
CODE%2f/CODE. This will be tracked as 
  ! A HREF=http://dev.apache.org/private/bugdb.cgi/full/543;PR#543/A.
/LI

LIUsers of early 1.2 betas reported problems with many
  --- 58,64 
LI
The PATH_INFO part of a request URI cannot include the sequence
CODE%2f/CODE. This will be tracked as 
  ! A HREF=http://www.apache.org/bugdb.cgi/full/543;PR#543/A.
/LI

LIUsers of early 1.2 betas reported problems with many
  ***
  *** 79,85 
then you have probably installed version 8 of bind. You will need to
explicitly link with the bind library by adding CODE-lbind/CODE 
to CODEEXTRA_LFLAGS/CODE in CODEConfiguration/CODE. See
  ! A HREF=http://dev.apache.org/private/bugdb.cgi/full/616;PR#616/A
and the 
A 
HREF=http://192.168.2.4:8080/htdocs/manual/misc/FAQ.html#bind8.1;Apache 
FAQ/A.
/LI
  --- 79,85 
then you have probably installed version 8 of bind. You will need to
explicitly link with the bind library by adding CODE-lbind/CODE 
to CODEEXTRA_LFLAGS/CODE in CODEConfiguration/CODE. See
  ! A HREF=http://www.apache.org/bugdb.cgi/full/616;PR#616/A
and the 
A 
HREF=http://192.168.2.4:8080/htdocs/manual/misc/FAQ.html#bind8.1;Apache 
FAQ/A.
/LI
  ***
  *** 93,106 
Compiling on Solaris 2 with SunSoft's C compiler gives the warning
CODEmod_include.c, line 1123: warning: end-of-loop code not
reached/CODE. This is a bogus warning and can be ignored.
  ! See A 
HREF=http://dev.apache.org/private/bugdb.cgi/full/681;PR#681/A.
/LI

LI
There appears to be a problem on BSDI 2.1 with large numbers of
virtual hosts. This appears similar to a file-descriptor limit
but BSDI should not have this problem. This will be tracked as
  ! A HREF=http://dev.apache.org/private/bugdb.cgi/full/611;PR#611/A.
See also the 
A 
HREF=http://192.168.2.4:8080/htdocs/manual/misc/FAQ.html#fdlim;Apache
FAQ/A. 
  --- 93,106 
Compiling on Solaris 2 with SunSoft's C compiler gives the warning
CODEmod_include.c, line 1123: warning: end-of-loop code not
reached/CODE. This is a bogus warning and can be ignored.
  ! See A HREF=http://www.apache.org/bugdb.cgi/full/681;PR#681/A.
/LI

LI
There appears to be a problem on BSDI 2.1 with large numbers of
virtual hosts. This appears similar to a file-descriptor limit
but BSDI should not have this problem. This will be tracked as
  ! A HREF=http://www.apache.org/bugdb.cgi/full/611;PR#611/A.
See also the 
A 
HREF=http://192.168.2.4:8080/htdocs/manual/misc/FAQ.html#fdlim;Apache
FAQ/A. 
  
  
  


cvs commit: apache/htdocs/manual/misc FAQ.html

1997-06-12 Thread Rodent of Unusual Size
coar97/06/12 08:24:04

  Modified:htdocs/manual/misc  FAQ.html
  Log:
Clean up premature end of headers FAQ and add additional
(and more common) cause description.
  
  Revision  ChangesPath
  1.71  +33 -12apache/htdocs/manual/misc/FAQ.html
  
  Index: FAQ.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/misc/FAQ.html,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -C3 -r1.70 -r1.71
  *** FAQ.html  1997/06/12 11:29:11 1.70
  --- FAQ.html  1997/06/12 15:24:00 1.71
  ***
  *** 15,21 
  !--#include virtual=header.html --
  H1 ALIGN=CENTERApache Server Frequently Asked Questions/H1
  P
  !   $Revision: 1.70 $ ($Date: 1997/06/12 11:29:11 $)
  /P
  P
  The latest version of this FAQ is always available from the main
  --- 15,21 
  !--#include virtual=header.html --
  H1 ALIGN=CENTERApache Server Frequently Asked Questions/H1
  P
  !   $Revision: 1.71 $ ($Date: 1997/06/12 15:24:00 $)
  /P
  P
  The latest version of this FAQ is always available from the main
  ***
  *** 569,595 
  P
  It means just what it says: the server was expecting a complete set of
  HTTP headers (one or more followed by a blank line), and didn't get
  !   them.  The most common cause of this (aside from people not
  !   outputting the required headers at all) a result of an interaction
  !   with perl's output buffering.  To make perl flush its buffers 
  !   after each output statement, insert the following statements before your
  !   first CODEprint/CODE or CODEwrite/CODE statement:
  /P
  P
  DL
  !DDCODE$cfh = select (STDOUT);BR
  ! $| = 1;BR
  ! select ($cfh);/CODE
   /DD
  /DL
  /P
  P
  This is generally only necessary when you are calling external 
  programs from your script that send output to stdout, or if there will
  !   be along delay between the time the headers are sent and the actual
  content starts being emitted.  To maximise performance, you should
  !   turn buffering back EMon/EM (with CODE$| = 0/CODE or the
  !   equivalent) after the statements that send the headers.
  P
  If your script isn't written in Perl, do the equivalent thing for
  whatever language you EMare/EM using (EMe.g./EM, for C, call 
  --- 569,616 
  P
  It means just what it says: the server was expecting a complete set of
  HTTP headers (one or more followed by a blank line), and didn't get
  !   them.
  !   /P
  !   P
  !   The most common cause of this problem is the script dying before
  !   sending the complete set of headers, or possibly any at all, to the
  !   server.  To see if this is the case, try running the script standalone
  !   from an interactive session, rather than as a script under the server.
  !   If you get error messages, this is almost certainly the cause of the
  !   quot;premature end of script headersquot; message.
  !   /P
  !   P
  !   The second most common cause of this (aside from people not
  !   outputting the required headers at all) is a result of an interaction
  !   with Perl's output buffering.  To make Perl flush its buffers 
  !   after each output statement, insert the following statements around
  !   the CODEprint/CODE or CODEwrite/CODE statements that send your
  !   HTTP headers:
  /P
  P
  DL
  !DDCODE{BR
  ! nbsp;local ($oldbar) = $|;BR
  ! nbsp;$cfh = select (STDOUT);BR
  ! nbsp;$| = 1;BR
  ! nbsp;#BR
  ! nbsp;# print your HTTP headers hereBR
  ! nbsp;#BR
  ! nbsp;$| = $oldbar;BR
  ! nbsp;select ($cfh);BR
  ! }/CODE
   /DD
  /DL
  /P
  P
  This is generally only necessary when you are calling external 
  programs from your script that send output to stdout, or if there will
  !   be a long delay between the time the headers are sent and the actual
  content starts being emitted.  To maximise performance, you should
  !   turn buffer-flushing back EMoff/EM (with CODE$| = 0/CODE or the
  !   equivalent) after the statements that send the headers, as displayed
  !   above.
  !   /P
  P
  If your script isn't written in Perl, do the equivalent thing for
  whatever language you EMare/EM using (EMe.g./EM, for C, call 
  
  
  


cvs commit: apache-site/mirrors index.cgi list.cgi mirrors.list

1997-06-12 Thread Sameer Parekh
sameer  97/06/12 09:52:30

  Modified:. 113announce.html bug_report.html index.html
  Added:   mirrors   index.cgi list.cgi mirrors.list
  Removed: . mirrors.html
  Log:
  add rotating mirror cgi
  
  Revision  ChangesPath
  1.4   +1 -1  apache-site/113announce.html
  
  Index: 113announce.html
  ===
  RCS file: /export/home/cvs/apache-site/113announce.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -c -C3 -r1.3 -r1.4
  *** 113announce.html  1997/05/12 01:19:59 1.3
  --- 113announce.html  1997/06/12 16:52:25 1.4
  ***
  *** 41,47 
BIf you are running Apache 1.1.1, you must do one of the following:/B

OL
  ! LI Download a copy of A HREF=dist/Apache 1.1.3/A, compile and
 install it.  

LI Apply the two recently released patches, A 
HREF=dist/patches/apply_to_1.1.1/mod_cookies_security.patchmod_cookies_security.patch/A
  --- 41,47 
BIf you are running Apache 1.1.1, you must do one of the following:/B

OL
  ! LI Download a copy of A HREF=mirrors/Apache 1.1.3/A, compile and
 install it.  

LI Apply the two recently released patches, A 
HREF=dist/patches/apply_to_1.1.1/mod_cookies_security.patchmod_cookies_security.patch/A
  
  
  
  1.6   +2 -2  apache-site/bug_report.html
  
  Index: bug_report.html
  ===
  RCS file: /export/home/cvs/apache-site/bug_report.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -c -C3 -r1.5 -r1.6
  *** bug_report.html   1997/05/11 17:24:51 1.5
  --- bug_report.html   1997/06/12 16:52:26 1.6
  ***
  *** 12,19 
of the following:/P

OL
  ! LIVerified that the bug exists in A href=dist/the most recent 
version/A
  ! of Apache.  There are many bugs in the 1.1 tree that have been fixed
in the 1.2 tree.  
LIChecked the A href=docs/misc/known_bugs.htmlknown bugs/A page.
LIChecked the A href=docs/misc/compat_notes.htmlcompatibility
  --- 12,19 
of the following:/P

OL
  ! LIVerified that the bug exists in A href=mirrors/the most recent 
version/A
  ! of Apache.  There are many bugs in the 1.1/tree that have been fixed
in the 1.2 tree.  
LIChecked the A href=docs/misc/known_bugs.htmlknown bugs/A page.
LIChecked the A href=docs/misc/compat_notes.htmlcompatibility
  
  
  
  1.23  +3 -3  apache-site/index.html
  
  Index: index.html
  ===
  RCS file: /export/home/cvs/apache-site/index.html,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -c -C3 -r1.22 -r1.23
  *** index.html1997/06/06 02:51:06 1.22
  --- index.html1997/06/12 16:52:26 1.23
  ***
  *** 18,24 
TABLE CELLPADDING=10
TRTD
  IMG SRC=images/orange_ball.gif WIDTH=15 HEIGHT=15 alt=o
  !   A HREF=dist/Download!/ABR
  IMG SRC=images/orange_ball.gif WIDTH=15 HEIGHT=15 alt=o
  A HREF=docs/Server Documentation/ABR
  IMG SRC=images/orange_ball.gif WIDTH=15 HEIGHT=15 alt=o
  --- 18,24 
TABLE CELLPADDING=10
TRTD
  IMG SRC=images/orange_ball.gif WIDTH=15 HEIGHT=15 alt=o
  !   A HREF=mirrors/Download!/ABR
  IMG SRC=images/orange_ball.gif WIDTH=15 HEIGHT=15 alt=o
  A HREF=docs/Server Documentation/ABR
  IMG SRC=images/orange_ball.gif WIDTH=15 HEIGHT=15 alt=o
  ***
  *** 31,37 
  A HREF=library/Project Library/A
TD
  IMG SRC=images/orange_ball.gif WIDTH=15 HEIGHT=15 alt=o
  !   A HREF=mirrors.htmlInternational Mirror Sites/ABR
  IMG SRC=images/orange_ball.gif WIDTH=15 HEIGHT=15 alt=o
  A HREF=announcelist.htmlAnnouncements via Email/ABR
  IMG SRC=images/orange_ball.gif WIDTH=15 HEIGHT=15 alt=o
  --- 31,37 
  A HREF=library/Project Library/A
TD
  IMG SRC=images/orange_ball.gif WIDTH=15 HEIGHT=15 alt=o
  !   A HREF=mirrors/list.cgiInternational Mirror Sites/ABR
  IMG SRC=images/orange_ball.gif WIDTH=15 HEIGHT=15 alt=o
  A HREF=announcelist.htmlAnnouncements via Email/ABR
  IMG SRC=images/orange_ball.gif WIDTH=15 HEIGHT=15 alt=o
  ***
  *** 61,67 

P ALIGN=CENTER

  ! a href=dist/Download Apache 1.2/a | 
a href=docs/new_features_1_2.htmlNew Features in Apache 1.2/a

PHR
  --- 61,67 

P ALIGN=CENTER

  ! a href=mirrors/Download Apache 1.2/a | 
a href=docs/new_features_1_2.htmlNew Features in Apache 1.2/a

PHR
  
  
  


cvs commit: apache-site/mirrors index.cgi list.cgi

1997-06-12 Thread Sameer Parekh
sameer  97/06/12 12:00:05

  Modified:mirrors   index.cgi list.cgi
  Log:
  Page cleanups from Ken Coar
  
  Revision  ChangesPath
  1.2   +12 -2 apache-site/mirrors/index.cgi
  
  Index: index.cgi
  ===
  RCS file: /export/home/cvs/apache-site/mirrors/index.cgi,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -c -C3 -r1.1 -r1.2
  *** index.cgi 1997/06/12 16:52:28 1.1
  --- index.cgi 1997/06/12 18:59:59 1.2
  ***
  *** 67,79 
print EOF;
Content-type: text/html

HTML
HEAD
TITLEApache HTTP Server Download/TITLE
/HEAD

  ! BODY
  ! IMG SRC=../images/apache_sub.gif ALT=

H2 ALIGN=centerChoose a download site close to you/H2

  --- 67,89 
print EOF;
Content-type: text/html

  + !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 3.2 Final//EN
HTML
HEAD
TITLEApache HTTP Server Download/TITLE
/HEAD

  ! !-- Background white, links blue (unvisited), navy (visited), red (active) 
--
  ! BODY
  !  BGCOLOR=#FF
  !  TEXT=#00
  !  LINK=#FF
  !  VLINK=#80
  !  ALINK=#FF
  ! 
  ! DIV ALIGN=CENTER
  !  IMG SRC=../images/apache_sub.gif ALT=
  ! /DIV

H2 ALIGN=centerChoose a download site close to you/H2

  
  
  
  1.2   +23 -8 apache-site/mirrors/list.cgi
  
  Index: list.cgi
  ===
  RCS file: /export/home/cvs/apache-site/mirrors/list.cgi,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -c -C3 -r1.1 -r1.2
  *** list.cgi  1997/06/12 16:52:29 1.1
  --- list.cgi  1997/06/12 19:00:00 1.2
  ***
  *** 3,21 
print EOF;
Content-type: text/html

HTML
HEAD
TITLEApache HTTP Server Project Mirrors/TITLE
/HEAD

  ! BODY
  ! IMG SRC=../images/apache_sub.gif ALT=

  ! H2 ALIGN=CENTERApache Project MirrorsBR Organized by DNS Country 
Code/H3

!-- Contact addresses in comments below their hosts --

  ! H4 ALIGN=CENTERHTTP:BR
EOF

open(MIRRORS, mirrors.list);
  --- 3,33 
print EOF;
Content-type: text/html

  + !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 3.2 Final//EN
HTML
HEAD
TITLEApache HTTP Server Project Mirrors/TITLE
/HEAD

  ! !-- Background white, links blue (unvisited), navy (visited), red (active) 
--
  ! BODY
  !  BGCOLOR=#FF
  !  TEXT=#00
  !  LINK=#FF
  !  VLINK=#80
  !  ALINK=#FF
  ! 
  ! DIV ALIGN=CENTER
  !  IMG SRC=../images/apache_sub.gif ALT=
  ! /DIV

  ! H2 ALIGN=CENTERApache Project MirrorsBROrganized by DNS Country 
Code/H2

!-- Contact addresses in comments below their hosts --

  ! H4 ALIGN=CENTERHTTP:/H4
  ! P ALIGN=CENTER
  ! STRONG
EOF

open(MIRRORS, mirrors.list);
  ***
  *** 33,40 
close(MIRRORS);

print EOF;
  ! P
  ! BApache software via FTP:/BBR
EOF


  --- 45,55 
close(MIRRORS);

print EOF;
  ! /STRONG
  ! /P
  ! H4 ALIGN=CENTERApache software via FTP:/H4
  ! P ALIGN=CENTER
  ! STRONG
EOF


  ***
  *** 53,60 
close(MIRRORS);

print EOF;
  ! /B
  ! /H4

P ALIGN=CENTERBA HREF=../info/how-to-mirror.htmlHow do I become an 
Apache mirror site?/A/B

  --- 68,75 
close(MIRRORS);

print EOF;
  ! /STRONG
  ! /P

P ALIGN=CENTERBA HREF=../info/how-to-mirror.htmlHow do I become an 
Apache mirror site?/A/B

  
  
  


cvs commit: apache/htdocs/manual/misc nopgp.html perf.html

1997-06-12 Thread Brian Behlendorf
brian   97/06/12 16:26:19

  Modified:htdocs/manual/misc  nopgp.html perf.html
  Log:
  Submitted by: Chuck McKenzie [EMAIL PROTECTED]
  
  Links removed or fixed.
  
  Revision  ChangesPath
  1.4   +2 -2  apache/htdocs/manual/misc/nopgp.html
  
  Index: nopgp.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/misc/nopgp.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** nopgp.html1997/06/04 11:42:58 1.3
  --- nopgp.html1997/06/12 23:26:17 1.4
  ***
  *** 69,75 
Thanks.

UL
  ! LIA 
HREF=http://www.yahoo.com/Science/Mathematics/Security_and_Encryption/;
Yahoo - Science: Mathematics: Security and Encryption/A
LIA HREF=http://www.eff.org/pub/EFF/Policy/Crypto/;
EFF Crypto/Privacy/Security Archive/A
  --- 69,75 
Thanks.

UL
  ! LIA 
HREF=http://www.yahoo.com/Computers_and_Internet/Security_and_Encryption/;
Yahoo - Science: Mathematics: Security and Encryption/A
LIA HREF=http://www.eff.org/pub/EFF/Policy/Crypto/;
EFF Crypto/Privacy/Security Archive/A
  ***
  *** 81,87 
ICLU - Your Rights in Cyberspace/A
/UL

  ! a href=http://bong.com/~brian;Brian/a, a href=mailto:[EMAIL 
PROTECTED][EMAIL PROTECTED]/a

!--#include virtual=footer.html --
/BODY
  --- 81,87 
ICLU - Your Rights in Cyberspace/A
/UL

  ! a href=http://www.behlendorf.com/~brian/;Brian/a, a 
href=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/a

!--#include virtual=footer.html --
/BODY
  
  
  
  1.9   +0 -10 apache/htdocs/manual/misc/perf.html
  
  Index: perf.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/misc/perf.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -C3 -r1.8 -r1.9
  *** perf.html 1997/06/04 11:42:58 1.8
  --- perf.html 1997/06/12 23:26:18 1.9
  ***
  *** 26,32 
LIA HREF=#AUXA/UX (Apple's UNIX)/A
LIA HREF=#BSDBSD-based (BSDI, FreeBSD, etc)/A
LIA HREF=#DECDigital UNIX/A
  - LIA HREF=#HPHewlett-Packard/A
LIA HREF=#LinuxLinux/A
LIA HREF=#SGISGI/A
LIA HREF=#SolarisSolaris/A
  --- 26,31 
  ***
  *** 66,80 
  LIWe have some A HREF=perf-dec.htmlnewsgroup postings/A on how to 
tune 
Digital UNIX 3.2 and 4.0. 
/UL
  - 
  - PHR
  - 
  - H3A NAME=HP
  - Hewlett-Packard
  - /A/H3
  - 
  - Some documentation on tuning HP machines can be found at A
  - 
HREF=http://www.software.hp.com/internet/perf/tuning.html;http://www.software.hp.com/internet/perf/tuning.html/A.

PHR

  --- 65,70 
  
  
  


cvs commit: apache-site/mirrors mirrors.list

1997-06-12 Thread Brian Behlendorf
brian   97/06/12 19:13:03

  Modified:mirrors   mirrors.list
  Log:
  Move mirrors to right location
  
  Revision  ChangesPath
  1.3   +2 -2  apache-site/mirrors/mirrors.list
  
  Index: mirrors.list
  ===
  RCS file: /export/home/cvs/apache-site/mirrors/mirrors.list,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** mirrors.list  1997/06/12 21:45:03 1.2
  --- mirrors.list  1997/06/13 02:13:02 1.3
  ***
  *** 1,5 
  - httpus  http://www.apache.org/  [EMAIL PROTECTED]
  - httpus  http://www.c2.net/apache/   [EMAIL PROTECTED]
httpar  http://www.infoap.com/ar/apache/
gabriel.infoap.com.ar
httpat  http://uiinfo.tuwien.ac.at/apache/  [EMAIL 
PROTECTED]
httpau  http://Bond.edu.au/External/Misc/apache/[EMAIL 
PROTECTED]
  --- 1,3 
  ***
  *** 66,71 
  --- 64,71 
httpco.uk   http://www2.idiscover.co.uk/apache/ [EMAIL 
PROTECTED]
httpco.uk   http://www.domino.org/apache/   ?
httpco.uk   http://www.gbnet.net/apache/[EMAIL PROTECTED]
  + httpus  http://www.apache.org/  [EMAIL PROTECTED]
  + httpus  http://www.c2.net/apache/   [EMAIL PROTECTED]
httpus  http://www.rge.com/pub/infosystems/apache/  [EMAIL 
PROTECTED]
httpus  http://apache.compuex.com/  [EMAIL PROTECTED]
httpus  http://apache.arctic.org/   [EMAIL PROTECTED]
  
  
  


cvs commit: apache-site index.html

1997-06-12 Thread Brian Behlendorf
brian   97/06/12 19:14:50

  Modified:. index.html
  Log:
  Made mirror list more prominent than download link.  User psychology 101.
  
  Revision  ChangesPath
  1.24  +2 -2  apache-site/index.html
  
  Index: index.html
  ===
  RCS file: /export/home/cvs/apache-site/index.html,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -C3 -r1.23 -r1.24
  *** index.html1997/06/12 16:52:26 1.23
  --- index.html1997/06/13 02:14:49 1.24
  ***
  *** 18,24 
TABLE CELLPADDING=10
TRTD
  IMG SRC=images/orange_ball.gif WIDTH=15 HEIGHT=15 alt=o
  !   A HREF=mirrors/Download!/ABR
  IMG SRC=images/orange_ball.gif WIDTH=15 HEIGHT=15 alt=o
  A HREF=docs/Server Documentation/ABR
  IMG SRC=images/orange_ball.gif WIDTH=15 HEIGHT=15 alt=o
  --- 18,24 
TABLE CELLPADDING=10
TRTD
  IMG SRC=images/orange_ball.gif WIDTH=15 HEIGHT=15 alt=o
  !   A HREF=mirrors/list.cgiInternational Mirror Sites/ABR
  IMG SRC=images/orange_ball.gif WIDTH=15 HEIGHT=15 alt=o
  A HREF=docs/Server Documentation/ABR
  IMG SRC=images/orange_ball.gif WIDTH=15 HEIGHT=15 alt=o
  ***
  *** 31,37 
  A HREF=library/Project Library/A
TD
  IMG SRC=images/orange_ball.gif WIDTH=15 HEIGHT=15 alt=o
  !   A HREF=mirrors/list.cgiInternational Mirror Sites/ABR
  IMG SRC=images/orange_ball.gif WIDTH=15 HEIGHT=15 alt=o
  A HREF=announcelist.htmlAnnouncements via Email/ABR
  IMG SRC=images/orange_ball.gif WIDTH=15 HEIGHT=15 alt=o
  --- 31,37 
  A HREF=library/Project Library/A
TD
  IMG SRC=images/orange_ball.gif WIDTH=15 HEIGHT=15 alt=o
  !   A HREF=mirrors/Download!/ABR
  IMG SRC=images/orange_ball.gif WIDTH=15 HEIGHT=15 alt=o
  A HREF=announcelist.htmlAnnouncements via Email/ABR
  IMG SRC=images/orange_ball.gif WIDTH=15 HEIGHT=15 alt=o