Hiawatha
A secure and advanced webserver

HOWTO: Starting and stopping

Starting

After installing via 'make install', change to user root and run '/usr/local/sbin/hiawatha' to start the Hiawatha webserver. Unless you installed Hiawatha in another directory, but then I assume you know what you are doing and you don't need this howto.

If you installed Hiawatha as a Debian package, use '/etc/init.d/hiawatha start' to start the Hiawatha webserver.

Stopping

To stop Hiawatha, change to user root and use 'kill -15 `cat /var/run/hiawatha.pid`' to stop the Hiawatha webserver.

If you installed Hiawatha as a Debian package, use '/etc/init.d/hiawatha stop' to stop the Hiawatha webserver.