home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / NS11.ZIP / README.TXT < prev    next >
Text File  |  1995-10-16  |  7KB  |  212 lines

  1. NetXpress Server README.TXT
  2. ===========================
  3.  
  4. Version 1.1 updates:
  5.  
  6.   General:
  7.        - All password checks are now case-sensitive!
  8.        - Altered the user database interface in SETUP
  9.        - Fixed some user database access problems
  10.  
  11.   WWW:
  12.        - NetXpress Server now includes a CGI program that allows
  13.          for word searches through your documents.  Please see
  14.          SEARCH.ZIP for more info.
  15.        - Added a special HTML keyword that returns the number of
  16.          accesses for that document.  All you must do is place
  17.          <!!ACCESS> in a HTML and NetServer will send out a number
  18.          instead of that string.  If you change a documents
  19.          location, then its access count will reset.  Only
  20.          documents with a content type of text/html will be
  21.          recorded.  NetServer uses the ACCESS.WWW file in the
  22.          system directory to keep track of this information.
  23.          Before: [ Visitor # <!!ACCESS> ]
  24.          After:  [ Visitor # 143 ]
  25.        - Added the ability for the Web server to handle
  26.          If-Modified-Since headers
  27.        - Added User Authorization to the Web server.
  28.        - CGI programs may return, in the header of their message,
  29.          the following:
  30.            Status: <num>
  31.            Content-type: <type>/<subtype>
  32.            Location: <url>
  33.        - Fixed the Web POST method
  34.        - CGI programs now get these additional environmental
  35.          variables:
  36.            HTTP_ACCEPT:
  37.            HTTP_USER_AGENT:
  38.            CONTENT_LENGTH:
  39.            REMOTE_USER:
  40.        - CGI programs no longer receive the PATH_INFO variable.
  41.        - NXCGI now correctly feeds input from POST operations
  42.          through the stdin instead of trying to create the
  43.          QUERY_STRING variable
  44.        - Fixed massive problems with the WWW interface with CGI
  45.        - Added the ability to add other Content-Types to the Web
  46.          server.
  47.        - Made all references to URLs in the NETSRV.WWW file able
  48.          to handle the wildcard character '*' (must be the last
  49.          character).
  50.        - Added to the NETSRV.WWW file the following:
  51.            protect_ip <url> <ip_address>
  52.            protect_mask <url> <ip_mask>
  53.            protect_user <url> <user_name>
  54.            protect_group <url> <group(s)>
  55.          The protect_ip and protect_mask keywords grants access to
  56.          certain documents or directories to certain IP addresses.
  57.          The protect_user and protect_group keywords will use the
  58.          Basic authorization scheme to request a user name and
  59.          password from the user.
  60.          You may have more than one protect keyword per document.
  61.          Their operation will be ORed together.
  62.        - Added the WWW POST command.
  63.        - Web requests to *.html will be processed as *.htm
  64.        - Added the Date:, Server:, MIME-Version:, Content-Type:,
  65.          Last-Modified: headers on outgoing HTTP/1.0 requests.
  66.        - Caused a HEAD HHTP method to produce the same headers as
  67.          a GET method.
  68.  
  69.   SMTP:
  70.        - When SMTP bounced a message due to delivery problems, it
  71.          created a share violation.
  72.        - Altered the SMTP server to become an Extended SMTP server
  73.          (ESMTP)
  74.        - Added a POP3 server
  75.        - Added a SMTP to POP3 gateway
  76.        - SMTP will now wait 15 minutes after unsuccessfully trying
  77.          a destination.
  78.        - Got rid of the .LCK SMTP files.
  79.        - The SMTP client now opens messages in DENYALL mode so
  80.          only one session accesses the same message at the same
  81.          time.
  82.  
  83.   UUCP:
  84.        - Added support for FOSSIL and Smart DigiBoard in the UUCP
  85.          module.
  86.  
  87.   FTP:
  88.        - Added a User's FTP home directory.
  89.        - The FTP server did not initialize the data transfer port
  90.          correctly if no PORT command was sent.
  91.  
  92.   Finger:
  93.        - The Finger server was not closing the connection on some
  94.          requests.
  95.  
  96.  
  97.  
  98.  
  99. Welcome to NetXpress Server!
  100. ============================
  101.  
  102. This is a special early release of our exiting NetXpress Server
  103. product.  Thus this version thus not include the BBS client door
  104. nor does it include the IP Router.  These product will be
  105. made available for a small upgrade fee.
  106.  
  107.   ■  The BBS client door includes all of the most popular internet
  108.      clients like Telnet, FTP, WWW, Gopher, Finger and IRC.  It can
  109.      run under any BBS software.
  110.  
  111.   ■  The IP Router allows any internet application that uses
  112.      packet drivers to communicate with the Internet through the
  113.      Netxpress Server without any other software.
  114.  
  115.  
  116. Bonus Software
  117. ==============
  118.  
  119. Two extra programs are provided;  NXDIAL and NXUUCICO.
  120.  
  121.   NXDIAL is a stand alone modem dialer that is compatible with
  122.   NetXpress Server's internal dialer.  The command file uses
  123.   a command structure similar to the internal dialer.
  124.  
  125.   NXUUCICO is a stand alone UUCP transfer agent.  It is exactly
  126.   like the one in NetXpress Server.  It uses the netsrv.cfg file.
  127.  
  128.  
  129. Ammendments
  130. ===========
  131.  
  132. Telnet Wait for Carriage Return:
  133.  
  134.   A new option has been added to the Telnet Service window;
  135.  
  136.   Wait for the user to press <Enter>
  137.  
  138.   When enabled, the user will need to press the <Enter> key after
  139.   the welcome file is displayed and before a free node is searched
  140.   for.
  141.  
  142.  
  143. Maximum File Handles:
  144.  
  145.   This value is no longer configurable.  NetXpress Server now comes
  146.   with 256 file handles built-in.  You must make sure that your
  147.   "FILES=xx" value in your CONFIG.SYS file is enough to handle all
  148.   of the open files.
  149.  
  150.  
  151. Syntax:
  152.  
  153.   The manual omits the syntax for netsrv.exe:
  154.  
  155.   Syntax: netsrv.exe [netsrv.cfg] [/E] [/5] [/S <uucp_host>]
  156.  
  157.   Where:  [netsrv.cfg] is the path & filename of a config file
  158.           /E  will expand all display sessions
  159.           /5  will display in 50 row mode
  160.           /S  will utilize UUCP to poll <uucp_host> and then exit
  161.  
  162.  
  163. Internal Dialer & SLIP Driver:
  164.  
  165.   If you are using the internal dialer and the internal SLIP
  166.   driver, you must ensure that after the dialer finishes there are
  167.   almost no characters in the receive buffer.  The rational behind
  168.   this is that sometimes if you send out a TCP packet before your
  169.   provider's host machine is in SLIP mode, it might echo that
  170.   packet back thus corrupting the SLIP stream.
  171.  
  172.  
  173. Technical Support
  174. =================
  175.  
  176. If you experience any problems with this software, please
  177. contact our technical support:
  178.  
  179.           Merlin Systems Inc.
  180.           P.O. Box 3043, Station C, Ottawa, Ontario, K1Y 4J3 Canada
  181.  
  182. Phone:    (613) 749-0888
  183. Fax:      (613) 741-7583
  184. BBS:      (613) 741-7583
  185.  
  186. Email:    support@merlinsys.com
  187.  
  188. Web:      http://www.merlinsys.com
  189.  
  190. FidoNet:  1:163/5091
  191.  
  192.  
  193. Bugs
  194. ====
  195.  
  196. If you perceive that these problems maybe bugs in the
  197. software please contact our development staff at:
  198.  
  199. Email: netsrv.bugs@merlinsys.com
  200.  
  201.  
  202. Known Problems
  203. ==============
  204.  
  205.  ■ Zmodem downloads & uploads are known not to work properly.
  206.    This will be fixed in a later release.  We have also seen
  207.    other protocols not work as well, although Xmodem & Kermit
  208.    seem to work most of the time.  We would encourage you to
  209.    use the FTP server for transfering file instead of the telnet.
  210.    You will get much better performance from the FTP protocol.
  211.  
  212.