cvs commit: apache/htdocs/manual/mod mod_mime_magic.html

1997-07-11 Thread Marc Slemko
marc97/07/10 23:14:20

  Modified:htdocs/manual/mod  mod_mime_magic.html
  Log:
  Minor cleanups.
  
  Revision  ChangesPath
  1.3   +2 -2  apache/htdocs/manual/mod/mod_mime_magic.html
  
  Index: mod_mime_magic.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_mime_magic.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** mod_mime_magic.html   1997/07/09 01:14:32 1.2
  --- mod_mime_magic.html   1997/07/11 06:14:19 1.3
  ***
  *** 194,200 

  The following notes apply to the mod_mime_magic module and are
  included here for compliance with contributors' copyright restrictions
  !   that require their acknowledgement.

pre
/*
  --- 194,200 

  The following notes apply to the mod_mime_magic module and are
  included here for compliance with contributors' copyright restrictions
  !   that require their acknowledgment.

pre
/*
  ***
  *** 233,239 
 * 4. This notice may not be removed or altered.
 * -
 *
  !  * For complicance with Mr Darwin's terms: this has been very significantly
 * modified from the free file command.
 * - all-in-one file for compilation convenience when moving from one
 *   version of Apache to the next.
  --- 233,239 
 * 4. This notice may not be removed or altered.
 * -
 *
  !  * For compliance with Mr Darwin's terms: this has been very significantly
 * modified from the free file command.
 * - all-in-one file for compilation convenience when moving from one
 *   version of Apache to the next.
  
  
  


cvs commit: CVSROOT avail

1997-07-11 Thread Brian Behlendorf
brian   97/07/10 23:56:39

  Modified:. avail
  Log:
  Enable Ralf and Rasmus to implement patches.
  
  Revision  ChangesPath
  1.32  +1 -1  CVSROOT/avail
  
  Index: avail
  ===
  RCS file: /export/home/cvs/CVSROOT/avail,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -C3 -r1.31 -r1.32
  *** avail 1997/06/26 14:39:05 1.31
  --- avail 1997/07/11 06:56:37 1.32
  ***
  *** 1,2 
unavail
  ! 
avail|cvs,paul,ben,akosut,mjc,chuck,jim,brian,randy,fielding,pcs,sameer,laurel,marc,dgaudet,coar
  --- 1,2 
unavail
  ! 
avail|cvs,paul,ben,akosut,mjc,chuck,jim,brian,randy,fielding,pcs,sameer,laurel,marc,dgaudet,coar,rasmus,rse
  
  
  


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

1997-07-11 Thread Paul Sutton
pcs 97/07/11 06:01:21

  Modified:htdocs/manual/misc  Tag: APACHE_1_2_X  known_bugs.html
  Log:
  Bring known bugs in 1_2_X up-to-date from HEAD
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.14.2.5  +43 -11apache/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.14.2.4
  retrieving revision 1.14.2.5
  diff -C3 -r1.14.2.4 -r1.14.2.5
  *** known_bugs.html   1997/06/28 21:51:44 1.14.2.4
  --- known_bugs.html   1997/07/11 13:01:19 1.14.2.5
  ***
  *** 27,34 

H2Apache 1.2 Bugs/H2

  ! OLa name=listenbug/a
  ! LIOn some architectures if your configuration uses multiple
a href=../mod/core.html#listenListen/a directives then it is 
possible
that the server will starve one of the sockets while serving hits on
another.  The work-around is to add
  --- 27,67 

H2Apache 1.2 Bugs/H2

  ! OL
  ! LIbExists in 1.2.1 only./b
  ! On Solaris 2.x the server will stop running after receiving a
  ! SIGHUP.  Four workarounds exist (choose one):p
  ! ul
  ! liRetrieve a 
href=http://www.apache.org/dist/patches/apply_to_1.2.1/solaris_hup.patch;this 
patch/a.
  ! codecd/code to your codeapache_1.2.1/code directory, and
  ! type codepatch -s -p1  /path/to/patchfile/code.  Then rebuild
  ! Apache.p
  ! liUse SIGUSR1 instead of SIGHUP, see a href=../stopping.html
  ! Stopping and Restarting Apache/a for more details.p
  ! liAdd code-DNO_SLACK/code to
  ! codeEXTRA_CFLAGS/code in
  ! your codeConfiguration/code file, re-run codeConfigure/code
  ! and rebuild your server.  This disables the
  ! a href=descriptors.htmldescriptor slack workaround/ap
  ! li(Least preferable) Use Apache 1.2.0 instead of 1.2.1.p
  ! /ul
  ! This problem will be tracked as
  ! a href=http://www.apache.org/bugdb.cgi/full/832;PR#832/a.p
  ! /li
  ! 
  ! LI(Exists in 1.2.0 and in 1.2.1 after either of the
  ! codeNO_SLACK/code or patch provided by the previous bug are 
applied.)
  ! Solaris 2.5.1 (and probably other versions of Solaris) appear to have
  ! a race condition completely unrelated to all the others.  It is possible
  ! during a SIGHUP that the server will fail to start because it will not
  ! be able to re-open its sockets.  To our knowledge this has only shown
  ! up during testing when we pummel the server with as many SIGHUP requests
  ! per second as we can.  This appears unrelated to the similar sounding 
bug
  ! described in a 
href=http://www.apache.org/bugdb.cgi/full/832;PR#832/a.
  ! p
  ! 
  ! LIa name=listenbugOn some architectures/A
  ! if your configuration uses multiple
a href=../mod/core.html#listenListen/a directives then it is 
possible
that the server will starve one of the sockets while serving hits on
another.  The work-around is to add
  ***
  *** 43,54 
a href=http://www.apache.org/bugdb.cgi/full/467;PR#467/a.
P/LI

  - a name=cnegbug/a
LIbFixed in 1.2.1./b
  ! Apache's A HREF=../content-negotiation.htmlContent
Negotiation/A should pick the smallest variant if there
are several that are equally acceptable. A bug in 1.2 means it no
  ! longer does this unless all the variants have character sets. 
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.
  --- 76,86 
a href=http://www.apache.org/bugdb.cgi/full/467;PR#467/a.
P/LI

LIbFixed in 1.2.1./b
  ! a name=cnegbugApache's/A A 
HREF=../content-negotiation.htmlContent
Negotiation/A should pick the smallest variant if there
are several that are equally acceptable. A bug in 1.2 means it no
  ! longer does this unless all the variants have character sets.
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.
  ***
  *** 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.
P/LI

  --- 90,96 

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.
P/LI

  ***
  *** 80,94 

LIIf 

cvs commit: apache-site bugdb.cgi

1997-07-11 Thread Rodent of Unusual Size
coar97/07/11 19:13:01

  Modified:. bugdb.cgi
  Log:
Add a bold warning that the submitter had *better* not be duplicating
an existing FAQ or PR item, or the response he gets may be ..
unsatisfying.  (Particularly if the respondent is feeling snarky. ;)
  
  Revision  ChangesPath
  1.8   +24 -3 apache-site/bugdb.cgi
  
  Index: bugdb.cgi
  ===
  RCS file: /export/home/cvs/apache-site/bugdb.cgi,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -C3 -r1.7 -r1.8
  *** bugdb.cgi 1997/06/11 10:20:05 1.7
  --- bugdb.cgi 1997/07/12 02:12:59 1.8
  ***
  *** 43,48 
  --- 43,52 
#  6/11/1997 Ken Coar - Added ability to edit the synopsis, release, and
#originator - very useful for pulling pending PRs into the
#mainstream db.
  + #  7/11/1997 Ken Coar - added warning that the submitter had better not
  + #be duplicating an existing PR or FAQ item, or the response he gets
  + #may be unsatisfying.
  + #
### End Modifcation log

### Environment variables
  ***
  *** 181,187 
### Main menu
} elsif ($PATH_INFO eq ) {
main_menu();
  ! print HRSMALLVersion: 11 June 1997BRAuthors: ,
A HREF=\http://alumni.caltech.edu/~dank\;Dan Kegel/A ,
[EMAIL PROTECTED] amp; ,
A HREF=\http://alumni.caltech.edu/~huyle/\;Huy Le/A ,
  --- 185,191 
### Main menu
} elsif ($PATH_INFO eq ) {
main_menu();
  ! print HRSMALLVersion: 11 July 1997BRAuthors: ,
A HREF=\http://alumni.caltech.edu/~dank\;Dan Kegel/A ,
[EMAIL PROTECTED] amp; ,
A HREF=\http://alumni.caltech.edu/~huyle/\;Huy Le/A ,
  ***
  *** 351,368 
sub send_pr
{
# Display title
  ! print headtitleApache: New Problem Report submission/title/head
H2New Problem Report form:/H2
body
BLOCKQUOTE
 STRONG
  Please be aware that the Apache problem report database is PUBLICLY
  ACCESSIBLE.  The information you submit on this form will be available to
  anyone on the Internet.  Do not send information that you wish to remain
  private.
 /STRONG
/BLOCKQUOTE
  ! ;

print FORM METHOD=\POST\ ACTION=\$SCRIPT_NAME/handle_send_pr\\n;
#print Organization: \n;
  --- 355,389 
sub send_pr
{
# Display title
  ! print EOHT;
  ! HEADTITLEApache: New Problem Report submission/TITLE/HEAD
H2New Problem Report form:/H2
body
BLOCKQUOTE
 STRONG
  +   P
  Please be aware that the Apache problem report database is PUBLICLY
  ACCESSIBLE.  The information you submit on this form will be available to
  anyone on the Internet.  Do not send information that you wish to remain
  private.
  +   /P
  +   P
  +   Please also be aware that you may get a curt and unsatisfying response
  +   if you report a problem that has already been reported or that is
  +   covered in the
  +   A
  +HREF=http://www.apache.org/docs/misc/FAQ.html;
  +   FAQ/A.
  +   The developers do not have time to answer the same question again and
  +   again.  BIGPlease search the FAQ and the
  +   A
  +HREF=http://www.apache.org/bugdb.cgi;
  +   problem report database/A
  +   before you enter this report!/BIG
  +   /P
 /STRONG
/BLOCKQUOTE
  ! EOHT

print FORM METHOD=\POST\ ACTION=\$SCRIPT_NAME/handle_send_pr\\n;
#print Organization: \n;
  
  
  


cvs commit: apache-site/contributors index.html

1997-07-11 Thread Rodent of Unusual Size
coar97/07/11 19:30:13

  Modified:contributors  index.html
  Log:
Updating the prepository from changes made to the online
files.
  
  Revision  ChangesPath
  1.12  +3 -2  apache-site/contributors/index.html
  
  Index: index.html
  ===
  RCS file: /export/home/cvs/apache-site/contributors/index.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -C3 -r1.11 -r1.12
  *** index.html1997/06/29 00:53:26 1.11
  --- index.html1997/07/12 02:30:12 1.12
  ***
  *** 68,73 
  --- 68,74 
/TR
TR
TDBA HREF=#lerdorfRasmus Lerdorf/A/B/TD
  + TDmod_info, mod_php/TD
/TR
TR
TDBA HREF=#mirzadehAram W. Mirzadeh/A/B/TD
  ***
  *** 287,295 
P

BName:/B A NAME=lerdorfRasmus Lerdorf/ABR
  ! BEmail:/B A HREF=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/ABR
BURL:/B A 
HREF=http://www.vex.net/~rasmus/;http://www.vex.net/~rasmus//ABR
  ! BCompany:/B Lerdorf ConsultantsBR
BOccupation:/B IT ConsultantBR
BLocation:/B Toronto, Ontario, CanadaBR
BOS Expertise:/B Solaris, LinuxBR
  --- 288,296 
P

BName:/B A NAME=lerdorfRasmus Lerdorf/ABR
  ! BEmail:/B A HREF=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/ABR
BURL:/B A 
HREF=http://www.vex.net/~rasmus/;http://www.vex.net/~rasmus//ABR
  ! BCompany:/B Lerdorf Consultants Inc.BR
BOccupation:/B IT ConsultantBR
BLocation:/B Toronto, Ontario, CanadaBR
BOS Expertise:/B Solaris, LinuxBR
  
  
  


cvs commit: apache/src http_main.c

1997-07-11 Thread Marc Slemko
marc97/07/11 20:49:57

  Modified:src   http_main.c
  Log:
  Print name of lock file we can't open.  Already is printed for
  fcntl but flock must have been missed.
  
  Revision  ChangesPath
  1.177 +1 -1  apache/src/http_main.c
  
  Index: http_main.c
  ===
  RCS file: /export/home/cvs/apache/src/http_main.c,v
  retrieving revision 1.176
  retrieving revision 1.177
  diff -C3 -r1.176 -r1.177
  *** http_main.c   1997/07/10 18:32:47 1.176
  --- http_main.c   1997/07/12 03:49:56 1.177
  ***
  *** 314,320 
if (lock_fd == -1)
{
perror (open);
  ! fprintf (stderr, Cannot open lock file\n);
exit (1);
}
unlink(lock_fname);
  --- 314,320 
if (lock_fd == -1)
{
perror (open);
  ! fprintf (stderr, Cannot open lock file: %s\n, lock_fname);
exit (1);
}
unlink(lock_fname);