Mention and explain sample web servers.

This commit is contained in:
mainzelm 2004-05-12 07:49:50 +00:00
parent fe9e6fe3b9
commit fe45fdc230
1 changed files with 19 additions and 0 deletions

19
README
View File

@ -81,6 +81,25 @@ scsh packages.
You need to install version 4.9 of the SSAX package to use SUnet. SSAX
is available from <http://lamp.epfl.ch/~schinz/scsh_packages/>.
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
=======