# Beispielhafte Konfiguration
# httpd läuft als User 500 in Gruppe 100
Config uid 500
Config gid 100
# httpd hört auf Port 8015, normaler Hostname
Config host [info hostname]
Config port 8015
# Eigene Skripts im Verzeichnis .../custom
Config library [file join [Config home] .. custom]
# HTML-Dateien liegen in /usr/local/httpd/htdocs
Config docRoot /usr/local/httpd/htdocs
# Keine Threads erzeugen
Config threads 0
Config main [file join [Config home] httpdthread.tcl]
# Logfile: /usr/local/httpd/log
Config LogFile /usr/local/httpd/log
Config LogFlushMinutes 0