home *** CD-ROM | disk | FTP | other *** search
/ Internet Publisher's Toolbox 1.0 / Image.iso / toolbox / ntserver / https.txt
Encoding:
Text File  |  1995-05-01  |  3.8 KB  |  105 lines

  1. This message is to announce the availability of a new beta-test
  2. version of the HTTP server implementation (called "HTTPS") for
  3. Windows NT. This software allows a Windows NT machine to serve
  4. information using the World-Wide Web distributed hypermedia system.
  5.  
  6. HTTPS version 0.96 is an HTTP/1.0 server which runs as a Windows NT
  7. "Service".  Executables for Intel-based systems, MIPS systems, and
  8. DEC Alpha systems, are available.
  9.  
  10. This version is mostly a bug-fix release.We plan to make the 1.0 
  11. release as soon as we've had the opportunity to test it with the
  12. final release of Windows NT 3.5.
  13.  
  14. Hypertext documentation is available at:
  15.  
  16. http://emwac.ed.ac.uk/html/internet_toolchest/https/contents.htm
  17.  
  18. The server may be FTP'd from  emwac.ed.ac.uk  in the directory
  19. pub/https. There are three ZIP files, for the different CPU types. 
  20. Be sure you download the right one for your processor.
  21.  
  22. You may also wish to download the WAISTOOL toolkit for building and
  23. searching WAIS databases, which can be found in /pub/waistool.
  24.  
  25.  
  26. New features in 0.96
  27. ====================
  28.  
  29. * The default data directory location is now C:\HTTPS, to help people who
  30.   have a CD as D: and don't realise they can configure the location.
  31.  
  32. * Error messages returned to the client now contain the HTTP status code
  33.   in the text in a less obtrusive manner.
  34.  
  35. * Bug fixed: on some systems, CGI scripts appear to run extremely slowly.
  36.   (I was eventually able to duplicate this on a system here, and
  37.   was thus in a much better position to fix it.)
  38.  
  39. * Bug fixed: redirect URLs now contain the IP address of the interface on
  40.   which the call was received, if this is different from the one corresponding
  41.   to the host name.
  42.  
  43. * Bug fixed: ComSpec and PATH environment variables are now passed to
  44.   CGI scripts.
  45.  
  46. * Bug fixed: Accept: * is now treated like Accept: */*. (Mozilla.)
  47.  
  48. * Bug fixed: logfile now closed correctly when system is shut down.
  49.  
  50. * Bug fixed: Very large files (4Mb) could not be served after the system
  51.   had been up for a while.
  52.  
  53. * Bug fixed: when browsing, the URL associated with "Up to parent directory"
  54.   did not have a trailing slash.
  55.  
  56.  
  57. Features
  58. ========
  59.  
  60. * HTTP/1.0 server which understands HEAD, GET and POST methods.
  61.  
  62. * Supports CGI scripts and HTML forms.  Example scripts in C 
  63.   included.
  64.  
  65. * Runs as a Windows NT "Service", so that it keeps going even
  66.   when there's no-one logged in to the machine's console.
  67.  
  68. * Handles multiple simultaneous connections using multiple threads.
  69.  
  70. * Can search locally-held WAIS databases (requires WAISTOOLs
  71.   for Windows NT, also available from EMWAC).
  72.  
  73. * Supports directory browsing (can be disabled).
  74.  
  75. * Support for clickable images (ISMAP).
  76.  
  77. * Available for DEC Alpha, MIPS and Intel architectures.
  78.  
  79. * Very fast, thanks partly to the use of Windows NT memory-mapped file I/O.
  80.  
  81. * HTTP transaction log written to text file.  Log file location is
  82.   configurable.
  83.  
  84. * Logs errors using the Windows NT Event Logger.
  85.  
  86. * Configuration through the Control Panel, with configuration
  87.   information stored in the Registry.
  88.  
  89. * If there is more than one network interface in the machine, HTTPS 
  90.   will listen for incoming connections on all interfaces.
  91.  
  92.  
  93. This server has been produced as part of the European Microsoft
  94. Windows NT Academic Centre (EMWAC) project.  EMWAC has been set up to
  95. support and act as a focus for Windows NT within European academia. 
  96. It is sponsored by Datalink Computers, Digital, Microsoft, Research
  97. Machines, Sequent and the University of Edinburgh.
  98.  
  99. Acknowlegements to Silicon Graphics for providing a machine for the MIPS
  100. port.
  101.  
  102. A Gopher server and a WAIS server for Windows NT are also available
  103. for beta test, available from the same site as above.
  104.  
  105.