home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / WEBSERVE / SAMBAR / DATA.1 / readme.txt < prev    next >
Text File  |  1997-09-06  |  3KB  |  62 lines

  1. 9/2/97
  2. Announcing: Sambar Server 4.03 BETA 2 Release
  3.  
  4. I appreciate any bug reports.  To support aliasing and a number of
  5. bug fixes, a great amount of code was rewritten for this release.
  6. Most significant was the change from PC-style directory separators (\)
  7. to UNIX-style directory separators (/).
  8.  
  9. Thanks,
  10. Tod Sambar
  11. Sambar Technologies
  12. tod@sambar.com
  13.  
  14.  
  15. 4.03 Beta 2 Features/Bug Fixes:
  16.     Added CGI and Document aliasing
  17.     Changed search indexes to use relative paths
  18.     Fixed FTP_WELCOME macros to allow new-lines
  19.     Added FTP_GOODBYE macro
  20.     Changed all PC-specific directory notation to now use UNIX forward 
  21.         slash (/) (affects config.ini and security.ini)
  22.     Implemented FTP REST (restart command)
  23.     Included Ceilidh 1.50 Group discussion forum from www.lilikoi.com
  24.     Fixed a POST bug affecting many PERL discussion forums.
  25.     Added HTTP_COOKIE CGI environment variable.
  26.     Fixed FTP RENAME bug.
  27.     Added CR/LF to all configuration and log files.
  28.     Fixed document directory listing of server when "home page" is missing.
  29.     Fixed search bug that caused words following HTML tags to be missed
  30.  
  31. 4.03 Features/Bug Fixes:
  32.     Implemented Sambar Server as an NT Service
  33.     Implemented Virtual Hosts
  34.     Implemented HTTP PUT -- not fully tested!
  35.     Implemented FTP APPE (append) command -- not fully tested!
  36.     Support for ISINDEX queries
  37.     Fixed many CGI bugs (thanks for being patient)
  38.     Fixed bug in security.c where case-sensitive comparinson was performed.
  39.     Fixed bug when writing out server configuration that caused the document directory to get trashed
  40.     Fixed bug in security processing when directory is not the install directory
  41.     Modified FTP to support file names with spaces and dashes (valid characters are alpha-numeric, space, dash and underline)
  42.     Provide status update while Search Indexer is running (file list)
  43.     Implemented Server-side includes (see SSI documentation for implementation notes)
  44.     Improved the log analysis agent discovery (more extensible)
  45.     Added active users report (and the ability to terminate sessions)
  46.     Added parent environment to CGI environment
  47.     Added REMOTE_USER and CONTENT_TYPE to CGI
  48.     Fixed FTP root directory path bug
  49.     Fixed WinCGI and CGI to work with 16-bit applications and fixed parameter passing
  50.     Fixed CGI QUERY_STRING bug (was passing URL with <query>)
  51.  
  52. Upgrading from 4.X:
  53.     - DO NOT install over an existing installation!
  54.     - The config.ini and security.ini files have changed from the
  55.       previous release.  Most significantly all directory paths must now
  56.       use a forward slash (/) rather than the PC-style backward slash (\)
  57.     - The output written to the access.log file has changed
  58.     - The logstats.ini file has a new format.
  59.     - All Search Indexes must re-generated.
  60.     - Scripting language and Server APIs are 100% compatible.
  61.  
  62.