cvs commit: apache-1.3/htdocs/manual/misc FAQ-A.html FAQ-E.html FAQ-F.html FAQ-I.html

1999-07-03 Thread fielding
fielding99/07/03 15:12:51

  Modified:htdocs/manual/misc FAQ-A.html FAQ-E.html FAQ-F.html
FAQ-I.html
  Log:
  Some answers to problems that often come up on the www.servers.unix
  newsgroup.
  
  Submitted by: Joshua Slive [EMAIL PROTECTED]
  Reviewed by:  Roy Fielding
  
  Revision  ChangesPath
  1.2   +2 -2  apache-1.3/htdocs/manual/misc/FAQ-A.html
  
  Index: FAQ-A.html
  ===
  RCS file: /home/cvs/apache-1.3/htdocs/manual/misc/FAQ-A.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FAQ-A.html1999/06/24 15:02:51 1.1
  +++ FAQ-A.html1999/07/03 22:12:49 1.2
  @@ -31,7 +31,7 @@
 !--#include virtual=header.html --
 H1 ALIGN=CENTERApache Server Frequently Asked Questions/H1
 P
  -  $Revision: 1.1 $ ($Date: 1999/06/24 15:02:51 $)
  +  $Revision: 1.2 $ ($Date: 1999/07/03 22:12:49 $)
 /P
 P
 The latest version of this FAQ is always available from the main
  @@ -182,7 +182,7 @@
 STRONGHow thoroughly tested is Apache?/STRONG
/A
 P
  -  Apache is run on over 1.2 million Internet servers (as of July 1998). It 
has
  +  Apache is run on over 3 million Internet servers (as of June 1999). It has
 been tested thoroughly by both developers and users. The Apache Group
 maintains rigorous standards before releasing new versions of their
 server, and our server runs without a hitch on over one half of all
  
  
  
  1.2   +27 -1 apache-1.3/htdocs/manual/misc/FAQ-E.html
  
  Index: FAQ-E.html
  ===
  RCS file: /home/cvs/apache-1.3/htdocs/manual/misc/FAQ-E.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FAQ-E.html1999/06/24 15:02:52 1.1
  +++ FAQ-E.html1999/07/03 22:12:49 1.2
  @@ -31,7 +31,7 @@
 !--#include virtual=header.html --
 H1 ALIGN=CENTERApache Server Frequently Asked Questions/H1
 P
  -  $Revision: 1.1 $ ($Date: 1999/06/24 15:02:52 $)
  +  $Revision: 1.2 $ ($Date: 1999/07/03 22:12:49 $)
 /P
 P
 The latest version of this FAQ is always available from the main
  @@ -108,6 +108,9 @@
  LIA HREF=#htaccess-workMy CODE.htaccess/CODE files are being
ignored./A
  /LI
  +   LIA HREF=#forbiddenWhy do I get a 
  +quot;SAMPForbidden/SAMPquot; message whenever I try to 
  +access a particular directory?/A
 /OL
/LI
   !--#endif --
  @@ -559,6 +562,29 @@
  /P
  HR
/LI
  + LIA NAME=forbidden
  +   STRONGWhy do I get a quot;SAMPForbidden/SAMPquot; message 
  +   whenever I try to access a particular directory?/A
  +   P
  +   This message is generally caused because either
  +   UL
  +LIThe underlying file system permissions do not allow the
  +User/Group under which Apache is running to access the necessary
  +files; or
  +LIThe Apache configuration has some access restrictions in 
  +place which forbid access to the files.
  +   /UL
  +   You can determine which case applies to your situation by checking the
  +   error log.
  +   /P
  +   P
  +   In the case where file system permission are at fault, remember
  +   that not only must the directory and files in question be readable,
  +   but also all parent directories must be at least searchable by the
  +   web server in order for the content to be accessible.
  +   /P
  +   HR
  +  /LI
   /OL
   !--#endif --
   !--#if expr=$STANDALONE --
  
  
  
  1.2   +17 -2 apache-1.3/htdocs/manual/misc/FAQ-F.html
  
  Index: FAQ-F.html
  ===
  RCS file: /home/cvs/apache-1.3/htdocs/manual/misc/FAQ-F.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FAQ-F.html1999/06/24 15:02:52 1.1
  +++ FAQ-F.html1999/07/03 22:12:50 1.2
  @@ -31,7 +31,7 @@
 !--#include virtual=header.html --
 H1 ALIGN=CENTERApache Server Frequently Asked Questions/H1
 P
  -  $Revision: 1.1 $ ($Date: 1999/06/24 15:02:52 $)
  +  $Revision: 1.2 $ ($Date: 1999/07/03 22:12:50 $)
 /P
 P
 The latest version of this FAQ is always available from the main
  @@ -209,7 +209,16 @@
 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.
  +  quot;premature end of script headersquot; message.  Even if the CGI 
  +  runs fine from the command line, remember that the environment and
  +  permissions may be different when running under the web server.  The
  +  CGI can only access resources allowed for the A 
  +  HREF=../mod/core.html#userCODEUser/CODE/A and 
  +  A 

cvs commit: apache-1.3/htdocs/manual/misc FAQ-A.html FAQ-B.html FAQ-C.html FAQ-D.html FAQ-E.html FAQ-F.html FAQ-G.html FAQ-H.html FAQ-I.html FAQ.html

1999-06-24 Thread coar
coar99/06/24 08:02:56

  Modified:htdocs/manual/misc FAQ.html
  Added:   htdocs/manual/misc FAQ-A.html FAQ-B.html FAQ-C.html
FAQ-D.html FAQ-E.html FAQ-F.html FAQ-G.html
FAQ-H.html FAQ-I.html
  Log:
