From fe45fdc230af3b5b926dd4072b3d7bc9fe339943 Mon Sep 17 00:00:00 2001 From: mainzelm Date: Wed, 12 May 2004 07:49:50 +0000 Subject: [PATCH] Mention and explain sample web servers. --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README b/README index bf10198..ea67de4 100644 --- a/README +++ b/README @@ -81,6 +81,25 @@ scsh packages. You need to install version 4.9 of the SSAX package to use SUnet. SSAX is available from . +Sample Web Server +================= + +The installation procedure also installs three scripts to run the +SUnet httpd in the directory + +/path/to/your/package/root/0.6/sunet/web-server/ + +The three scripts are: + +start-web-server for running a simple web server on port 8080 +start-extended-webserver for running a web server with support for CGI +start-surflet-server for running a web server with SUrflets enabled + +Pass the --help option to learn how to configure the scripts. + +These scripts should provide a pretty good starting point to set up +your own server or serve your own SUrfelts. + Support =======