home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com 1998 June / WF0698_3.ISO / servers-websrv / Pi3Web-x86Win32-latest.exe / README < prev    next >
Text File  |  1998-06-02  |  4KB  |  120 lines

  1.  
  2. Setup for Pi3Web
  3. ================
  4.  
  5. Setup
  6. -----
  7. Configure the server manually modifying the file Conf/Features.pi3 
  8. (default) on UNIX systems. On Windows modify the file Conf\Config.pi3
  9.  
  10. The Windows 95/NT enhanced GUI (EnhPi3.exe) can be used to generate
  11. and modify this file on Windows 95 or NT 4.0, see further instructions
  12. below
  13.  
  14. Accessing the Web site from a browser
  15. -------------------------------------
  16. The URL for the browser will be
  17.  
  18.     http://<the host selected in configuration>:<port>/....
  19.  
  20. A web server installed with defaults can be accessed with
  21.  
  22.     http://localhost/
  23.  
  24. From a browser running on the machine where it was installed.
  25.  
  26. The windows enhanced GUI (EnhPi3.exe) provide hypertext links that you
  27. can click on to bring up the default browser pointing at the home page.
  28.  
  29. Directories
  30. -----------
  31. bin            - binaries and administration scripts
  32. Conf            - Configuration files
  33. Cache            - Root of file cache for proxy server
  34. Fragment        - Error messagesm Mime.typ file and miscellanious pieces
  35. Icons            - Images and icons
  36. Logs            - log files including pid.log 
  37. Pi3Docs            - Documentation
  38. Tests            - Test data
  39. WebRoot            - Document root for primary virtual host
  40. WebRoot2        - Document root for second virtual host
  41. cgi-temp        - For temporary files created during execution (Window CGI)
  42. devel            - Include files and examples for CGI and PiAPI programs
  43. cgi-bin            - CGI programs
  44. cgi-fcgi        - FastCGI programs
  45. cgi-win            - Windows CGI programs
  46. Isapi            - ISAPI (isa) DLL's
  47.  
  48. Running
  49. -------
  50. Pi3 can be started with the top level configuration file X.pi3 with
  51.  
  52.     Pi3 X.pi3
  53.  
  54. Typically the top level configuration file will be called 'Config.pi3' so
  55. the Pi3Web server can be started with 
  56.  
  57.     Pi3 ..\Conf\Config.pi3
  58.  
  59. Windows platform can the command Pi3.exe, which supports exactly the same 
  60. start line from a Command box. Additionally the program 
  61.  
  62.     Pi3Win32.exe ..\Conf\Config.pi3
  63.  
  64. Starts Pi3 as a simple windows GUI although EnhPi3.exe should be used 
  65. instead.
  66.  
  67. EnhPi3.exe is the enhanced GUI for Windows 95 and NT 4.0, released
  68. with 0.9 beta 4. Invoking it with no arguments will give usage information.
  69. In summary
  70.  
  71.     EnhPi3.exe /start ..\Conf\Config.pi3
  72. OR     EnhPi3.exe ..\Conf\Config.pi3    will start the server defined
  73. by the configuration file ..\Conf\Config.pi3
  74.  
  75.     EnhPi3.exe /admin ..\Conf\Config.pi3 starts the properties (or
  76. server admin) to configure the server specified by the configuration file
  77. ..\Conf\Config.pi3
  78.  
  79.     EnhPi3.exe /uninstall ..\Conf\Config.pi3 remove registry entries
  80. and fully uninstall the server defined by ..\Conf\Config.pi3
  81.  
  82.     EnhPi3.exe /setup ..\Conf\Config.pi3 brings up the Pi3Web setup
  83. wizard to create the configuration file ..\Conf\Config.pi3. This option
  84. can be used at any point to recreate a configuration which has become
  85. corrupt or change between desktop and service mode (windows NT only).
  86.  
  87. Windows builds also contain the Pi3Srv32.exe binary, for use when Pi3Web
  88. is installed as a service. This binary should not be started from the
  89. command line, because it is start by the service control manager. When
  90. invoked from the service control manager it uses as its configuration file
  91. the file name 'Config.pi3' in the same directory as Pi3Srv32.exe
  92.  
  93. Uninstallation (Windows)
  94. ------------------------
  95. Click the 'Uninstall' icon in the start menu or manually invoke
  96.     EnhPi3.exe /uninstall ..\Conf\Config.pi3 from the Pi3Web
  97. installation directory. 
  98.  
  99. The following Window uninstallation instructions apply only to older
  100. versions or where EnhPi3.exe is not available or is not successful:
  101.  
  102. If Pi3Web was added as a service, first stop the service using the
  103. service control manager (from control panel )or the script bin\Stop.bat.
  104. Then use the Script bin\Remove.bat remove the service from the registry.
  105.  
  106. Delete the directory in which Pi3Web was installed. Typically 
  107. this would be C:\Pi3Web. 
  108.  
  109. License
  110. -------
  111. Use and distribution of this package is governed by the conditions as
  112. described in the file 'LICENSE', in the root directory of this package.
  113. If this file is missing please refer to
  114.  
  115.     http://www.johnroy.com/pi3/LICENSE.htm
  116.  
  117. All trademarks as mentioned in documentation and source are property of
  118. thier respective owners.
  119.  
  120.