Break the FAQ into smaller pieces, stitched together for Web
browsing with SSIs but more easily posted on USENET.
  
  Revision  ChangesPath
  1.145 +22 -2397  apache-1.3/htdocs/manual/misc/FAQ.html
  
  Index: FAQ.html
  ===
  RCS file: /home/cvs/apache-1.3/htdocs/manual/misc/FAQ.html,v
  retrieving revision 1.144
  retrieving revision 1.145
  diff -u -r1.144 -r1.145
  --- FAQ.html  1999/05/27 16:49:26 1.144
  +++ FAQ.html  1999/06/24 15:02:53 1.145
  @@ -2,6 +2,7 @@
   HTML
HEAD
 TITLEApache Server Frequently Asked Questions/TITLE
  +!--#set var=FAQMASTER value=YES --
/HEAD
   !-- Background white, links blue (unvisited), navy (visited), red (active) 
--
BODY
  @@ -14,7 +15,7 @@
 !--#include virtual=header.html --
 H1 ALIGN=CENTERApache Server Frequently Asked Questions/H1
 P
  -  $Revision: 1.144 $ ($Date: 1999/05/27 16:49:26 $)
  +  $Revision: 1.145 $ ($Date: 1999/06/24 15:02:53 $)
 /P
 P
 The latest version of this FAQ is always available from the main
  @@ -80,2406 +81,30 @@
   !-- - '400 malformed request' on Win32 might mean stale proxy; see --
   !--   PR #2300.--
   !-- - how do I tell what version of Apache I am running?   --
  -UL
  - LISTRONGA. Background/STRONG
  -  OL
  -   LIA HREF=#whatWhat is Apache?/A
  -   /LI
  -   LIA HREF=#whyWhy was Apache created?/A
  -   /LI
  -   LIA HREF=#relateHow does The Apache Group's work relate to
  -other servers?/A
  -   /LI
  -   LIA HREF=#nameWhy the name quot;Apachequot;?/A
  -   /LI
  -   LIA HREF=#compareOK, so how does Apache compare to other 
servers?/A
  -   /LI
  -   LIA HREF=#testedHow thoroughly tested is Apache?/A
  -   /LI
  -   LIA HREF=#futureWhat are the future plans for Apache?/A
  -   /LI
  -   LIA HREF=#supportWhom do I contact for support?/A
  -   /LI
  -   LIA HREF=#moreIs there any more information on Apache?/A
  -   /LI
  -   LIA HREF=#whereWhere can I get Apache?/A
  -   /LI
  -  /OL
  - /LI
  - LISTRONGB. General Technical Questions/STRONG
  -  OL
  -   LIA HREF=#what2doquot;Why can't I ...?  Why won't ...
  -work?quot;  What to do in case of problems/A
  -   /LI
  -   LIA HREF=#compatibleHow compatible is Apache with my existing
  -NCSA 1.3 setup?/A
  -   /LI
  -   LIA HREF=#year2000Is Apache Year 2000 compliant?/A
  -   /LI
  -   LIA HREF=#submit_patchHow do I submit a patch to the Apache 
Group?/A
  -   /LI
  -   LIA HREF=#dominationWhy has Apache stolen my favourite site's
  -Internet address?/A
  -   /LI
  -   LIA HREF=#apspamWhy am I getting spam mail from the Apache site?/A
  -   /LI
  -   LIA HREF=#redistMay I include the Apache software on a CD or other
  -package I'm distributing?/A
  -   /LI
  -   LIA HREF=#zoomWhat's the best hardware/operating system/... How do
  -I get the most out of my Apache Web server?/A
  -   /LI
  -   LIA HREF=#regexWhat are regular expressions?/A
  -   /LI
  -  /OL
  - /LI
  - LISTRONGC. Building Apache/STRONG
  -  OL
  -   LIA HREF=#bind8.1Why do I get an error about an undefined
  -reference to quot;SAMP__inet_ntoa/SAMPquot; or other
  -SAMP__inet_*/SAMP symbols?/A
  -   /LI
  -   LIA HREF=#cantbuildWhy won't Apache compile with my
  -system's SAMPcc/SAMP?/A
  -   /LI
  -   LIA HREF=#linuxiovecWhy do I get complaints about redefinition
  -of quot;CODEstruct iovec/CODEquot; when compiling under 
Linux?/A
  -   /LI
  -   LIA HREF=#broken-gccI'm using gcc and I get some compilation 
errors, 
  - what is wrong?/A
  -   /LI
  -   LIA HREF=#glibc-cryptI'm using RedHat Linux 5.0, or some other
  -SAMPglibc/SAMP-based Linux system, and I get errors with the
  -CODEcrypt/CODE function when I attempt to build Apache 1.2./A
  -   /LI
  -  /OL
  - /LI
  -
  - LISTRONGD. Error Log Messages and Problems Starting Apache/STRONG
  -  OL
  -   LIA HREF=#setgidWhy do I get quot;SAMPsetgid: Invalid
  -argument/SAMPquot; at startup?/A
  -   /LI
  -   LIA HREF=#nodelayWhy am I getting quot;SAMPhttpd: could not
  -set socket option TCP_NODELAY/SAMPquot; in my error log?/A
  -   /LI
  -   LIA HREF=#peerresetWhy am I getting quot;SAMPconnection
  -reset by peer/SAMPquot; in my error log?/A
  -   /LI
  -   LIA HREF=#wheres-the-dumpThe errorlog says Apache dumped core,
  -but where's the dump file?/A
  -   /LI
  -   LIA HREF=#linux-shmgetWhen I run it under Linux I get quot;shmget:
  -function not foundquot;, what should I do?/A
  -   /LI
  -   LIA HREF=#nfslockingServer hangs, or fails to start, and/or error 
log
  -fills