Simple Web Server
The module provides the content of a directory as a website
Designation
- Name
- util.WebServer
Configuration
- Optionen
- Root Directory (
root
) - Defines the root directory of the web server
- Port (
port
) - The port the web server should listen to
- Host (
host
) - Defines the interface that should be just by the web server. With the value 'loopback' the server can just be reached from the local system. By chosing 'localhost' the web server can be reached from the local network.Mögliche Werte: Loopback (
loopback
), Local Host (localhost
), All Interfaces (wildcard
)