cvs commit: apache-1.3/htdocs/manual/mod core.html mod_access.html

1999-12-19 Thread lars
lars99/12/19 09:33:15

  Modified:htdocs/manual/mod core.html mod_access.html
  Log:
  Add some links.
  
  Revision  ChangesPath
  1.157 +2 -1  apache-1.3/htdocs/manual/mod/core.html
  
  Index: core.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/core.html,v
  retrieving revision 1.156
  retrieving revision 1.157
  diff -u -r1.156 -r1.157
  --- core.html 1999/11/16 12:16:20 1.156
  +++ core.html 1999/12/19 17:33:14 1.157
  @@ -2598,7 +2598,8 @@
   they either pass the host restriction or enter a valid username and
   password. This can be used to password restrict an area, but to let
   clients from particular addresses in without prompting for a password.
  -
  +P
  +See also A HREF=mod_access.htmlmod_access/A.
   
   PHR
   
  
  
  
  1.19  +3 -0  apache-1.3/htdocs/manual/mod/mod_access.html
  
  Index: mod_access.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_access.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- mod_access.html   1999/04/14 11:19:21 1.18
  +++ mod_access.html   1999/12/19 17:33:14 1.19
  @@ -28,6 +28,9 @@
   LIA HREF=#denyfromenvdeny from env=/A
   LIA HREF=#orderorder/A
   /UL
  +DL
  +DDSee also A HREF=core.html#satisfySatisfy/A.
  +/DL
   HR
   
   
  
  
  


cvs commit: apache-1.3/htdocs/manual/mod core.html mod_access.html

1999-12-19 Thread lars
lars99/12/19 10:47:00

  Modified:htdocs/manual/mod core.html mod_access.html
  Log:
  Uhm... forgot require directive...
  
  Revision  ChangesPath
  1.158 +5 -2  apache-1.3/htdocs/manual/mod/core.html
  
  Index: core.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/core.html,v
  retrieving revision 1.157
  retrieving revision 1.158
  diff -u -r1.157 -r1.158
  --- core.html 1999/12/19 17:33:14 1.157
  +++ core.html 1999/12/19 18:46:59 1.158
  @@ -2393,7 +2393,9 @@
   desired./STRONG If you wish to apply access controls only to
   specific methods, while leaving other methods unprotected, then place
   the CODErequire/CODE statement into a A
  -HREF=#limitlt;Limitgt;/A sectionPHR
  +HREF=#limitlt;Limitgt;/A sectionP
  +PSee also A HREF=#satisfySatisfy/A and A 
HREF=mod_access.htmlmod_access/A.
  +HR
   
   H2A NAME=resourceconfigResourceConfig directive/A/H2
   !--%plaintext lt;?INDEX {\tt ResourceConfig} directivegt; --
  @@ -2599,7 +2601,8 @@
   password. This can be used to password restrict an area, but to let
   clients from particular addresses in without prompting for a password.
   P
  -See also A HREF=mod_access.htmlmod_access/A.
  +See also A HREF=#requirerequire/A and 
  +A HREF=mod_access.htmlmod_access/A.
   
   PHR
   
  
  
  
  1.20  +2 -1  apache-1.3/htdocs/manual/mod/mod_access.html
  
  Index: mod_access.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_access.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- mod_access.html   1999/12/19 17:33:14 1.19
  +++ mod_access.html   1999/12/19 18:46:59 1.20
  @@ -29,7 +29,8 @@
   LIA HREF=#orderorder/A
   /UL
   DL
  -DDSee also A HREF=core.html#satisfySatisfy/A.
  +DDSee also A HREF=core.html#satisfySatisfy/A
  +and A HREF=core.html#requirerequire/A.
   /DL
   HR