cvs commit: apachen/src/main http_config.c

1997-12-16 Thread dgaudet
dgaudet 97/12/15 23:36:31

  Modified:src/main http_config.c
  Log:
  Yet another 64-bit tweak like all the others... I'm too lazy to post it and
  wait for votes.
  
  Revision  ChangesPath
  1.89  +1 -1  apachen/src/main/http_config.c
  
  Index: http_config.c
  ===
  RCS file: /export/home/cvs/apachen/src/main/http_config.c,v
  retrieving revision 1.88
  retrieving revision 1.89
  diff -u -r1.88 -r1.89
  --- http_config.c 1997/12/14 14:39:37 1.88
  +++ http_config.c 1997/12/16 07:36:30 1.89
  @@ -876,7 +876,7 @@
  This allows .htaccess to be independent of server_root,
  so the server can be moved or mirrored with less pain.  */
   char *p;
  -int offset = (int) cmd-info;
  +int offset = (int) (long) cmd-info;
   if (os_is_path_absolute(arg))
p = pstrdup(cmd-pool, arg);
   else
  
  
  


cvs commit: apachen/htdocs/manual/mod mod_auth.html

1997-12-16 Thread coar
coar97/12/16 12:57:39

  Modified:htdocs/manual/mod mod_auth.html
  Log:
Correct some misstatements about the Auth*File directives;
they're ServerRoot-relative if not absolute.
  
  PR:   1511
  
  Revision  ChangesPath
  1.9   +15 -9 apachen/htdocs/manual/mod/mod_auth.html
  
  Index: mod_auth.html
  ===
  RCS file: /export/home/cvs/apachen/htdocs/manual/mod/mod_auth.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- mod_auth.html 1997/06/04 16:14:15 1.8
  +++ mod_auth.html 1997/12/16 20:57:38 1.9
  @@ -38,12 +38,14 @@
   strongModule:/strong mod_authp
   
   The AuthGroupFile directive sets the name of a textual file containing the 
list
  -of user groups for user authentication. emFilename/em is the absolute 
path
  -to the group file.p
  +of user groups for user authentication. emFilename/em is the path
  +to the group file.  If it is not absolute (EMi.e./EM, if it
  +doesn't begin with a slash), it is treated as relative to the ServerRoot.
  +P
   Each line of the group file contains a groupname followed by a colon, 
followed
   by the member usernames separated by spaces. Example:
   blockquotecodemygroup: bob joe anne/code/blockquote
  -Note that searching large groups files is emvery/em inefficient;
  +Note that searching large text files is emvery/em inefficient;
   A HREF=mod_auth_dbm.html#authdbmgroupfileAuthDBMGroupFile/A should
   be used instead.p
   
  @@ -65,13 +67,17 @@
   
   The AuthUserFile directive sets the name of a textual file containing
   the list of users and passwords for user
  -authentication. emFilename/em is the absolute path to the user
  -file.p Each line of the user file file contains a username followed
  +authentication. emFilename/em is the path to the user
  +file. If it is not absolute (EMi.e./EM, if it doesn't begin with a
  +slash), it is treated as relative to the ServerRoot.
  +p Each line of the user file file contains a username followed
   by a colon, followed by the crypt() encrypted password. The behavior
  -of multiple occurrences of the same user is undefined.p Note that
  -searching user groups files is inefficient; A
  -HREF=mod_auth_dbm.html#authdbmuserfileAuthDBMUserFile/A should be
  -used instead.p
  +of multiple occurrences of the same user is undefined.
  +p Note that
  +searching large text files is EMvery/EM inefficient;
  +A HREF=mod_auth_dbm.html#authdbmuserfileAuthDBMUserFile/A should be
  +used instead.
  +p
   
   Security: make sure that the AuthUserFile is stored outside the
   document tree of the web-server; do emnot/em put it in the directory that
  
  
  


cvs commit: apachen/htdocs/manual/mod mod_proxy.html

1997-12-16 Thread martin
martin  97/12/16 14:07:33

  Modified:htdocs/manual/mod mod_proxy.html
  Log:
  The mod_proxy module proxy_ftp.c has an undocumented 'feature':
  when the URL is suffixed by ';type=a', then an ASCII transfer is enforced.
  
  Revision  ChangesPath
  1.30  +7 -0  apachen/htdocs/manual/mod/mod_proxy.html
  
  Index: mod_proxy.html
  ===
  RCS file: /home/cvs/apachen/htdocs/manual/mod/mod_proxy.html,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -u -r1.29 -r1.30
  --- mod_proxy.html1997/10/15 14:45:25 1.29
  +++ mod_proxy.html1997/12/16 22:07:33 1.30
  @@ -528,6 +528,13 @@
   application/octet-streambin dms lha lzh exe class tgz taz
   /pre
   
  +h2a name=typeHow can I force an FTP ASCII download of File 
EMxxx/EM?/a/h2
  +
  +In the rare situation where you must download a specific file using the FTP
  +STRONGASCII/STRONG transfer method (while the default transfer is in
  +STRONGbinary/STRONG mode), you can override mod_proxy's default by
  +suffixing the request with SAMP;type=a/SAMP to force an ASCII 
transfer.p
  +
   h2a name=startupWhy does Apache start more slowly when using the
   proxy module?/a/h2
   
  
  
  


cvs commit: apache-site/contributors index.html

1997-12-16 Thread martin
martin  97/12/16 14:20:55

  Modified:contributors index.html
  Log:
  Add my Info
  
  Revision  ChangesPath
  1.23  +9 -0  apache-site/contributors/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/apache-site/contributors/index.html,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -u -r1.22 -r1.23
  --- index.html1997/12/15 16:53:15 1.22
  +++ index.html1997/12/16 22:20:55 1.23
  @@ -289,6 +289,15 @@
   
   P
   
  +BName:/B A NAME=kraemerMartin Kraemer/ABR
  +BEmail:/B A HREF=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/ABR
  +BOrganization:/B Siemens Nixdorf Information Systems AGBR
  +BOccupation:/B Software Development EngineerBR
  +BLocation:/B Munich, GermanyBR
  +BComments:/B The freshman, only joined the group recently; switched 
over from using CERN three days after first running Apache.BR
  +
  +P
  +
   BName:/B A NAME=laurieBen Laurie/ABR
   BEmail:/B A HREF=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/ABR
   BURL:/B A 
HREF=http://www.algroup.co.uk/;http://www.algroup.co.uk//ABR