home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / WEBSERVE / PI3 / PI3WEB.EXE / BIN / README < prev    next >
Text File  |  1997-10-31  |  3KB  |  91 lines

  1.  
  2. Setup for Pi3Web
  3. ================
  4.  
  5. Setup
  6. -----
  7. On UNIX systems run the file Config.sh to configure the Pi3Web server,
  8. on windows systems run Config.bat
  9.  
  10. Accessing the Web site from a browser
  11. -------------------------------------
  12. The URL for the browser will be
  13.  
  14.     http://<the host selected in configuration>:<port>/....
  15.  
  16. A web server installed with defaults can be accessed with
  17.  
  18.     http://localhost/
  19.  
  20. From a browser running on the machine where it was installed.
  21.  
  22. Directories
  23. -----------
  24. bin            - binaries, configuration files and administration scripts
  25. Cache            - Root of file cache for proxy server
  26. Fragment        - Error messagesm Mime.typ file and miscellanious pieces
  27. Icons            - Images and icons
  28. Logs            - log files including pid.log 
  29. Pi3Docs            - Documentation
  30. Tests            - Test data
  31. WebRoot            - Document root for primary virtual host
  32. WebRoot2        - Document root for second virtual host
  33. cgi-temp        - For temporary files created during execution (Window CGI)
  34. devel            - Include files and examples for CGI and PiAPI programs
  35. cgi-bin            - CGI programs
  36. cgi-fcgi        - FastCGI programs
  37. cgi-win            - Windows CGI programs
  38. Isapi            - ISAPI (isa) DLL's
  39.  
  40. Running
  41. -------
  42. Pi3 can be started with the top level configuration file X.pi3 with
  43.  
  44.     Pi3 X.pi3
  45.  
  46. Typically the top level configuration file will be called 'Config.pi3' so
  47. the Pi3Web server can be started with 
  48.  
  49.     Pi3 Config.pi3
  50.  
  51. Windows platform can the command Pi3.exe, which supports exactly the same 
  52. start line from a Command box. Additionally the program 
  53.  
  54.     Pi3Win32.exe 
  55.  
  56. Starts Pi3 as a windows GUI. It generates a Tray Icon where tray icons
  57. are supported and a regular icon where they are not. The commandline for
  58. Pi3Win32.exe is the same as for Pi3.exe, so:
  59.  
  60.     Pi3Win32.exe Config.pi3
  61.  
  62. A startup icon or item in the 'Start' menu can be associated with this
  63. program and commandline to start Pi3 from the windows GUI.
  64.  
  65. Windows builds also contain the Pi3Srv32.exe binary, for use when Pi3Web
  66. is installed as a service. This binary should not be started from the
  67. command line, because it is start by the service control manager. When
  68. invoked from the service control manager it uses as its configuration file
  69. the file name 'Config.pi3' in the same directory as Pi3Srv32.exe
  70.  
  71. Uninstallation (Windows)
  72. ------------------------
  73. If Pi3Web was added as a service, first stop the service using the
  74. service control manager or the script bin\Stop.bat. Then use the
  75. Script bin\Remove.bat remove the service from the registry.
  76.  
  77. Delete the directory in which Pi3Web was installed. Typically 
  78. this would be C:\Pi3Web. 
  79.  
  80. License
  81. -------
  82. Use and distribution of this package is governed by the conditions as
  83. described in the file 'LICENSE', in the root directory of this package.
  84. If this file is missing please refer to
  85.  
  86.     http://www.johnroy.com/pi3/LICENSE.htm
  87.  
  88. All trademarks as mentioned in documentation and source are property of
  89. thier respective owners.
  90.  
  91.