Signals you can send to Phttpd
- SIGHUP
- Sending Phttpd a SIGHUP will cause it to close and reload all modules.
It will also close and reopen it's logging files.
- SIGUSR1
- Increase the debugging level with 1.
- SIGUSR2
- Decrease the debugging level with 1.
- SIGTERM
- Causes the server to terminate gracefully.