home *** CD-ROM | disk | FTP | other *** search
/ Internet Tools (CDV) / cdv_internet_tools.iso / KATALOG / ARCHIV / HTML / W21137.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1998-03-02  |  4.9 KB  |  136 lines

  1.                        SECURITY FILTER
  2.                  Vers. 01-ab / March 1998
  3.              Copyright (C) 1996, 1997, 1998 SW Wings
  4.  
  5. DESCRIPTION
  6.  
  7. The SECURITY FILTER is a system designed to restrict and control the
  8. access to Web pages. The SECURITY FILTER access control is not based on
  9. USERID/PASSWORD information but on internet addresses (i.e. only
  10. requests coming from a predefined set of hosts/domains are allowed to
  11. access the restricted pages). This way it is possible to set-up a
  12. protected, private Web (only usable by a predefined set of
  13. people/organization) on top of the public one. Being a CGI, the SECURITY
  14. FILTER dows not require privileged access (as root) to the Web Server.
  15. So people connecting to the Web via an Internet Provider and not
  16. controlling the Web server can still protect their pages. 
  17.  
  18.  
  19. INSTALLATION
  20.  
  21.  
  22. 1. Decompress the SECURITY FILTER Distribution Files
  23.  
  24. The Security Filter distribution contains the following files:
  25.  
  26.         htm_w32.zip - Security Filter HTML documentation 
  27.         sf_w32.zip  - Security Filter executable file 
  28.         uti_w32.zip - Utilities to register the Security Filter
  29.         readme.txt  - this file
  30.  
  31. Supposing that the files set has been downloaded in the directory
  32.  
  33. c:\tmp
  34.  
  35. these are the commands that have to be executed:
  36.  
  37. c:                              (the actual target disk must be put
  38.                                  here, so instead of c: we could
  39.                                  have d:, e: and so on)
  40. cd \                            (to go to the root)
  41. pkunzip -d c:\tmp\htm_w32.zip   (to decompress the HTML files)
  42. pkunzip -d c:\tmp\sf_w32.zip    (to decompress the Security
  43.                                  Filter files)
  44. pkunzip -d c:\tmp\uti_w32.zip   (to decompress the registration
  45.                                  utilities)
  46.  
  47. When using a Windows version on "pkunzip" care must be taken so that the
  48. ordinal directories/files names are kept. 
  49.  
  50.  
  51. 2. Setting the WWW Server
  52.  
  53. The World Wide Web Server has to be set up in such a way that the
  54. Security Filter can be properly accessed. In other words it is necessary
  55. to copy the Security Filter in the server "cgi-bin" directory or make
  56. sure the directory where the Security Filter is located can be seen by
  57. the server via an "alias". Supposing that the server is similar to the
  58. NCSA one, hereafter are listed the required changes. 
  59.  
  60. 2.1 "access.conf"
  61.  
  62. In the file "access.conf" an entry similar to the following has to be inserted. This
  63. change will make the SWWINGS directory visible to the WWW Server.
  64.  
  65. <Directory C:/SWWINGS/>
  66. </Directory>
  67.  
  68. 2.2 "srm.conf"
  69.  
  70. In the file "srm.conf", and namely in the "alias" section, an entry similar to the
  71. following has to be inserted. This change will allow the Security Filter to be seen
  72. by the server.
  73.  
  74. ScriptAlias /cgi-bin/ C:/SWWINGS/BIN/
  75.  
  76. 3. Preparing for the first run
  77.  
  78. After all the steps described above have been performed, it will be
  79. necessary to define the start-up file secfil.ini as described in the
  80. documentation HTML pages. When all the necessary files have been created
  81. (or updated), it will possible to use the Security Filter. 
  82.  
  83. NOTE
  84.  
  85. It is recommended to put the Security Filter, as well as the
  86. registration utilities, in a different directory than the original ones.
  87. The batch files "go.bat" in SECFIL and UTILS directories will put these
  88. executable files in the directory /SWWINGS/BIN. It is also recommended
  89. to add this directory to the environment variable PATH; this way the
  90. Security Filter and the registration utilities will be directly
  91. available. 
  92.  
  93. REGISTRATION
  94.  
  95. The Security Filter is shareware (and not freeware). If you find the
  96. Security Filter valuable you should register it. To register check out
  97. the relevant HTML pages in the distributed documentation. 
  98.  
  99.  
  100. COPYRIGHT AND DISCLAIM
  101.  
  102. 1. Copyright
  103.  
  104. Copyright (c) 1996 SW Wings.
  105.  
  106. Permission to copy, distribute and use the unregistered version of the
  107. Security Filter and its documentation is hereby granted without fee,
  108. provided that the above copyright notice and this permission notice
  109. appear in all copies of this software and related documentation. 
  110.  
  111.  
  112. 2. Disclaim
  113.  
  114. The Security Filter is provided "as-is" and without warranty of any
  115. kind, express, implied or otherwise, including without limitation, any
  116. warranty of merchantability or fitness for a particular purpose. 
  117.  
  118. In no event shall SW Wings be liable for any special, incidental,
  119. indirect or consequential damages of any kind, or any damages whatsoever
  120. resulting from loss of use, data or profits, whether or not advised of
  121. the possibility of damage, and on any theory of liability, arising out
  122. or in connection with the use or performance of this software. 
  123.  
  124.  
  125. PROBLEMS AND FEEDBACKS
  126.  
  127. Installation/usage problems, feedbacks and so on can be reported to
  128. SW WINGS. 
  129.  
  130. Alessandra Scarpari
  131. SW WINGS
  132. Van der Weijdenlaan 26
  133. 2211 JM Noordwijkerhout
  134. The Netherlands
  135. swwings@swwings.com
  136.