home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
WEBSERVE
/
PI3
/
PI3WEB.EXE
/
BIN
/
README
< prev
next >
Wrap
Text File
|
1997-10-31
|
3KB
|
91 lines
Setup for Pi3Web
================
Setup
-----
On UNIX systems run the file Config.sh to configure the Pi3Web server,
on windows systems run Config.bat
Accessing the Web site from a browser
-------------------------------------
The URL for the browser will be
http://<the host selected in configuration>:<port>/....
A web server installed with defaults can be accessed with
http://localhost/
From a browser running on the machine where it was installed.
Directories
-----------
bin - binaries, configuration files and administration scripts
Cache - Root of file cache for proxy server
Fragment - Error messagesm Mime.typ file and miscellanious pieces
Icons - Images and icons
Logs - log files including pid.log
Pi3Docs - Documentation
Tests - Test data
WebRoot - Document root for primary virtual host
WebRoot2 - Document root for second virtual host
cgi-temp - For temporary files created during execution (Window CGI)
devel - Include files and examples for CGI and PiAPI programs
cgi-bin - CGI programs
cgi-fcgi - FastCGI programs
cgi-win - Windows CGI programs
Isapi - ISAPI (isa) DLL's
Running
-------
Pi3 can be started with the top level configuration file X.pi3 with
Pi3 X.pi3
Typically the top level configuration file will be called 'Config.pi3' so
the Pi3Web server can be started with
Pi3 Config.pi3
Windows platform can the command Pi3.exe, which supports exactly the same
start line from a Command box. Additionally the program
Pi3Win32.exe
Starts Pi3 as a windows GUI. It generates a Tray Icon where tray icons
are supported and a regular icon where they are not. The commandline for
Pi3Win32.exe is the same as for Pi3.exe, so:
Pi3Win32.exe Config.pi3
A startup icon or item in the 'Start' menu can be associated with this
program and commandline to start Pi3 from the windows GUI.
Windows builds also contain the Pi3Srv32.exe binary, for use when Pi3Web
is installed as a service. This binary should not be started from the
command line, because it is start by the service control manager. When
invoked from the service control manager it uses as its configuration file
the file name 'Config.pi3' in the same directory as Pi3Srv32.exe
Uninstallation (Windows)
------------------------
If Pi3Web was added as a service, first stop the service using the
service control manager or the script bin\Stop.bat. Then use the
Script bin\Remove.bat remove the service from the registry.
Delete the directory in which Pi3Web was installed. Typically
this would be C:\Pi3Web.
License
-------
Use and distribution of this package is governed by the conditions as
described in the file 'LICENSE', in the root directory of this package.
If this file is missing please refer to
http://www.johnroy.com/pi3/LICENSE.htm
All trademarks as mentioned in documentation and source are property of
thier respective owners.