If the server was setup and configured using the Pi3Web enhanced interface (EnhPi3.exe) on Windows 95/NT most but not all these tutorial features will be available.
Host
HeaderHost
HTTP header field. This field contains the intended
server for the request. Pi3Web implements the VirtualHostByName handler
to allow configurations and processing to change depending on the Host
header field.
host.foo.dom
supported two virtual hosts with URL's:
http://host.foo.dom/site1/<path> http://host.foo.dom/site2/<path>The Pi3Web handler VirtualHostByURL facilitates assignment of different virtual hosts based on the requested URL path.
Return to index.
Return to index.
Click this here to view the error message generated using server-side includes in the event of a 404 (Not Found) error.
Return to index.
Click this link to view an SSI test page.
For further information refer to the SSI handler SendSSI.
Return to index.
If you start a fast cgi application server using something like
cgi-fcgi -start -connect :3333 echo.exe
you will be able to issue a fast CGI request against it with /cgi-fast/FCGI3333.txt/path_info?qs1&qs2.
Test other fast CGI applications:
URL | Connects to Fast CGI application at |
---|---|
/cgi-fast/FCGI3333.txt/path_info?qs1&qs2. | localhost:3333 |
/cgi-fast/FCGI3334.txt/path_info?qs1&qs2. | localhost:3334 |
/cgi-fast/FCGI3335.txt/path_info?qs1&qs2. | localhost:3335 |
Should map to
/home/jroy/public_html/hello
Return to index.
Click here.
Return to index.
Note that the facility to view the server logfiles has been removed from the 'Features' configuration. If you are using the 'Devel' configuration or the logfile mapping has been re-enabled then the server logfiles can be seen here logfiles.
Return to index.