Einfacher Webserver
Das Modul kann den Inhalt eines Verzeichnisses als Webseite zur Verfügung stellen
Bezeichnung
- Name
util.WebServer
Konfiguration
Gruppe: 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
)