Mention and explain sample web servers.
This commit is contained in:
parent
fe9e6fe3b9
commit
fe45fdc230
19
README
19
README
|
@ -81,6 +81,25 @@ scsh packages.
|
||||||
You need to install version 4.9 of the SSAX package to use SUnet. SSAX
|
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/>.
|
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
|
Support
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue